allow possibility to fix cookie end of life

This commit is contained in:
Manuel Raynaud
2013-08-06 09:50:19 +02:00
parent 17daf2821f
commit dcfb4edda3
3 changed files with 11 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ class Cart extends BaseCart
$item->setCart($cart);
$item->setProductId($cartItem->getProductId());
$item->setQuantity($cartItem->getQuantity());
$item->setProductSaleElements($productSaleElements);
$item->save();
}