allow possibility to fix cookie end of life
This commit is contained in:
@@ -35,6 +35,7 @@ class Cart extends BaseCart
|
||||
$item->setCart($cart);
|
||||
$item->setProductId($cartItem->getProductId());
|
||||
$item->setQuantity($cartItem->getQuantity());
|
||||
$item->setProductSaleElements($productSaleElements);
|
||||
$item->save();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user