That's correct mam!
Can this be done with the proper code to have the languages files and the css styling?
That's correct mam!
Can this be done with the proper code to have the languages files and the css styling?
IDEAS Girl
IDEAS Creative Group = Your image... our business!
If you use in the function:
and then add in the directory a new file:Code:if ($show_special_price != '' || $show_sale_price != '') { $show_normal_price = TEXT_PREFIX_REGULAR . $show_normal_price; $show_special_price = TEXT_PREFIX_SPECIAL . $show_special_price; }
/includes/languages/english/extra_definitions/extra_prices_languages.php
Does it work?Code:<?php // extra defines for prices extra_prices_languages.php define('TEXT_PREFIX_REGULAR', 'Reg.'); define('TEXT_PREFIX_SPECIAL', 'Special');
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Yes, indeed.THANKS!
IDEAS Girl
IDEAS Creative Group = Your image... our business!
You are most welcome ... let us know how this comes out ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!