|
@@ -988,6 +988,7 @@ class OrderClass extends BaseClass
|
|
|
$content .= $productNum . '=' . $productPrice . '<BR>';
|
|
$content .= $productNum . '=' . $productPrice . '<BR>';
|
|
|
}
|
|
}
|
|
|
$content .= '--------------------------------<BR>';
|
|
$content .= '--------------------------------<BR>';
|
|
|
|
|
+ $content .= '--------------------------------<BR>';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (isset($orderInfo['itemPrice']) && $orderInfo['itemPrice'] > 0) {
|
|
if (isset($orderInfo['itemPrice']) && $orderInfo['itemPrice'] > 0) {
|