I've been asked if it's possible to create a commerce item that is a bundle of other commerce items. Ideally the end user can select a single choice for adding to their cart, that will appear as th...
Hi,I am unable to figure out this strange behavior for two days so I like to get some help from here. We use YellowDog software for our online products. The scheduled task imports product informati...
Hi, is it possible to add the SKU of a product into the url pattern of it's page? And/or can you use field values from the page type?Thanks, James
So here my question: 1-With the categoryID how can I have access to the option properties list of that category for the 3 types? With this API:OptionCategoryInfoProvider.GetProductOptionCategories ...
We recently upgraded to Kentico 12. We have multiple environments that we sync between, and all have been upgraded. Since the upgrade, we have been having an issue where the SKU gets unassigned on ...
Hello,After updating to Kentico 12 SP (at least it seems that's when it started), I'm no longer able to create new SKUs or update existing SKUs. The message I get is An error occurred when saving ...
We have various product discounts including ones for a specific user role. Say, we have Product A which is $50. It has a discount of 20% for all site users and a 40% discount for users in a specifi...
I am developing shopping website using kentico cms.In that I assigned membership expiry using admin panel (Product=@Membership=@My Product=@in membership section=@ membership validity). But I want...
I have been searching and searching for something that would work or help me, and I'm not getting anywhere. I have the code below, and the portion with @ModelName@ needs to come from the Node Ali...
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...