Hi Folks,
Where do I find the "your order has been processed and will be sent out it x days" message that you get after and order has been processed.
I can't seem to find it.
Thanks
Matt
WHat is the correct way to insert javascript tracking code in to this php file?
I am trying to use google conversion tracking.
I am trying to use google conversion tracking.
Normally you would add that to the success.tpl page. But that page is actually shared between controllers, so you would instead add the code to an echo in the catalog/controller/checkout/success.php page
1. EDIT: catalog/controller/checkout/success.php
2. FIND:
3. AFTER, ADD:
1. EDIT: catalog/controller/checkout/success.php
2. FIND:
Code: Select all
$this->data['continue'] = $this->url->http('common/home');
Code: Select all
echo '<script type="text/javascript">';
echo '.....SCRIPT HERE......';
echo '.....SCRIPT HERE......';
echo '.....SCRIPT HERE......';
echo '</script>';
Who is online
Users browsing this forum: No registered users and 15 guests