Odd, since it worked fine for me when I tested it before I posted.
Are these text-only emails that are not showing it? Or HTML-formatted emails that aren't showing it?
Odd, since it worked fine for me when I tested it before I posted.
Are these text-only emails that are not showing it? Or HTML-formatted emails that aren't showing it?
.
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.
The emails are being sent as HTML with customer enabled HTML emails
Learning Fast.
Eden Craft Supplies
Sigh. It appears as though the EMAIL_DISCLAIMER handling isn't also translating new-line characters to <br> tags. So, my "shortcut" falls flat.
You'll have to create a new variable in your html email template, then define it in your language file, then in the order class set it in the $html_msg['YOUR_NEW_VARIABLE'] so that it gets properly treated.
And then to be sure your text-only customers also get it, in the order class you'll also need to add it to the $email_order (or is it $email_text ? ) variable where all the other data is being added to that string.
.
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.
Although it doesn't give the a+b+c you're asking for, a related article about the HTML email templates is: http://www.zen-cart.com/content.php?...te-system-work
.
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.
DrByte, I really do appreciate the time and effort you are putting in, to answer this and all other messages that have been asked.
I do not know if this is the right place to ask this but I will (sorry);
I am using dover fine as my template; When you get to any product, I only have one at the moment, the template gives you three tabs; description; details & reviews. Now, my website will be selling jewellery making items and instead for putting the colour; size; shape etc in the description I would like to use the tab detail.
I know there are many mods out there in the plugin sections, however, I have tried to follow 'numinix' add a barcode to the Categories/Products/Product in Category, but I keep getting lost.
I have had a look through the FAQ's, forum and the wiki and cannot find anything to help. Is there anything written down that I can read through and then say 'oh, is that how it is done'.
Thank you again
Learning Fast.
Eden Craft Supplies
This probably warrants being started as a New Thread, since the topic is very different.
Take a look at this tutorial: http://www.zen-cart.com/showthread.p...-your-Products on adding new fields that you can edit in the admin and display in the store
Or, if you want a more "automated" way, test out Numinix "additional product fields" plugin, perhaps on a test copy of your site first.
Either way you'll still have to manually alter your custom storefront template to add the fields to the appropriate "tab" that you said you've got.
If those aren't what you're looking for, then start another thread for discussion about it.
.
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.
Learning Fast.
Eden Craft Supplies