You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Magento 2.4.5-p4 and tested the Mollie subscription integration. Its working well for phsysical products. Its simple but effective.
But... we are facing an error when things go beyond physical products. When for example selling a digital product or a downloadable (digital) product that does not require any shipping method, the extension throws an exception error;
main.CRITICAL: Error: Call to a member function setQuote() on null in /vendor/mollie/magento2-subscriptions/Service/Mollie/GetShippingCostForOrderItem.php:100
That means that the extension requires any shipping method to go ahead.
Is this already a known bug? We would be happy if this module could also handle digital products.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello @beendeluxe, we appreciate you submitting your feature request. We have added it to our feature request list and will update you as soon as we have more information regarding its potential release.
Frank-Magmodules
changed the title
Issue: Mollie subscriptions throws Exception error on virtual & download products
[FEATURE] Vrtual & download product Support
Sep 28, 2023
Frank-Magmodules
changed the title
[FEATURE] Vrtual & download product Support
[FEATURE] Virtual & download product Support
Sep 28, 2023
michielgerritsen
added a commit
to michielgerritsen/magento2-subscriptions
that referenced
this issue
Oct 17, 2023
We are using Magento 2.4.5-p4 and tested the Mollie subscription integration. Its working well for phsysical products. Its simple but effective.
But... we are facing an error when things go beyond physical products. When for example selling a digital product or a downloadable (digital) product that does not require any shipping method, the extension throws an exception error;
main.CRITICAL: Error: Call to a member function setQuote() on null in /vendor/mollie/magento2-subscriptions/Service/Mollie/GetShippingCostForOrderItem.php:100
That means that the extension requires any shipping method to go ahead.
Is this already a known bug? We would be happy if this module could also handle digital products.
Thanks.
The text was updated successfully, but these errors were encountered: