Jump to content

Problem with order-confirmation.php


Recommended Posts

Hello,

 

I have big problem with Prestashop 1.5.4.1...

 

My order-confirmation.php page don't work... if I write in url myshop.com/order-confirmation.php Iam redirect to myshop.com/history.php

 

Its big problem becouse I cant use e-commerce Google Analitycs for tracking conversion.

 

Can anybody help me?

Link to comment
Share on other sites

Yes I pass all steps.

 

I find the product, add them to cart, register, buy, pay and after pay system redirect me to www.myshop.com/history?viewType=grid&xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...

 

Why not to: www.myshop.com/order-confirmation ?

Link to comment
Share on other sites

Vekia's right on that point. Module may affect the landing confirmation page. But they all usually implement the hook_confirmation in their page to make sure everything landup fine.

 

If you want to add a tacker (Google or other), use a module to achieve it.

 

Martin

Link to comment
Share on other sites

Iam use Polish payment module:

 

https://transferuj.pl/integracja-w-sklepach.html

https://secure.transferuj.pl/partner/pliki/ps_transferuj_1.5.zip

 

I create many times fake order with 5 step order and one-page-checkout and always when Iam pay module redirect me to url something like this:

 

www.myshop.com/history?viewType=grid&xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx..........

Link to comment
Share on other sites

this module should have got own payment return page (order validation)

try to use this:

$link->getModuleLink('transferuj', 'validation', [], true)

 

moreover, method you're trying to use is deprecated (in ps 1.5.x) you have to use index.ph?controller=CONTROLLER_HERE

Link to comment
Share on other sites

×
×
  • Create New...