1 # ===================================================================== 2 # tw-shop-email-buyer.txt: order confirmation template for the buyer. 3 # 4 # Copyright (c) 2009 Carlo Strozzi 5 # 6 # This program is free software; you can redistribute it and/or modify 7 # it under the terms of the GNU General Public License as published by 8 # the Free Software Foundation; version 2 dated June, 1991. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 # 19 # ===================================================================== 20 From: shop@example.com 21 To: $[TNS_EMAIL_TO] 22 Organization: TypeWriter 23 User-Agent: CSA/$[CSA_VERSION] 24 MIME-Version: 1.0 25 Content-Type: text/plain; charset=UTF-8 26 Subject: Your Order with Our Online Store # $[tpl.var.tw.ord.num] 27 28 Dear $[tpl.var.tw.ord.fullname], 29 30 Thank-you for ordering with us! 31 32 This is an email confirmation of your order, 33 your purchase information appears below. 34 35 ======================================================================= 36 $[tpl.include.tw.page:c] 37 38 ----------------------------------------------------------------------- 39 40 CONTACT INFO: 41 42 E-mail: $[tpl.var.tw.ord.email] 43 Phone: $[tpl.var.tw.ord.phone] 44 45 ----------------------------------------------------------------------- 46 47 SHIPPING INFO: 48 49 Shipping Method: $[tpl.var.tw.ord.ship.descr] 50 51 Shipping Address: 52 53 Full Name: $[tpl.var.tw.ord.fullname] 54 Nick Name or other qualifier: $[tpl.var.tw.ord.nick] 55 Addr: $[tpl.var.tw.ord.addr] 56 ZIP Code: $[tpl.var.tw.ord.zip] 57 City/Town: $[tpl.var.tw.ord.town] 58 State/Province: $[tpl.var.tw.ord.state] 59 Country: $[tpl.var.tw.ord.ctry] 60 61 ----------------------------------------------------------------------- 62 63 PAYMENT INFO: 64 65 Discount Code (where applicable): $[tpl.var.tw.ord.pay.credit] 66 67 Billing info: 68 69 Name/Organization: $[tpl.var.tw.ord.iorg] 70 VAT/Fiscal Code: $[tpl.var.tw.ord.vat] 71 Addr: $[tpl.var.tw.ord.iaddr] 72 ZIP Code: $[tpl.var.tw.ord.izip] 73 City/Town: $[tpl.var.tw.ord.itown] 74 State/Province: $[tpl.var.tw.ord.istate] 75 Country: $[tpl.var.tw.ord.ictry] 76 77 ----------------------------------------------------------------------- 78 79 OPTIONAL SPECIAL DELIVERY INSTRUCTIONS: 80 81 $[tpl.include.tw.text:c] 82 83 ----------------------------------------------------------------------- 84 85 IMPORTANT: your order will not be considered valid until we receive 86 the relevant payment, according to the instructions given below. 87 88 If no payment is received within 10 working days from today, your 89 order will be voided. 90 91 92 PAYMENT INSTRUCTIONS: 93 94 $[tpl.include.tw.page2:c] 95 96 97 ======================================================================= 98 99 Thanks again for shopping at our Online Store! 100 101 -- 102 Your TypeWriter Online Shop Clerk