Hi, I didn't find this since is difficult to search for it.
How and where do I add the words "Reg." and "Special" before the correspondent prices.
Note: I need to use languages files since the store runs 2 languages.
Hi, I didn't find this since is difficult to search for it.
How and where do I add the words "Reg." and "Special" before the correspondent prices.
Note: I need to use languages files since the store runs 2 languages.
IDEAS Girl
IDEAS Creative Group = Your image... our business!
Must be something you've added to your site. Out-of-the-box, Zen Cart doesn't use prefixes of "Reg." and "Special".
ie: http://www.zen-cart.net/index.php?main_page=specials
Perhaps doing a search for "Reg." would give you clues to where you've put that string in your files.
http://www.zen-cart.com/content.php?...-files-to-edit
http://www.zen-cart.com/content.php?...lopers-toolkit
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Yes, I tried the developer's kit but the only file I found, when I did some changes, didn't add anything on frontend (it was the function_price file). I also checked the module template, and the module files, nothing.
And it's not that I added it... I WANT TO add it.
IDEAS Girl
IDEAS Creative Group = Your image... our business!
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Do you perhaps have a link to your site where you want to change of Reg. and Special in front of the prices ...
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!
Sure, I can give it to you but I want to do this adjustment in few stores, not only this one:
Code:dmodafashion.com
IDEAS Girl
IDEAS Creative Group = Your image... our business!
So looking at this product:
/index.php?main_page=product_info&cPath=7_16&products_id=172
you want the Price to read:
correct?Reg. $19.99 Special $15.99
Ahorre: 20% descuento
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!
Right! Or anything else for that matter...
IDEAS Girl
IDEAS Creative Group = Your image... our business!
If you add this code around line 261 above:
Code:if ($display_normal_price == 0) { // don't show the $0.00does this come close to what you are trying to accomplish?Code:if ($show_special_price != '' || $show_sale_price != '') { $show_special_price = 'Special' . $show_special_price; $show_normal_price = 'Reg.' . $show_normal_price; }
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!
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!