Jump to content

Where download Loyalty Module


Recommended Posts

I've versione 1.2.1 on my PS 1.6

 

I'm migrating from 1.4 to 1.6 and version 1.2.1 have some bug (the voucher create have start date on 20/6/2020)

 

There is a newest version? On prestashop site i didn't find anything.

 

Best Regards

Link to comment
Share on other sites

I fixed it.

I had modify file default.php in folder modules\loyalty\controllers\front\

 

I Substitute line

$date_from += 60 * 60 * 24 * (int)Configuration::get('PS_ORDER_RETURN_NB_DAYS');

 

with line

$date_from=$date_from;

 

Note: same code appear in file loyalty-program.php in folder modules\loyalty but the same substitution doesn't have effect.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...