Hello,
I need to have an extra add to cart button with quantity at the top of the product page. I have played around with the add to cart button and can get it moved by using the code below. However, I am not sure what else needs to be moved with it to get it to work and add something to the cart.
Code:
{include file="customer/buttons/add_to_cart.tpl" type="input" additional_button_class="main-button add-to-cart-button"}
The code above doesn't show the quantity like it does at the bottom of the product page, normally.
Please tell me what code I need to insert at the top of the product.tpl page next to the following code:
Code:
<h1>{$product.producttitle}</h1>
Thanks,
Randal