Thread: Email mod's etc

Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Email mod's etc

    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.

  2. #12
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Email mod's etc

    The emails are being sent as HTML with customer enabled HTML emails
    Learning Fast.
    Eden Craft Supplies

  3. #13
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Email mod's etc

    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.

  4. #14
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Email mod's etc

    Oh. I will have a play. Thank for the help
    Learning Fast.
    Eden Craft Supplies

  5. #15
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Email mod's etc

    Quote Originally Posted by DrByte View Post
    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.
    Lets see if I can word this right; is there anything written down that I can read about making changes and where i need to make those changes to to make it appear on the shop? similar to above, E.G. if you want to add something you need to add to a + b + c
    Learning Fast.
    Eden Craft Supplies

  6. #16
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Email mod's etc

    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.

  7. #17
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Email mod's etc

    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

  8. #18
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Email mod's etc

    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.

  9. #19
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Email mod's etc

    Quote Originally Posted by DrByte View Post
    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.
    Thankyou for the info.
    Learning Fast.
    Eden Craft Supplies

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 Product Images on Invoice, Email, etc [Support Thread]
    By jackie.taferner in forum All Other Contributions/Addons
    Replies: 29
    Last Post: 26 Aug 2022, 05:52 AM
  2. Preview of Welcome email in admin showing EMAIL_SUBJECT EMAIL_GREET_NONE etc
    By belaze in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 May 2011, 09:55 AM
  3. mod rewrite to remove .html etc
    By evilonion in forum General Questions
    Replies: 0
    Last Post: 25 Nov 2010, 01:12 PM
  4. Change email,contact,etc
    By Ishtar in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Jan 2010, 11:09 PM
  5. Email to exclude discount group, etc
    By elishama3 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 4 Mar 2008, 06:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg