Actions overview
Actions
BasketItemAdd
This action adds a product to the basket. Usage exampleCan be used on product detail, category, or watchlist pages where products can be added directly to the basket. Parameters
Error codes
Related modules, variables & methods
Example showing how a product with quantity selection is added to the basket and a confirmation message appears after successful execution.
BasketItemUpdate
This action updates the quantity of a product already in the basket. Usage exampleCan be used on the basket page or in the basket offcanvas when customers want to adjust the quantity of a product that has already been added. Parameters
Error codes
Related modules, variables & methods
Example showing how the quantity of a basket entry is updated via a form.
BasketItemDelete
This action removes a product from the basket. Usage exampleCan be used on the basket page or in the basket offcanvas when customers want to remove a product completely from the basket. Parameters
Error codes
Related modules, variables & methods
Example showing how a product is removed from the basket via a button.
