Jump to content

order-confirmation url causes conversion tracking errors because it shows php variables


Stidex Kart

Recommended Posts

Hello.
I have Prestashop 1.6.1.11 with stock theme, i recently notice a problem related to the url rewrite rule on the order-confirmation page.
This causes i can't track conversions at all with Goggle Analytics.
the problem is that it should be allways the same url, but instead is a unique url for any order because the url shows like this:

https://stidexkart.com/confirmacion-pedido?id_cart=8235&id_module=137&id_order=631&key=86a2a361fba9c77a5d84f547513c1cf4'>https://stidexkart.com/confirmacion-pedido?id_cart=8235&id_module=137&id_order=631&key=86a2a361fba9c77a5d84f547513c1cf4

Is there any solution that can show just:

https://stidexkart.com/confirmacion-pedido

to all orders?

Thank You

Link to comment
Share on other sites

It shouldn't really care about the querystring, does it? You can just use the base one

 

Yes it cares.. if i put in conversion url destination,for example: https://stidexkart.com/order

Analytics sees conversions, but not with url destination: /order-confirmation

Because every order is made has it's unique url..

 

But im a little confused, doesn't prestashop has to give that url clean when friendly url's is activated?

i think some other url are not showing friendly, like /authentication

is showing ?back=my-account at the end...

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...