Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Where do I edit the Quantity Discounts Table?

Where do I edit the Quantity Discounts Table?

Locked

Views: 1,629

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
17 Aug 2006, 6:54 AM
#1
inksale avatar

inksale

Zen Follower

Join Date:
Jan 2005
Location:
Gold Country CA
Posts:
265
Plugin Contributions:
0

Where do I edit the Quantity Discounts Table?

I cant seem to find where the info is to edit the background colors and borders for the Quantity Discounts table.

Could someone point me to it please.

Thanks,
The blind man. :)

17 Aug 2006, 7:12 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Where do I edit the Quantity Discounts Table?

This should be a starting point:

#productQuantityDiscounts {}
and
#productQuantityDiscounts TABLE {}

17 Aug 2006, 1:47 PM
#3
torgil avatar

torgil

New Zenner

Join Date:
Feb 2006
Posts:
23
Plugin Contributions:
0

Re: Where do I edit the Quantity Discounts Table?

Don't know what version of zen cart you're working with, but I'm on 1.3x
And in my version, there is this file in: includes/templates/template_default/templates/tpl_modules_products_quantity_discounts.php
There the table has hard coded border, padding and margins that you can override by editing the file and save as:
includes/templates/your_template/templates/tpl_modules_products_quantity_discounts.php

25 Apr 2007, 4:22 PM
#4
cjjune avatar

cjjune

Zen Follower

Join Date:
Apr 2007
Posts:
139
Plugin Contributions:
0

Re: Where do I edit the Quantity Discounts Table?

Hi,

redesign the table is what i want. How do I extend the width of the table? I want it to be 3 rows instead of 4 as you can see on the attachment. Which part of the PHP code should I change or add? What should I write?

Thanks for your help.

25 Apr 2007, 5:15 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Where do I edit the Quantity Discounts Table?

In the Configuration ... Layout Settings ...

Product Discount Quantities - Display how many per row?
How many discount quantities should show per row on Product Info Pages?

26 Apr 2007, 4:04 PM
#6
cjjune avatar

cjjune

Zen Follower

Join Date:
Apr 2007
Posts:
139
Plugin Contributions:
0

Re: Where do I edit the Quantity Discounts Table?

Thanks I got it fix.:clap: :flex: