Hi, I have a repository method that returns the pages for all products within the cart. Is it possible to use the cart or one of it's properties e.g. cart.CartItems as a cache dependency for that m...
I was wondering if it possible via a CTA in MVC @send shopping cart@ a way to send a full shopping to a customer in a email notification or maybe just a notification with a url that include the car...
Hello,Is there a way to add a product option (accessory) to an existing shopping cart item? I'm already able to add items without options and items with options to the cart. I couldn't figure out h...
Hello.What's the best way to calculate tariffs for certain products in Kentico? This cost will be added in addition to the already existing taxes.I was trying to write my own ITaxCalculationService...
Hi all,I got interesting project from one of my customers. I need to create a quote system integration. Basically my customer will create the quote for their customer in the ERP system and post it ...
Having some trouble creating an order from our cart. Here's the relevant code: if (Cart.Validate().CheckFailed) { Cart.Evaluate(); Errors.Add(@Cart invalid@);...
I know in Kentico 7 we can apply discounts to a particular product, number of specific products, and to customer levels. But what about for the total amount in the cart upon checkout? Say over 100...
Getting an unexpected NullReferenceException from the ShoppingService.GetCurrentShoppingCart() method. Here's the relevant stacktrace:[NullReferenceException: Object reference not set to an instanc...
I have a Kentico 9 ecommerce site. On one of the pages in the checkout process, I have a static HTML web part. Its Content field contains:@ul class="cart-total-list text-center mb0"@ @li style...
Hi there.We have a fully custom product page which allows multiple quantities of variants to be added to the cart in a single page. Everything is wired up, however we have a custom field (a value ...