Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2010
    Posts
    77
    Plugin Contributions
    0

    Default automated e-mail / Distance selling Regulations

    Hi, In line with our countries (UK) Distance Selling Regulations I'm legally obliged to notify all customers once they have placed an order with us of their rights to cancel that order.

    And as such i'm wondering if its possible to set up a automated email which will send out the required information once the customer has placed their order. Or failing that it is possible to add the relevant information to their E-mail order confirmation?

    It used to be the case that this information could be provided just on our website but now we're obliged to send it them via a letter, e-mail or fax.

    any help would be appreciated
    thanks
    Ton

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: automated e-mail / Distance selling Regulations

    If you must send this to all you can try adding the text to /email/email_template_product_notification.html
    Or create your own custom email

    Code:
      <!-- Content Section -->
      <div class="content">
        <div>Dear $EMAIL_CUSTOMERS_NAME,</div>
        <div>$EMAIL_TEXT_ORDER_NUMBER</div>
        <div>$EMAIL_TEXT_INVOICE_URL</div>
        <div>$EMAIL_TEXT_DATE_ORDERED</div>
        <div>$EMAIL_TEXT_STATUS_COMMENTS</div>
        <div>$EMAIL_TEXT_STATUS_UPDATED</div>
        <div>$EMAIL_TEXT_STATUS_LABEL</div>
        <div>$EMAIL_TEXT_STATUS_PLEASE_REPLY</div>
        <div>$EMAIL_STORE_NAME</div>
      </div>
    HERE
    
      <!-- Footer Section -->
      <div class="footer">
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2010
    Posts
    77
    Plugin Contributions
    0

    Default Re: automated e-mail / Distance selling Regulations

    Quote Originally Posted by kobra View Post
    If you must send this to all you can try adding the text to /email/email_template_product_notification.html
    Or create your own custom email

    Code:
      <!-- Content Section -->
      <div class="content">
        <div>Dear $EMAIL_CUSTOMERS_NAME,</div>
        <div>$EMAIL_TEXT_ORDER_NUMBER</div>
        <div>$EMAIL_TEXT_INVOICE_URL</div>
        <div>$EMAIL_TEXT_DATE_ORDERED</div>
        <div>$EMAIL_TEXT_STATUS_COMMENTS</div>
        <div>$EMAIL_TEXT_STATUS_UPDATED</div>
        <div>$EMAIL_TEXT_STATUS_LABEL</div>
        <div>$EMAIL_TEXT_STATUS_PLEASE_REPLY</div>
        <div>$EMAIL_STORE_NAME</div>
      </div>
    HERE
    
      <!-- Footer Section -->
      <div class="footer">
    Thanks for the info but due to volume, I've decided I'll print the information on the back of the customers invoice along with our T&Cs. The only other way it would work without drawing to much attention to it would be to send it out as an attachment but I dont think zen can automatically do this.
    T

  4. #4
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: automated e-mail / Distance selling Regulations

    If your only required to notify them why not let them check the box of the terms and conditions on checkout.

    See Admin -> configuration -> regulations

 

 

Similar Threads

  1. v151 UK New Distance Selling Legislation June 2014
    By adb34 in forum General Questions
    Replies: 26
    Last Post: 12 Aug 2014, 06:50 PM
  2. Regulations
    By Nick1973 in forum General Questions
    Replies: 5
    Last Post: 26 Mar 2009, 02:11 PM
  3. Adding New Regulations
    By SeaBriz in forum General Questions
    Replies: 2
    Last Post: 2 Dec 2008, 12:12 AM
  4. Add new regulations
    By ilove24 in forum General Questions
    Replies: 0
    Last Post: 28 Aug 2008, 07:39 AM
  5. Regulations Per Product?
    By gabstero in forum General Questions
    Replies: 0
    Last Post: 13 Aug 2008, 03:39 PM

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