Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Apr 2007
    Posts
    117
    Plugin Contributions
    1

    Default Welcome email - how to edit?

    Where do I find the file to edit the 'Welome Email'? How do I add this to the 'Define Page Editor' so I can alter this file quickly in the future?

  2. #2
    Join Date
    Apr 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Welcome email - how to edit

    Bump cos this is the exact same question I wanted to ask!!

    Soapy xxx

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

    Default Re: Welcome email - how to edit

    There is no option to use the Define Pages editor for emails.

    The FAQ section has the answer on how to edit the welcome email, as well as how to identify other kinds of edits you might desire to make:
    https://www.zen-cart.com/tutorials/index.php?article=20
    .

    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. #4
    Join Date
    Apr 2007
    Posts
    117
    Plugin Contributions
    1

    Default Re: Welcome email - how to edit

    Quote Originally Posted by thesoapycauldron View Post
    Bump cos this is the exact same question I wanted to ask!!

    Soapy xxx
    I knew that someone else wanted this answer.

    Quote Originally Posted by DrByte View Post
    There is no option to use the Define Pages editor for emails.

    The FAQ section has the answer on how to edit the welcome email, as well as how to identify other kinds of edits you might desire to make:
    https://www.zen-cart.com/tutorials/index.php?article=20
    Thanks for the link. That does help and will help with future edits.

  5. #5
    Join Date
    Apr 2006
    Location
    Largo, Florida USA
    Posts
    102
    Plugin Contributions
    0

    Default Re: Welcome email - how to edit

    How do I add another bullet item into the body of the email?



    PHP Code:
    define('EMAIL_TEXT''With your account, you can now take part in the <strong>various services</strong> we have to offer you. Some of these services include:' "\n\n" '<li><strong>Permanent Cart</strong> - Any products added to your online cart remain there until you remove them, or check them out.' "\n\n" '<li><strong>Address Book</strong> - We can now deliver your products to another address other than yours! This is perfect for those ordering for multiple offices and ship to locations.' "\n\n" '<li><strong>Multiple Payment Choices</strong> - Choose your preferred payment method, credit cards online or fax in order form, COD, Purchase Orders or current Stakemill customers can be invoiced with their current account.' "\n\n" '<li><strong>Order History</strong> - View your history of purchases that you have made with us.' "\n\n" '<li><strong>Detailed Product Information</strong> - Get complete details and specifications about items you are interested in.' "\n\n" '<li><strong>Products Reviews</strong> - Share your opinions on products with our other customers.' "\n\n"); 
    I under stand which is the bold text and which is the sentance, but how do I insert another bullet line
    (WHAT GOES HERE)<li><strong>Permanent Cart</strong> - Any products (WHAT GOES AT THE END?)

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

    Default Re: Welcome email - how to edit

    That's an HTML question.

    Bulleted lists ("unordered lists") are structured like this:
    Code:
    <ul>
      <li>item</li>
      <li>another item</li>
      <li>one more item</li>
    </ul>
    Simply follow the pattern.
    .

    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. #7
    Join Date
    Jun 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Welcome email - how to edit

    Zencart is flexible and easy, but sometimes i wonder why even the most common things that needs to be editable isn't done on the admin backend page?

    I mean a simple edit form for things like email templates, welcome messages should be editable in backend cms right?

    I find having to edit local php file, edit php file, then upload a hassle, especially for clients who are not familiar with ftp or editing files like that.

    Any plans to make things like this easier in the future?

  8. #8

    Default Re: Welcome email - how to edit

    I'll second that. To edit the welcome email shouldn't take a php guru.

  9. #9
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: Welcome email - how to edit

    I agree.... Plus my problem is that I want to add elements to the email_extras like the referral code etc... How do I do that? All I'm shown through Developer's Tool Kit are the define pages....

  10. #10
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Welcome email - how to edit

    As has been said many times in various parts of this forum, the admin part of Zen Cart is due for an upgrade. No doubt the editing functions and screens will be part of that upgrade, but it won't happen soon. (You can see the suggested order of upgrades in the Development Road Map.)

    In the meantime, as the good doctor said, the FAQ helps, besides which there is a rather terse explanation in the docs folder of your Zen install files. It's number 4, readme_html_email_templates.

    Rob

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Email Welcome menu - how do I edit it?
    By sparrowce in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 23 Jul 2015, 01:10 AM
  2. How to Edit the Email Welcome?
    By laurieudy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Oct 2009, 11:30 PM
  3. Edit Welcome Email
    By saulylee in forum General Questions
    Replies: 8
    Last Post: 18 Apr 2008, 06:40 PM
  4. How do you edit the welcome email?
    By catangirl in forum General Questions
    Replies: 5
    Last Post: 12 Feb 2007, 11:28 AM
  5. How Do I Edit Welcome Email?
    By directioninvestments in forum General Questions
    Replies: 3
    Last Post: 31 Jul 2006, 07:29 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