The default layout is
Quantity: XX
Add to Cart
I'm trying to play around with different layouts, including:
A)
Quantity
XX
and B)
Be able to put the Add to Cart button anywhere I want.
At the moment, in product_info_display template I tried to separate this code but still the quantity and Add to Cart button are always connected together, it's very frustrating..
Here's my site: http://www.thuyvancollection.com/ind...products_id=34PHP Code:<?php
echo $display_qty;
echo $display_button;
?>



