It is the msrp.php file. It is just this in it though
define('TEXT_PRODUCT_MSRP', 'Retail Price: ');
define('TEXT_PRODUCT_SAVE', 'You save: ');
define('TEXT_PRODUCT_OUR', 'Our Price: ');
It is the msrp.php file. It is just this in it though
define('TEXT_PRODUCT_MSRP', 'Retail Price: ');
define('TEXT_PRODUCT_SAVE', 'You save: ');
define('TEXT_PRODUCT_OUR', 'Our Price: ');
Our price is displayed in multiple locations though, in the sidebar, etc. Really just need to change it in the center column
thanks