David Remus Posted February 10, 2023 Share Posted February 10, 2023 (edited) Hi, I wanna ask if it's possible to force order confirmation link, to be static, something that can be easily track by GA4. Basically, after order is placed, i want to redirect to something like www.myshop.com/order-confirmed, instead of www.myshop.com/order-confirmed?key=xxx&id_cart=123&id_module=123&id_order=1234 Thank you! Edited February 10, 2023 by David Remus (see edit history) Link to comment Share on other sites More sharing options...
Hizakyx Posted June 27, 2023 Share Posted June 27, 2023 i was looking for something like this to, is possible? Link to comment Share on other sites More sharing options...
ps8modules Posted June 29, 2023 Share Posted June 29, 2023 Hi. It is possible. Prestashop stores many parameters in cookies and they can be read. You only need to get the parameters in the module and its FrontController and display the result in your own tpl. Link to comment Share on other sites More sharing options...
Med solver Posted July 3, 2023 Share Posted July 3, 2023 Hi , You can use htaccess to redirect from www.myshop.com/order-confirmed?key=xxx&id_cart=123&id_module=123&id_order=1234 to www.myshop.com/order-confirmed Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now