1 Attachment(s)
Hide 'quantity discounts available' link?
Rebuilding an old site on the latest Zen and php8. Is it possible to hide these 2 lines that appear in my attributes box?
Attachment 20665
This didn't appear on my zen 1.3.6 store and I cannot figure out how to remove those 2 lines in the red box.
AFAIK I am not using any kind of discount pricing for products or attributes and when you click this link an empty popup appears.
Thanks in advance.
Re: Hide 'quantity discounts available' link?
Quote:
Originally Posted by
CunningStunt2
Rebuilding an old site on the latest Zen and php8. Is it possible to hide these 2 lines that appear in my attributes box?
Attachment 20665
This didn't appear on my zen 1.3.6 store and I cannot figure out how to remove those 2 lines in the red box.
AFAIK I am not using any kind of discount pricing for products or attributes and when you click this link an empty popup appears.
Thanks in advance.
Check your attributes to make sure... bc that's weird. If you're not using it turn it off in Configuration >> Attribute Settings
~Melanie
Re: Hide 'quantity discounts available' link?
I tried setting 'Enable qty price discount' to false in the attribute settings but the line still shows whenever a product has attributes set.
Re: Hide 'quantity discounts available' link?
Quote:
Originally Posted by
CunningStunt2
I tried setting 'Enable qty price discount' to false in the attribute settings but the line still shows whenever a product has attributes set.
Like Melanie indicated, check also the product's attributes to make sure that there aren't attribute-level quantity discounts set up.
4 Attachment(s)
Re: Hide 'quantity discounts available' link?
as far as I can tell there are no attribute level discounts set up, but for clarity; when setting up attributes should I be adding my price to the 'prefix price' box or the 'one off' box? Currently all of my attributes use the prefix price + include base price (but the base price is always zero if there are attributes for a product).
Attachment 20700
Attachment 20701
Attachment 20702
Attachment 20703
Re: Hide 'quantity discounts available' link?
What modification are you using to get the attributes to display in that manner? That's not "standard" Zen Cart and could be the root-cause of your issue.
1 Attachment(s)
Re: Hide 'quantity discounts available' link?
It's this plugin, though I was also using it on 1.5.6 before rebuilding the site on the latest version, and I've never seen that link prior to upgrading.
https://www.zen-cart.com/showthread....Attribute-Grid
I noticed someone had a similar issue caused by database fields - https://www.zen-cart.com/showthread....459#post416459
I wonder if this could be causing the link to display, I have checked the database and the two fields that this user reference contain no data, while most of the empty fields contain zeros
Attachment 20706
Re: Hide 'quantity discounts available' link?
Quote:
Originally Posted by
CunningStunt2
Those two products_attributes fields are intended to be an empty string, i.e. '', if not set; the others are of a numeric type, so their 'unset' value is 0.
What template is in use on your upgrade?
Re: Hide 'quantity discounts available' link?
Thanks for the reply, Im using ZCA Bootstrap-4
I did just try the default responsive template and discount link does not appear.
Re: Hide 'quantity discounts available' link?
Quote:
Originally Posted by
CunningStunt2
Thanks for the reply, Im using ZCA Bootstrap-4
I did just try the default responsive template and discount link does not appear.
Interesting; what version of the Bootstrap template? Just to verify, you're running your upgrade on Zen Cart 2.0.1, right?