Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento: What is the url to the confirmation page?

Tags:

magento

I've been added some affiliate tracking code to my website. In order for the tracking to work I need to supply the affiliate company with the confirmation paage url.

I'm using Magento, I'm unsure of the version but its not been updated in a few years. I need to know what the url of the order confirmation page/thank you page is. Can anyone help me with this?

I'm thinking its something like www.mysite.com/index.php/success

Thank you in advance.

like image 816
user1532669 Avatar asked Mar 16 '15 12:03

user1532669


2 Answers

This is your success url : www.mysite.com/index.php/checkout/onepage/success/

like image 150
Emipro Technologies Pvt. Ltd. Avatar answered Oct 03 '22 23:10

Emipro Technologies Pvt. Ltd.


The order Success URL of your website would be www.mysite.com/index.php/checkout/onepage/success (It is resulted from Success action of Onepage Controller in Checkout Module)

If you have enabled the setting Use Web Server Rewrites (under Search Engine optimization) from System -> Configuration -> Web then you can simply use www.mysite.com/checkout/onepage/success as your order confirmation URL.

like image 28
Techroshni Avatar answered Oct 04 '22 01:10

Techroshni