Issue #4246 fixed
This commit is contained in:
parent
153b69aace
commit
47f7926ff3
|
|
@ -577,6 +577,8 @@ class Cart
|
|||
$cart->items_count = $cart->items->count();
|
||||
|
||||
$cart->items_qty = $quantities;
|
||||
|
||||
$cart->cart_currency_code = core()->getCurrentCurrencyCode();
|
||||
|
||||
$cart->save();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue