提交 48f1df37 编写于 作者: T Terry

cart shipping method

上级 112ded62
......@@ -421,7 +421,9 @@ class Quote extends Service
$curr_grand_total = $product_total + $currShippingCost - $currDiscountCost;
$base_grand_total = $base_product_total + $baseShippingCost - $baseDiscountCost;
if (!$shipping_method) {
$shipping_method = $cart['shipping_method'];
}
$this->cartInfo[$cartInfoKey] = [
'cart_id' => $cart_id,
'store' => $cart['store'], // store nme
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册