Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding "each" to the prices

Adding "each" to the prices

Locked

Views: 992

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
4 Jul 2008, 1:14 AM
#1
letum avatar

letum

New Zenner

Join Date:
Jan 2008
Location:
Australia
Posts:
30
Plugin Contributions:
0

Adding "each" to the prices

Hi

Is there a way to add "each" next to the prices of items?

14 Jul 2008, 4:43 AM
#2
letum avatar

letum

New Zenner

Join Date:
Jan 2008
Location:
Australia
Posts:
30
Plugin Contributions:
0

Re: Adding "each" to the prices

No one can help?

14 Jul 2008, 5:27 AM
#3
ajeh avatar

ajeh

Oba-san

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

Re: Adding "each" to the prices

If you want that to appear on every single price, you could customize the function for the price display in the functions_prices.php file ... function zen_get_products_display_price manages all prices except the shopping_cart page and checkout ...

There are not overrides for function files so save your original and your customized file for future upgrades ...

14 Jul 2008, 5:39 AM
#4
letum avatar

letum

New Zenner

Join Date:
Jan 2008
Location:
Australia
Posts:
30
Plugin Contributions:
0

Re: Adding "each" to the prices

Ajeh:

If you want that to appear on every single price, you could customize the function for the price display in the functions_prices.php file ... function zen_get_products_display_price manages all prices except the shopping_cart page and checkout ...

There are not overrides for function files so save your original and your customized file for future upgrades ...

Okay I found the file but I have no idea what to do now.

Can anyone tell me what to add/remove/change? or where I can find the info I need?

15 Jul 2008, 1:42 AM
#5
letum avatar

letum

New Zenner

Join Date:
Jan 2008
Location:
Australia
Posts:
30
Plugin Contributions:
0

Re: Adding "each" to the prices

Letum:

Okay I found the file but I have no idea what to do now.

Can anyone tell me what to add/remove/change? or where I can find the info I need?

Anyone?