Hello, How could I use a custom button like this.
Code:
<a IF="!isOutOfStock()" href="" class="cart_button" style="">Add to Cart</a>
And allow it to add the current product to the cart?
There is currently no documentation on XC5 for main functionality. XC forces you to use their template system JS/CSS. I'm starting a project from the ground up. All custom functionality. and want to know how things work.