Hi, i am having problems trying to layout my add to cart button.
What i would like is to have the product quantity box on the same line to the left of the add to cart button.
As standard the quantity box is above the add to cart button.
I read in the advanced quide about changing it to NETQUOTEVAR:VARIANTADDTOCARTBUTTON
My code is below but it still shows with the quantity box above the button and not to the left as i would like.
Many thanks, wesley
<span class="actxsmall">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
What i would like is to have the product quantity box on the same line to the left of the add to cart button.
As standard the quantity box is above the add to cart button.
I read in the advanced quide about changing it to NETQUOTEVAR:VARIANTADDTOCARTBUTTON
My code is below but it still shows with the quantity box above the button and not to the left as i would like.
Many thanks, wesley
<span class="actxsmall">
NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>
</span>
Comment