Jump to content

Monitorowanie zamówienia dla konta gość


aro

Recommended Posts

Czy działa Wam monitorowanie zakupów dla konta gość? Mi nie zwraca żadnego wyniku w wersjach PS.1.4.4.1, PS1.4.8.3 i PS1.4.10.0, a powinno.

 

Mam nadzieję, że się Wam przyda - rozwiązanie dla wersji 1.4.10 (wcześniejszych nie sprawdzałem):

 

..controllers/GuestTrackingController.php

 

znajdźcie fragment kodu:

 

self::$smarty->assign(array('action' => $link->getPageLink('guest-tracking.php'), 'errors' => $this->errors));

 

i zamieńcie na:

 

self::$smarty->assign(array('action' => $link->getPageLink('guest-tracking.php', true), 'errors' => $this->errors));

Edited by aro (see edit history)
  • Like 2
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...