-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MyParcelNL PrestaShop v4.0.0 #226
Comments
The first beta version was just released, we'd love to hear what you think! |
Question: what Prestashop version is supported ? I'm using the latest 8.1.2 version, is this already compatible ? (If so, see the issues I logged) - #236 - #237 If not, what is the latest supported version ? Thank you ! |
Hi @crillaerts, the latest 8.x version is fully supported so everything should work. Of course there can be bugs, but they shouldn't be very significant. |
Hi @EdieLemoine when is this version stable or RC planned? And also with PS 1.7 support? |
Hi @tajriba, It's hard to say because we want as many customers as possible to test the module before marking it as stable. We just haven't had enough users so far to be sure enough everything is working correctly. We are going to send an e-mail to our PrestaShop customers soon to invite them to test this version. I do think 1.7 support should be done before marking it as stable, that's the highest priority issue we have open right now. |
@EdieLemoine Yes, please let us know when version (beta) 2.0 is ready for 1.7 support so we can test. |
Hello, what is your timeline on the latest plugin supporting Prestashop 8.1.x? Currently I am running the myparcel plugin on an old version of prestashop on an old php version and we want to move to the latest version 8.1.4. Currently the only plugin you have is a plugin running Prestashop 1.7 which is out of support running a php version which is also out of support. As such the maneuverability to newer versions which are within the support matrix is very limited. I tried to run your 1.10 version of the plugin (Deze plugin werkt met PrestaShop 1.7+.) on the latest version of php and prestashop but I hit some compatibility issues (compile and runtime errors). |
@pipo1000 the 2.x (beta) version of the module now supports PrestaShop 1.7.8+ as well as PrestaShop 8.0+. The 1.x version does not support PHP 8 nor PrestaShop 8. We still want to see it in use by a few more customers before we release it as stable, so if you want to try it out that would be great. |
I tried to install 2.x beta 2 however I fall at the first hurdle. I installed a fresh empty docker container with image prestashop/prestashop:8.1.4 . Within this container I tried to install the myparcelnl-prestashop-2.0.0-beta.2.zip and it failed with an error about a hook. When I installed it again it succeeded but when saving the API key I get an error about a missing table. No single ps_myparcelnl* table has been created by the modules. Uninstalling and re-install does not help. I also tried the plugin with 8.1.3, which also failed installing. As a last test I tried the plugin on 1.7.8.11, although I could install the plugin, it would not accept my API key, I get a SQL error as an response while saving the API key. All my testing has not been a success, did you test this plugin yourself and on what versions of PS? See the errors below. Any tips? docker run -dti --name ps81empty -p 8010:80 --link mariadb \
-e DB_SERVER=mariadb \
-e DB_NAME=ps81empty \
-e DB_PASSWD=password \
-e PS_INSTALL_AUTO=1 \
-e PS_COUNTRY=nl \
-e PS_ERASE_DB=1 \
-e PS_INSTALL_DB=1 \
-e PS_DOMAIN=192.168.2.45:8010 \
-e ADMIN_MAIL=some@domain.nl \
-e ADMIN_PASSWD=password \
prestashop/prestashop:8.1.4 First error ;
Second error in http response when trying to install the plugin and saving the api key;
HTTP Response on PS 1.7.8.11 saving API Key;
|
Could please verify my findings about issues I hit when trying out your new Myparcel Prestashop module and let me know? Many thanks in advance! |
v4.0.0 has been released as stable :) |
This is a general thread about the upcoming v4.0.0 release. Feel free to ask questions or discuss here. Please post issues via the beta v4.0.0 issue form
We've rewritten the plugin from scratch using our Plugin Development Kit, which allows us to have one shared codebase for all functionality that's common across the plugins we have for several e-commerce platforms. The shared codebase is going to make it a lot easier for us to fix bugs and add features in the future as everything we change affects each of our e-commerce platform plugins/modules.
Some of the biggest features and improvements:
You can track our progress on the beta branch of this repository if you like. We intend on being able to close all existing bug reports with this update. See the linked Projects for more information on what we're working on.
We would be very grateful if you or your clients are willing to help us test the beta releases.
The text was updated successfully, but these errors were encountered: