Is there no settings to prevent spam bots from ordering products as a guest? I found a captcha setting for 'Register' form. But 'continue as guest' has no spam protection.
I am currently attempting to display the price change done by a product option as a new line item for clarity to whoever is going through the checkout process.Example.Someone adds @Product A@ to th...
I'm trying to do this with code and I feel the API documentation is not helpful at all!https://docs.kentico.com/api9/e-commerce/product-options-and-variantsThis page is effectively useless. I've ad...
Hi,I'm relatively new to Kentico and I'm trying to create a shopping cart, add items to it and then checkout/create an order. I don't want to show the cart on the page so I'm doing it with the API....
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...
We don't want to use payment getways like 'Paypal' or 'Authorize.NET' Is there a way or option I can select so I can just collect the credit card numbers and process them in house?
I am working with an e-commerce site and I am facing an issue. When I added some items into cart and click on check out process then complete check out process working fine as expected. But after o...
Hello , I m working with ecommerce shopping cart, I used the custom carrier to calculate the shipping cost and then add into Getprice() method. As I implemented the custom carrier using the ICarri...
HiI was trying to find a way to insert the infomation of the Customer and the shipping Address from a third party on the checkout page. Is it exist a way to extend the checkout functionality to ins...
Hi,I wan to create a single update button on shopping cart.I will use code found in: CMSModules\Ecommerce\Controls\Checkout\CartItemUnits.ascx.cs public void Update(object sender, EventArgs e){ ....