Hi There
I'm using opencart for a web-to-print service at the moment for a University. My client wants a change to the Qty. Box area.
Ideally we want to have the Quantity set to '0', so the customer has to input the quantity rather than always being 1 and then just adding it straight to the cart.
Hope someone can help with these changes, it would help me out a great deal.
Rob
1. EDIT: catalog/view/theme/YOURTHEME/template/product/product.tpl
2. FIND:
3. REPLACE WITH:
2. FIND:
Code: Select all
<?php echo $minimum; ?>
Code: Select all
0
All done
used this code here (and as above- thanks) to change:
Catalog » View » Theme » Gentle » Template » Product » Product.tpl
Line 184:
<input type="text" name="quantity" size="2" value="<?php echo $minimum; ?>" />
Change to:
<input type="text" name="quantity" size="2" value="0" />
Thank you
used this code here (and as above- thanks) to change:
Catalog » View » Theme » Gentle » Template » Product » Product.tpl
Line 184:
<input type="text" name="quantity" size="2" value="<?php echo $minimum; ?>" />
Change to:
<input type="text" name="quantity" size="2" value="0" />
Thank you
Who is online
Users browsing this forum: No registered users and 17 guests