| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Modifying Text for Different Orders (CC, Phone, Fax, etc.) | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Is there anyway that I can have a different message appear on the confirmation page and email so if a customer pays by CC, it will say order processed, but if they selected the phone or fax option, it will say, you will need to call/fax your order to xxxxxx in order for your order to be completed?
It's kind of misleading to say it was completed because customers would think they were getting it for free! Jeff |
|||||||
#2
|
|||||||
|
|||||||
![]() i used this code to make different text if customer pays via credit card or bank transfert, you can easily customize to fit your needs:
i edited "order_customer_processed.tpl" email is sent automatically when you set the order to "processed" ============================================== {if $order.payment_method eq "Carta di Credito"} Per effettuare il pagamento con carta di credito, vai alla pagina seguente: http://www.wnc2.net/payments/{$order.lastname}000{$order.orderid}.htm la pagina ц╗ precompilata con il tuo numero di ordine e l'importo totale, cliccando su acquista verrai trasferito sul server protetto di Syspay. {/if} {if $order.payment_method eq "Pagamento Anticipato"} Questi sono gli estremi per il pagamento tramite bonifico bancario/bollettino postale CCP Nб╟: XXXXXX intestato a: Pierani Davide ABI: 07601 - CAB: 01400 - CIN: F Causale: Ordine WNC2 #{$order.lastname}000{$order.orderid} Per velocizzare l'evasione dell'ordine ti suggeriamo di inviarci una copia leggibile della ricevuta di pagamento via fax: 0185-345346 via email: wnc2@wnc2.net {/if} ============================================== |
|||||||
#3
|
|||||||
|
|||||||
![]() What would I use for the different payment methods in the if statements?
{if $order.payment_method eq "Credit Card"} {if $order.payment_method eq "Phone"} {if $order.payment_method eq "Fax"} |
|||||||
#4
|
|||||||
|
|||||||
![]() not sure what you mean, i'm italian, my english is cheap, but i think you mean this:
if the customer pays via credit card, you can: 1) set directly order to "completed" 2)if you want send processed notification anyway, send a blank message {if $order.payment_method eq "Credit Card"} you can delete this option or leave blank (for future use) or write down some "thanks" ![]() {/if} {if $order.payment_method eq "Phone"} to order by phone call: 214-4567 09:05 ET 7/7 {/if} {if $order.payment_method eq "Fax"} to order by FAX call: 214-6789 24/24 7/7ц╧ {/if} hope this helps ![]() |
|||||||
|
|||
X-Cart forums © 2001-2020
|