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)
-   -   tpl files for pages after payment is processed (https://forum.x-cart.com/showthread.php?t=69388)

xcart-dev 06-16-2014 07:55 AM

tpl files for pages after payment is processed
 
I'm trying to track down the php and tpl files that control the display after a payment has been processed.

I'm using Fast Lane Checkout but all the tpl files in this module are to do with controlling the pre-payment pages.

After a credit card/PayPal payment has been made what tpl files are shown?

Thanks

carpeperdiem 06-17-2014 07:32 AM

Re: tpl files for pages after payment is processed
 
/skin/common_files/customer/main/order_message.tpl

This template also loads the invoice data from
/skin/common_files/mail/html/order_invoice.tpl

This is also the template to insert conversion tracking pixels/scripts
(the only reason a customer will see this page is if they have had a successful conversion)

Is this what you were looking for?

xcart-dev 06-17-2014 11:50 PM

Re: tpl files for pages after payment is processed
 
/skin/common_files/mail/html/order_invoice.tpl
is also used when printing? It;s called in common_files/order_invoice_print.tpl

/skin/common_files/customer/main/order_message.tpl
This looks right.

Yes - I want to add conversion tracking scripts so I'll try the above. Thanks for the pointer.

cherie 06-18-2014 04:32 PM

Re: tpl files for pages after payment is processed
 
Add conversion tracking stuff to order_message.tpl


All times are GMT -8. The time now is 10:25 AM.

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