|
@@ -543,7 +543,7 @@ class OrderClass extends BaseClass
|
|
|
$content .= '--------------------------------<BR>';
|
|
$content .= '--------------------------------<BR>';
|
|
|
}
|
|
}
|
|
|
if (isset($order->goodsPrice) && $order->goodsPrice > 0) {
|
|
if (isset($order->goodsPrice) && $order->goodsPrice > 0) {
|
|
|
- $content .= '商品合计:' . floatval($respond['sendCost']) . '<BR>';
|
|
|
|
|
|
|
+ $content .= '商品合计:' . floatval($order->goodsPrice) . '<BR>';
|
|
|
}
|
|
}
|
|
|
if (isset($respond['sendCost']) && $respond['sendCost'] > 0) {
|
|
if (isset($respond['sendCost']) && $respond['sendCost'] > 0) {
|
|
|
$content .= '运费:' . floatval($respond['sendCost']) . '<BR>';
|
|
$content .= '运费:' . floatval($respond['sendCost']) . '<BR>';
|