Add product to cart:
<form action="#" data-commerce-action="add">
<input type="hidden" name="id" value="[*id*]">
<input type="hidden" name="options[color]" value="White">
<input type="hidden" name="options[services][]" value="Uplift">
<input type="hidden" name="options[services][]" value="Assembling">
<input type="hidden" name="meta[key]" value="value">
<button type="submit">Add to cart</button>
</form>
<a href="#" data-commerce-action="add" data-id="[*id*]">Add to cart</a>
<a href="#" data-commerce-action="add" data-id="[*id*]" data-instance="wishlist">Add to wishlist</a>Show cart:
[!Cart
&instance=`products`
&theme=``
&tpl=`tpl`
&optionsTpl=`optionsTpl`
&ownerTPL=`ownerTPL`
&subtotalsRowTpl=`subtotalsRowTpl`
&subtotalsTpl=`subtotalsTpl`
!]Show currency selection:
[!CurrencySelect
&tpl=`tpl`
&activeTpl=`activeTpl`
&outerTpl=`outerTpl`
!]Show order form:
[!Order
&formTpl=`formTpl`
&deliveryTpl=`deliveryTpl`
&deliveryRowTpl=`deliveryRowTpl`
&paymentsTpl=`paymentsTpl`
&paymentsRowTpl=`paymentsRowTpl`
&reportTpl=`reportTpl`
&ccSenderTpl=`ccSenderTpl`
!]