New cookie bar classes
Bringing a new cookie bar, we extended classes to make it more customisable. All the following classes are in the production stage already. Dark light […]
Bringing a new cookie bar, we extended classes to make it more customisable. All the following classes are in the production stage already. Dark light […]
If you ever need fetch whole page via XHR, we strongly recommend use cached version of page. Let me explain it in examples below. Store […]
Recently we introduced the JS function addToCart as well as removeFromCart function. Now we are going to introduce you the updateQuantityInCart function, which is pretty […]
The new version of checkout, including updated price calculation, is released. Please pay attention to the final step of the process mentioned: After the new […]
We scheduled breaking change in HTML and JavaScript of checkout process, which is going to break it in some blank templates and JavaScript addons or […]
From 1. 1. 2022 all marketing and analytics cookies must be approved by the user. A new cookie toolbar will be implemented according to the […]
There is a new endpoint available in our API: Product category deletion. Optionally you can also delete product assignments if the category is not empty […]
We have introduced a new endpoint to create an invoice from an order. This emulates an action from the administration. Given an order, API creates […]
We have introduced a new endpoint to modify order items. Endpoint URL is /api/orders/{code}/item/{id} where code is an existing order code and id identifies the […]
We are about to simplify access control to API endpoints. Currently it is necessary to apply and approve each single endpoint. As we have already […]