Changing Price text Display

Tips, Tricks, How To Guides, etc..
Post Reply
chsps
Posts: 5
Joined: Tue Jul 27, 2010 12:51 am

Changing Price text Display

Post by chsps »

Hello! Our store is brand new to Interspire and we are currently trying to figure out how to add the title "MSRP" before the retail price field to indicate the retail price versus the actual price of an item. Can someone please assist in where we have to go to change this?

Thanks!
Tony Barnes
Posts: 744
Joined: Thu Jun 18, 2009 8:59 am

Re: Changing Price text Display

Post by Tony Barnes »

In languagues/en/front_language.ini find this

Price = "Price"

Change the bit on the right to whatever you want it to say
chsps
Posts: 5
Joined: Tue Jul 27, 2010 12:51 am

Re: Changing Price text Display

Post by chsps »

Thank you Tony! But we want to change the Retail Price to show "MSRP" in front of it. I couldn't find it in the same file. Do you know where it is or if this is possible?
Martin
Site Admin
Site Admin
Posts: 1854
Joined: Wed Jun 17, 2009 6:30 pm
Location: South Yorkshire UK
Contact:

Re: Changing Price text Display

Post by Martin »

chsps wrote:Thank you Tony! But we want to change the Retail Price to show "MSRP" in front of it. I couldn't find it in the same file. Do you know where it is or if this is possible?
Line 147 in front_language.ini is

Code: Select all

RRP = "RRP"
That's the what the customer will see in the front end...

If you need to change the "Retail Price" value in the back-end (Admin) side of things then you need to edit this file instead:
language/en/admin/common.ini

Code: Select all

RetailPrice = "Retail Price"
(line 665 roughly)
Post Reply