fix cart item prices when not on default currency
This commit is contained in:
@@ -89,6 +89,7 @@ trait CartTrait
|
||||
{
|
||||
$cart = new CartModel();
|
||||
$cart->setToken($this->generateCookie($session));
|
||||
$cart->setCurrency($session->getCurrency(true));
|
||||
|
||||
if (null !== $customer = $session->getCustomerUser()) {
|
||||
$cart->setCustomer($customer);
|
||||
|
||||
Reference in New Issue
Block a user