Successful Purchase Url?

How can i find the successful purchase url for tracking purposes?

The url is [your_domain.com]?dispatch=checkout.summary

How can i find the successful purchase url for tracking purposes?

The correct URL of the order landing page is

http://domain.com/index.php?dispatch=checkout.complete

Hmmm....which is it?

Hmmm....which is it?

This one:

http://domain.com/index.php?dispatch=checkout.complete

Agree. My error on 'summary' versus 'complete'. And if you are using this to capture tracking then the index.php portion should also be there since that's what's used internally.

For tracking code you can also use the checkout:order_confirmation hook

Just create and use the following file:

design/themes/YOUR_THEME/templates/addons/my_changes/hooks/checkout/order_confirmation.post.tpl

Then activate the My changes module and clear cache