
Originally Posted by
eddyboy
I'm in the same boat, I have only one of a kind hand made items for sale, so i want to get rid of the "Max:1" text.
I've used the code below to remove it from the product_listing.php page but it still shows Max: 1 on two other pages /index.php?main_page=products_all and /index.php?main_page=products_new
Anything ive tried just breaks the pages
Thanks in advance
What I did was search the Zencart folder for the term
PHP Code:
zen_get_products_quantity_min_units_display
Thats what triggers the max1 thing. I just removed the break tag, and then the statements involving the max1 from
tpl_modules_new_produdcts_new_listing.php
tpl_modules_new_produdcts_featured_listing.php
in the templates_default/templates folder.