zipMoney / zip.magento2

Zip Payment Extension for Magento2 that support global zip products
MIT License
4 stars 9 forks source link

Magento 2.4.3 Support #49

Open lost-in-trance opened 2 years ago

lost-in-trance commented 2 years ago

Plugin is not working with a fresh Magento 2.4.3-p1 Install running PHP v7.4

In the admin panel, the check credentials button produces a javascript error Uncaught TypeError: document.getElementById(...) is null

On the front-end, the cart page is broken with the following error in exception.log [2021-11-02 02:51:47] main.CRITICAL: Class ZipMoneyGatewayFacade does not exist {"exception":"[object] (ReflectionException(code: -1): Class ZipMoneyGatewayFacade does not exist at /var/www/html/vendor/magento/framework/Code/Reader/ClassReader.php:28)"} []

mahbub-zip commented 2 years ago

Hey,

First issue has been resolved please pull the last code from master branch. 2nd i couldn't replicate. I am using magento 2.4.3p1. Could you please refresh the cache as well as compile the magento code? Please follow the below steps. To install the extension via Composer, run

cd composer require zip/magento2 php bin/magento module:status (Check if Zip_ZipPayment module is disabled) php bin/magento module:enable Zip_ZipPayment (enabled plugin if disabled) php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy To upgrade Existing Modules

composer update zip/magento2 php bin/magento setup:di:compile php bin/magento c:c php bin/magento setup:static-content:deploy

lost-in-trance commented 2 years ago

Still getting the same error

Are you testing on php 7.4?

mahbub-zip commented 2 years ago

I did test on php 7.4. It is working fine. I could not you replicate the issue.

lost-in-trance commented 1 year ago

close