kentico_zdenekc
-
3/28/2012 9:37:58 AM
RE:API AddShoppingCartItem v5 not using v6
Hi,
How exactly does it "not work"?
Mostly, the AddShoppingCartItem is no longer available, the method SetShoppingCartItem is used instead.
It also accepts ShoppingCartItemParameters, which basically wrap the skuId, quantity and options...
I would recommend to check the new code in
~\CMSModules\Ecommerce\Controls\ProductOptions\ShoppingCartItemSelector.ascx.cs method private void AddProductToShoppingCart()
Hope it will help.
Regards, Zdenek
|