Zasilkovna / prestashop

module Packeta for PrestaShop 1.7
33 stars 27 forks source link

Does not support Presta 8.0 #242

Open cerodesign opened 1 year ago

cerodesign commented 1 year ago

he. module work perfect on PS 1.6 alebo 1.7. but not in new 8.0 with pHP 8.1 even 7.4.

MatyasKoval commented 1 year ago

Hello @cerodesign, thank you for opening this topic.

This is not a bug, as our modules for PS 1.6 and 1.7 are completely separate modules, that are incompatible between these two versions of the module.

For PS 8.0 we do not have a module yet, so same as with the afore-mentioned versions, the existing modules are not compatible with 8.0.

We plan on supporting this version of PS in the future, but as of now, I can not say for sure when.

Best regards, Matyáš Kovaľ - Packeta E-Commerce Support

khsdigital commented 1 year ago

Im using v2.1.16 (PS 8.0.1) - Tools::jsonEncode() must be replaced with json_encode(), and Tools::jsonDecode() with json_decode(). These two functions are natively available in PHP. I hope it helps. everything works for me so far

PeNov commented 1 year ago

Thank you @khsdigital The module seems to be working again.