How to remove Min/Max and Mixed
On some of my prodcuts pages it shows the min/max and that the MIXED is ON. I am using attributes, to show the different quantities and pricing of the products. My client does not want this to show on the prodcut pages. Can someone tell me if there is a way to remove this from the page? If there is a way could you please tell me how it is done.
Thanks,
sig-tech
V 1.3.0
Re: How to remove Min/Max and Mixed
You need to upgrade to v1.3.0.2 that is the current version and v1.3 has many bugs/issues as does v1.3.0.1 ...
Be sure to use the Full Zen Cart v1.3.0.2
Do you have an URL to your Product that we can peek at?
Re: How to remove Min/Max and Mixed
I made a mistake and we do have V 1.3.0.1, but I will update to the newer version. Here is a link to the site http://fearka.myownpage.net/index.ph...roducts_id=116
Re: How to remove Min/Max and Mixed
Because you have the Minimum set to 36 ... the status of Mixed shows ...
Mixed ON means that they can "mix" or match Attributes to build the 36 Minimum setting ... example:
12 Red 14 Yellow 10 Green
= Minimum restriction of 36
Mixed OFF means that the cannot "mix" the Attributes to build the 36 Minimum setting ... example:
36 Red and/or 36 Yellow and/or 36 Green
= Minimum restriction of 36
If you never want this indicator to show, which may confuse your customers if they don't know when they can build the Minimum Qty from a single Attribute combination or from multiple Attribute combinations ... you would need to customize the product _info page example: tpl_product_info_default.php
And change/remove the: zen_get_products_quantity_min_units_display peice in the file ...