Zen Cart Logo
Forums / General Questions / automated e-mail / Distance selling Regulations

automated e-mail / Distance selling Regulations

Locked

Views: 768

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
7 Aug 2010, 6:20 PM
#1
tonyb6 avatar

tonyb6

New Zenner

Join Date:
Mar 2010
Posts:
77
Plugin Contributions:
0

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

7 Aug 2010, 7:55 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

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

  <!-- 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">
10 Aug 2010, 10:15 AM
#3
tonyb6 avatar

tonyb6

New Zenner

Join Date:
Mar 2010
Posts:
77
Plugin Contributions:
0

Re: automated e-mail / Distance selling Regulations

kobra:

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

<!-- 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

10 Aug 2010, 12:02 PM
#4
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

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