Zen Cart Logo
Forums / Discounts/Coupons, Gift Certificates, Newsletters, Ads / Quantity discounts wont desiplay when pop up clicked

Quantity discounts wont desiplay when pop up clicked

Views: 946

Results 1 to 6 of 6
05 Jan 2026, 14:38
#1
vmax avatar

vmax

New Zenner

Join Date:
Jun 2018
Location:
uk
Posts:
31
Plugin Contributions:
0

Quantity discounts wont desiplay when pop up clicked

hi there

i have just set up some attribute based quantity discounts
everything applies fine i nt the cart and all seems to work fine from a fuctionality piont of view however if i click the "quantity discounts" on the product page it displays a blank table in the pop up

Attachment 21119

what can i do so customers can see the quantity discounts for the attributes chosen

05 Jan 2026, 15:05
#2
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Quantity discounts wont desiplay when pop up clicked

Is this your live site? I see a listing in the add to cart box

05 Jan 2026, 16:30
#4
balihr avatar

balihr

Totally Zenned

Join Date:
Oct 2008
Location:
Croatia
Posts:
1,768
Plugin Contributions:
20

Re: Quantity discounts wont desiplay when pop up clicked

It's not a blank table - you have white text on white background. Add this to the end of your includes/templates/responsive_classic/css/stylesheet_colors.css

.popupattributeqty {color:#000}

Make sure you reload the page (CTRL+F5) to see the changes.

05 Jan 2026, 16:31
#5
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Quantity discounts wont desiplay when pop up clicked

Because the text is white, same as background. Try add this to your stylesheet.css

.popupattributeqty{background-color:#364FB5}

05 Jan 2026, 18:03
#6
vmax avatar

vmax

New Zenner

Join Date:
Jun 2018
Location:
uk
Posts:
31
Plugin Contributions:
0

Re: Quantity discounts wont desiplay when pop up clicked

OMG lol
never realised that
thanks i would never had noticed that in a million years:blink::blush: