Does anyone know the link to add a product to basket, so I can add it to a button?
Add to Basket
Collapse
X
-
We use this
<button type="button" class="button b_basket" onclick="doAction('basket-essentials', 'add', 'product YOUR SKU');">Add to Basket</button>
Replace the red bit with the products SKU
EDIT: and basket essentials with your category nameChris -
Thanks, for the basket-essentials, is this the category that the product is in?
Comment
Comment