1 # ===================================================================== 2 # tw-shop-email-seller.txt: order confirmation template for the seller. 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: $[TNS_EMAIL_FROM] 21 To: shop@example.com 22 Organization: TypeWriter 23 User-Agent: CSA/$[CSA_VERSION] 24 MIME-Version: 1.0 25 Content-Type: text/plain; charset=UTF-8 26 Subject: New Purchase Order # $[tpl.var.tw.ord.num] from your Web Site! 27 28 Dear Merchant, 29 30 a new purchase request has just been received from your Web Site, 31 here are the relevant details: 32 33 $[tpl.include.tw.page:c] 34 35 ---------------------------------------------------------------------- 36 37 CONTACT INFO: 38 39 E-mail: $[tpl.var.tw.ord.email] 40 Phone: $[tpl.var.tw.ord.phone] 41 User ID: $[CSA_AUTH_USER] 42 Group(s): $[TNS_AUTH_GRP] 43 44 ---------------------------------------------------------------------- 45 46 SHIPPING INFO: 47 48 Shipping Method: $[tpl.var.tw.ord.ship.descr] 49 50 Shipping Address: 51 52 Full Name: $[tpl.var.tw.ord.fullname] 53 Nick Name or other qualifier: $[tpl.var.tw.ord.nick] 54 Addr: $[tpl.var.tw.ord.addr] 55 ZIP Code: $[tpl.var.tw.ord.zip] 56 City/Town: $[tpl.var.tw.ord.town] 57 State/Province: $[tpl.var.tw.ord.state] 58 Country: $[tpl.var.tw.ord.ctry] 59 60 ---------------------------------------------------------------------- 61 62 PAYMENT INFO: 63 64 Discount Code (where applicable): $[tpl.var.tw.ord.pay.credit] 65 66 Billing info: 67 68 Name/Organization: $[tpl.var.tw.ord.iorg] 69 VAT/Fiscal Code: $[tpl.var.tw.ord.vat] 70 Addr: $[tpl.var.tw.ord.iaddr] 71 ZIP Code: $[tpl.var.tw.ord.izip] 72 City/Town: $[tpl.var.tw.ord.itown] 73 State/Province: $[tpl.var.tw.ord.istate] 74 Country: $[tpl.var.tw.ord.ictry] 75 76 ---------------------------------------------------------------------- 77 78 OPTIONAL SPECIAL DELIVERY INSTRUCTIONS: 79 80 $[tpl.include.tw.text:c] 81 82 ======================================================================= 83 84 -- 85 Your TypeWriter Online Shop Clerk