X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Order message after payment (https://forum.x-cart.com/showthread.php?t=18296)

gallica 11-29-2005 01:49 PM

Order message after payment
 
Hi everybody,

I'm trying to display a unique message to customer afer payment to tell them the procedure to pay us. if payment = cheque then send us the money to shop adress.

I use this piece of code
Code:

{if $order.payment_method eq "Chц╗que"}
{$lng.txt_chq_message}
{/if}
{if $order.payment_method eq "Virement Bancaire France"}
{$lng.txt_vrt_message}
{/if}


in /customer/main/order_message.tpl, the IF conditon is ignored but
in /mail/html/order_invoice.tpl, this works well.

If someone can put me on the way how to use it on order_message.tpl, that would be great !!!

Many thanks in advance.


[/code]

balinor 12-05-2005 06:02 AM

Strange, that should work fine in order_message.tpl?


All times are GMT -8. The time now is 06:03 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.