Zen Cart Logo
Forums / General Questions / Qty Discount Table Apperance

Qty Discount Table Apperance

Views: 971

Results 1 to 9 of 9
12 Mar 2011, 6:06 AM
#1
fredmccay avatar

fredmccay

New Zenner

Join Date:
Dec 2010
Posts:
60
Plugin Contributions:
0

Qty Discount Table Apperance

Version 1.3.9

I am having a heck of a time finding out where to stylize my qty discount tables. I can't even get the table to center in the product page, under the product. To everyone...I really like ZenCart! I worked with AbleCommerce (an asp.net piece of ########) for a year. This is a superior product and so is the forum. AbleCommerce charges hundreds a year for tech support and you need to be an MS .net programmer to make many changes.

My problem is this: I am using a slightly modified version of the classic ZenCart theme (Patriot) and I modified it more. I just can't find where to stylize my qty discount table other than turning the border on and off in the css. I want to color my cells and stylize my borders...should be simple but I am getting old. I don't think it has anything to do with my stylesheet as I just switch back to the classic theme and such whenever I think I messed something up. It seems that some things are controlled by css and others by php. I spend hours finding out where to change things. I am OK with css and php, I am not with finding the files I want to change in ZenCart.

I have ZenCart on six sites now and told someone the other day that I would build their shopping cart but would use no other cart.

I am an American who has lived int he Philippines for over six years (never come here!). I just started a new US business but do work for others too.
**
Look here for what I am referring to:**
http://idsupply.co/index.php?main_page=product_info&cPath=6&products_id=55

I really appreciate this forum and the help I have received. You all have made me a ZenCart conversion.

Thanks,
Fred McCaughey
[email protected]
https://www.idsupply.co

12 Mar 2011, 6:22 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Qty Discount Table Apperance

Your link

The connection has timed out

GO Daddy is not a place to operate a serious business

12 Mar 2011, 6:41 AM
#3
kobra avatar

kobra

Black Belt

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

Re: Qty Discount Table Apperance

Finally loaded after several retries

Add this to the bottom of your stylesheet

#productQuantityDiscounts {
        padding: 0em 0em 0em 10em;
        }

And this to style other things

td #productQuantityDiscounts {
        border-color: #006633;
        color: #ff0000;
        }
12 Mar 2011, 11:39 AM
#4
fredmccay avatar

fredmccay

New Zenner

Join Date:
Dec 2010
Posts:
60
Plugin Contributions:
0

Re: Qty Discount Table Apperance

Thanks for the the prompt reply. This had no affect though.

Fred

12 Mar 2011, 11:12 PM
#5
fredmccay avatar

fredmccay

New Zenner

Join Date:
Dec 2010
Posts:
60
Plugin Contributions:
0

Re: Qty Discount Table Apperance

The color setting did work, changing the color of the border and text. The rest did not. I'll live with it and hope it is easier to stylize things in a future release.

Thanks for the help,
Fred

13 Mar 2011, 12:21 AM
#6
kobra avatar

kobra

Black Belt

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

Re: Qty Discount Table Apperance

The first centers the table and has to work
As we use tools to interactively test changes on your site I can see that it does

I do not see where you have it

13 Mar 2011, 10:58 PM
#7
fredmccay avatar

fredmccay

New Zenner

Join Date:
Dec 2010
Posts:
60
Plugin Contributions:
0

Re: Qty Discount Table Apperance

Thanks, I put the call back in the css and now it is working.

Thanks again,
Fred

14 Mar 2011, 1:28 AM
#8
fredmccay avatar

fredmccay

New Zenner

Join Date:
Dec 2010
Posts:
60
Plugin Contributions:
0

Re: Qty Discount Table Apperance

One comment, I use discount tables that may be 2-5 cells wide so the em spacing doesn't center them all. It just kind of looks messed up so I will just put them all left justified for consistancy. I really appreciate the help you gave.

Fred
https://www.idsupply.co

16 Feb 2012, 5:04 AM
#9
jennygrl99 avatar

jennygrl99

New Zenner

Join Date:
Jan 2012
Posts:
16
Plugin Contributions:
0

Re: Qty Discount Table Apperance

This worked great!!! Thank You