Skip to main content

Adding a product to the basket

In this example, the product is added to the basket using the BasketItemAdd action. The corresponding form is located, for example, in the product box, which can be placed flexibly.

Removing a product from the basket

Using the BasketItemDelete action, products can be removed from the basket.

Changing the quantity of individual items in the basket

Using the BasketItemUpdate action, the quantity of a product in the basket can be changed.

Offcanvas mini basket

The required CSS and JavaScript files are already included in the delivery shop. However, additional scripts are required if the functions to change the quantity and remove a product from the basket are needed. Button to open the mini basket
Display area of the mini basket

Changing quantity and removing products

This requires additional scripts for the corresponding Ajax functions.