Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Adding text to items - near the displayed price

Adding text to items - near the displayed price

Locked

Views: 2,257

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
8 Jun 2006, 7:47 AM
#1
evilshell avatar

evilshell

New Zenner

Join Date:
Jan 2005
Location:
Basel, Switzerland
Posts:
7
Plugin Contributions:
0

Adding text to items - near the displayed price

I need to add text to each item, but I don't want to add the text to the item descption. I'd like to add it near where the price and music genre is displayed (I need to indicate that the price includes VAT and some brief additional information) for my site http://www.devianthead.com .

How would I go about doing this? I've not found anything here, or in my nosing around the code, but I most likely missed something!

I am running Zen Cart 1.2.7 (Database Patch Level: 1.2.7) and PHP Version 4.4.1. I'm not ready to upgrade to the new version just yet, so I'd like to find a solution that fits into 1.2.7.

Thank you very much!

12 Jun 2006, 8:42 PM
#2
evilshell avatar

evilshell

New Zenner

Join Date:
Jan 2005
Location:
Basel, Switzerland
Posts:
7
Plugin Contributions:
0

Re: Adding text to items - near the displayed price

Suggestions? Anyone?

13 Jun 2006, 2:48 AM
#3
ajeh avatar

ajeh

Oba-san

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

Re: Adding text to items - near the displayed price

Could you be a tad more specific?

Is this the same text for each Product?

13 Jun 2006, 4:11 AM
#4
evilshell avatar

evilshell

New Zenner

Join Date:
Jan 2005
Location:
Basel, Switzerland
Posts:
7
Plugin Contributions:
0

Re: Adding text to items - near the displayed price

Yes, it would be the same text - one for the English version of the site, one for the German version (it is a notice regarding VAT)

14 Jun 2006, 3:58 AM
#5
ajeh avatar

ajeh

Oba-san

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

Re: Adding text to items - near the displayed price

You could do it with a READONLY Attribute and copy it to all products ...

This is only to display text ...

Does not show up on orders ...

Does not get added to the cart ...

Can be changed on the fly and updated in a moment ...

NOTE: be sure to backup your site before adding something like this to all products ...