Important notice for Blank template authors
As we noticed you through ours partner managers, we scheduled breaking change in HTML and JavaScript of checkout process, which is going to break it […]
As we noticed you through ours partner managers, we scheduled breaking change in HTML and JavaScript of checkout process, which is going to break it […]
For some time we offer to use custom function after (un)succesfull validation, see https://developers.shoptet.com/vlastni-script-pred-odeslanim-formulare/. To bring some “culture” between multiple addons/custom adjustments, we had recently […]
From now on you can get search results for whisperer in JSON format. All you have to do is add the format parameter with json […]
If you need to include own script or stylesheet, we strongly recommend using Shoptet CDN (cdn.myshoptet.com). There are several advantages when using Shoptet CDN: Requests […]
We do not like unnecessary XHR requests due to amplification of requests. Please consider carefully, if it’s really necessary to create new XHR request. If […]
Did you know that in JavaScript you can find information about all products that page contains? Try to type getShoptetProductsList() to browser’s console. Key of […]
We have added id attributes for inputs in filter also for older templates of 1st and 2nd generation. These IDs holds unique identificator of filtering […]
We want to make your work with templates easier, so we recently added a function for adding product to cart. It works on all templates […]
From now on, you can find info about applied discount coupons in dataLayer on completed order page. You can find it under dataLayer[0][‘shoptet’][‘order’][‘discountCoupons’]; – empty […]
There are three new custom events to help you to interact with Shoptet validation scripts. Events are called ShoptetValidationTransform, ShoptetValidationWarning and ShoptetValidationError. ShoptetValidationTransform is fired […]