chsps
2010-07-26 23:56:27
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
2010-07-27 09:19:56
In languagues/en/front_language.ini find this
Price = "Price"
Change the bit on the right to whatever you want it to say
chsps
2010-07-28 23:07:49
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
2010-07-28 23:15:02
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
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
RetailPrice = "Retail Price" (line 665 roughly)