shish пре 4 година
родитељ
комит
944df48322
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      biz-hd/order/classes/OrderClass.php

+ 3 - 3
biz-hd/order/classes/OrderClass.php

@@ -536,13 +536,13 @@ class OrderClass extends BaseClass
             $content .= '--------------------------------<BR>';
         }
         if (isset($respond['sendCost']) && $respond['sendCost'] > 0) {
-            $content .= '    运费:' . floatval($respond['sendCost']) . '<BR>';
+            $content .= '运费:' . floatval($respond['sendCost']) . '<BR>';
         }
         if (isset($order->serviceFee) && $order->serviceFee > 0) {
-            $content .= '    手续费:' . floatval($order->serviceFee) . '<BR>';
+            $content .= '服务费:' . floatval($order->serviceFee) . '<BR>';
         }
         if (isset($order->labourCost) && $order->labourCost > 0) {
-            $content .= '    人工包装费:' . floatval($order->labourCost) . '<BR>';
+            $content .= '包装费:' . floatval($order->labourCost) . '<BR>';
         }
         if (isset($respond['discountAmount']) && !empty($respond['discountAmount']) && $respond['discountAmount'] > 0) {
             $content .= '优惠扣除:-' . floatval($respond['discountAmount']) . '<BR>';