Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Quantity Discounts table !

Quantity Discounts table !

Views: 1,234

Results 1 to 9 of 9
1 Apr 2013, 7:04 PM
#1
alhakeem2001 avatar

alhakeem2001

Zen Follower

Join Date:
Nov 2007
Posts:
434
Plugin Contributions:
1

Quantity Discounts table !

Hi Guys I'm trying to edit my stylesheet file to have better layout of my Quantity Discounts table for my zencart products ! at the moment I have the basic layout with a very Pale display and hard to read ! Attachment 12276 how to have a better layout even with just a black text on a white background..

1 Apr 2013, 8:45 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Quantity Discounts table !

Post a link to this page - the image is not useful

2 Apr 2013, 12:39 AM
#3
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,685
Plugin Contributions:
56

Re: Quantity Discounts table !

The (native) Quantity Discounts table has a div id of "productQuantityDiscounts", so you can start there, then style the individual tr and td elements as you wish. You can see this by doing a "View Source" on your product info page, and searching for productQuantityDiscounts.

3 Apr 2013, 4:57 PM
#5
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Quantity Discounts table !

could try something like this

div#productQuantityDiscounts TABLE TR TD {
color:#000000;
border:1px solid #C0C0C0;
background:#F5F5F5;
}

3 Apr 2013, 9:34 PM
#6
alhakeem2001 avatar

alhakeem2001

Zen Follower

Join Date:
Nov 2007
Posts:
434
Plugin Contributions:
1

Re: Quantity Discounts table !

rbarbour:

could try something like this

div#productQuantityDiscounts TABLE TR TD {
color:#000000;
border:1px solid #C0C0C0;
background:#F5F5F5;
}
I added that to my CSS template file but it didn't change anything !

3 Apr 2013, 9:35 PM
#7
alhakeem2001 avatar

alhakeem2001

Zen Follower

Join Date:
Nov 2007
Posts:
434
Plugin Contributions:
1

Re: Quantity Discounts table !

swguy:

The (native) Quantity Discounts table has a div id of "productQuantityDiscounts", so you can start there, then style the individual tr and td elements as you wish. You can see this by doing a "View Source" on your product info page, and searching for productQuantityDiscounts.

I tried that but it didn't work !

3 Apr 2013, 9:51 PM
#8
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Quantity Discounts table !

try posting in the template section, I believe your template is by Picaflor Azul, Anne has support threads for all her templates.

Without a link to the actual product page with the discount table, it will be hard to advise.