I am creating a custom shopping cart. Whenever I try to add a new cartitem of same SKU using below line of code ShoppingCartItemParameters parameters = new ShoppingCartItemParameters(oSKUInfo.SKUID...
I am a Kentico newbie and have a simple question to ask. I've created a Product Detail transformation to display given products that I've added. I would like to simply know how to go about adding...
I am want to modify repeater transformation. Which is showing list of product with ADD TO CART Button ,I have added one more CartItemSelector BUY NOW button also .Now I want to pass query string w...
Hi. I am using Kentico 8.I have the ShoppingCartInfo object in a method that takes it, converts it into an order and then processes payment. My main currency is AUD and the prices are calculated (i...
I couldn't find any document in Kentico 8 documentation related to Shopping Cart Item Selector and this is not a first time that I cannot find respective Kentico documentation in the new help syste...