Post by slinkie172 » Thu Apr 01, 2010 3:51 am

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

New member

Posts

Joined
Sat Jan 09, 2010 2:20 am

Post by Qphoria » Thu Apr 01, 2010 4:04 am

catalog/language/english/checkout/success.php

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by jackfitz » Sat Apr 10, 2010 2:31 pm

WHat is the correct way to insert javascript tracking code in to this php file?
I am trying to use google conversion tracking.

Outdoor Hammock


New member

Posts

Joined
Thu Mar 18, 2010 1:14 pm

Post by Qphoria » Sat Apr 10, 2010 8:34 pm

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:

Code: Select all

$this->data['continue'] = $this->url->http('common/home');
3. AFTER, ADD:

Code: Select all


echo '<script type="text/javascript">';
echo '.....SCRIPT HERE......';
echo '.....SCRIPT HERE......';
echo '.....SCRIPT HERE......';
echo '</script>';

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 29 guests