]> git.imager.perl.org - bse.git/blame - site/templates/mailconfirm.tmpl
use new style field macros for the file edit page
[bse.git] / site / templates / mailconfirm.tmpl
CommitLineData
90e5205e
TC
1You have created an order with <:siteName:>:
2
492998c7
TC
3To stay up to date on the status of your order, see:
4
25a17f89 5 <:= cfg.user_url("user", "oda", "id", order.randomId) |raw:>
492998c7 6
25a17f89 7<:include mailcommon.tmpl:>
90e5205e 8
25a17f89
TC
9<:.if order.paymentType == 0 -:>
10Paid by credit card:
11<:- .if order.ccOnline :>
12 Processed online.
13 Receipt No. : <:= order.ccReceipt:>
14<: .end if -:>
15<:-.elsif order.paymentType == 1 -:>
16Will be paid by cheque
17<:-.elsif order.paymentType == 2 -:>
18Please call the customer to arrange for payment
19<:- .elsif order.paymentType == 4 -:>
20Paid by PayPal:
21 Transaction id: <:order paypal_tran_id:>
22<:.else -:>
23<:include custom/payment_type_email.include:>
9d55d478 24<:-.end if :>
25a17f89
TC
25To be shipped by: <:= order.shipping_method :>
26<:.if order.instructions -:>
27<:with begin wrap:>Special Instruction: <:= order.instructions:><:with end wrap:>
28<:.end if -:>