PDA

View Full Version : showing 'rrp' and 'our price'


asterix
12-Nov-2004, 11:20 AM
Hi all,

can anyone tell me what is the best way to show:

RRP £ 100.00
Our Price £ 75.00

etc for each product ?

Whould this be through a customer var or just stick it in the discription ?

Thanks

Darren

asterix
12-Nov-2004, 08:26 PM
just in case its not clear, I want to able to add a second price that all customers (retail) and regular customers can see.

Tripwire
13-Nov-2004, 10:13 AM
Put it in a custom var thats exactly what I've done on this Actinic site I've just completed

Heres an example...

http://www.rotecweldingequipment.co.uk/acatalog/DIY_240_volt_dc_inverters.html

asterix
13-Nov-2004, 11:51 AM
cheers fella, will try. Though it must be the one..

NormanRouxel
13-Nov-2004, 04:15 PM
CustomVars will work Act_ProductPrice.html so that may be a good place to put the RRP info. That's how we do it at Snowlines - see http://www.snowlines.co.uk/acatalog/Snowlines_Online-RUNNING-RUNNING_SHORTS-MENS.html for an example.

Norman

asterix
13-Nov-2004, 05:27 PM
Cheers

So not act_productline ? I take it you used css for the strikethrough on RRP ? Also just out of curosity what are the ? for in: £12.00(?16.67)

NormanRouxel
13-Nov-2004, 08:08 PM
The ? must be the Euro symbol "€" not showing up on your browser. Yes you can use CSS or font tags. Neither will show up if the customvar is undefined.

Norman

Univiz
13-Nov-2004, 11:04 PM
The "€" is showing up OK in both IE 6 and Firefox.

Regards, Sharon

asterix
14-Nov-2004, 09:43 AM
It was on a Mac OS9 IE, its ok on OSX with Firefox.