Zen Cart Logo
Forums / Discounts/Coupons, Gift Certificates, Newsletters, Ads / How to change quantity discounts table view

How to change quantity discounts table view

Locked

Views: 2,570

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
18 Sep 2006, 3:20 PM
#1
manada avatar

manada

New Zenner

Join Date:
Dec 2005
Posts:
35
Plugin Contributions:
0

How to change quantity discounts table view

I would like to change price quantity table view in product info.
Instead of classic view:

15 || 15-35 || 36-71 || 72-143 || 144-287 ||
$37.69 || $37.69 || $34.76 || $32.85 || $28.83 ||

I Would like to end up with:

15 + || 35+ || 71+ || 143+ || 287+ ||
$37.69 || $37.69 || $34.76 || $32.85 || $28.83 ||

What should I change to get that?

18 Sep 2006, 3:54 PM
#2
ajeh avatar

ajeh

Oba-san

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

Re: How to change quantity discounts table view

You would need to customize via your templates and overrides the file:
/includes/modules/products_quantity_discounts.php

18 Sep 2006, 4:08 PM
#3
manada avatar

manada

New Zenner

Join Date:
Dec 2005
Posts:
35
Plugin Contributions:
0

Re: How to change quantity discounts table view

Thank you for a quick answer. Fixed that.

One thing more. I have a columnar listing. I would like to express prices information in product listings using lowest and highest value from quantity discounts table; ex:

Product Name
$25 - $48

Where/ What should I look to change that?

18 Sep 2006, 6:20 PM
#4
ajeh avatar

ajeh

Oba-san

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

Re: How to change quantity discounts table view

All display prices use the function zen_get_products_display_price in the /includes/functions/functions_prices.php

This is not an override file ...

You can alter what the final display price is that gets return ...

5 Oct 2006, 4:06 PM
#5
manada avatar

manada

New Zenner

Join Date:
Dec 2005
Posts:
35
Plugin Contributions:
0

Re: How to change quantity discounts table view

Just did that and it worked out. Thank for help.

5 Oct 2006, 4:08 PM
#6
styledata avatar

styledata

Zen Follower

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

Re: How to change quantity discounts table view

manada:

Just did that and it worked out. Thank for help.

I have a similar interest. Could you share how you accomplished that?
Thank you