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
I am testing the checkout but we are getting a fatal error in Magento version 2.2.3.
Can you please take a look? Even when the shipping method is disabled, the checkout does not work. The shop keeps loading while doing a checkout. Not being able to checkout.
[16-Aug-2018 15:07:26 UTC] PHP Fatal error: Uncaught Error: Call to a member function getCarrierCode() on boolean in .../vendor/smile/module-store-delivery/Observer/QuoteSubmit.php:64
Stack trace:
#0 .../vendor/magento/framework/Event/Invoker/InvokerDefault.php(72): Smile\StoreDelivery\Observer\QuoteSubmit->execute(Object(Magento\Framework\Event\Observer)) #1 .../vendor/magento/framework/Event/Invoker/InvokerDefault.php(60): Magento\Framework\Event\Invoker\InvokerDefault->_callObserverMethod(Object(Smile\StoreDelivery\Observer\QuoteSubmit), Object(Magento\Framework\Event\Observer)) #2 .../vendor/magento/framework/Event/Manager.php(66): Magento\Framework\Event\Invoker\InvokerDefault->dispatch(Array, Object(Magento\Framework\Event\Observer)) #3 .../vendor/smile/module-store-delivery/Observer/QuoteSubmit.php on line 64
The text was updated successfully, but these errors were encountered:
…livery
* 'master' of github.com:Smile-SA/magento2-module-store-delivery:
Create README.md
FixSmile-SA#9 - Fix observer when store delivery method is disabled
Add issue template
Rename Carrier Model to prevent magento failure when exploding on underscores.
Fix Temando erratic observer.
Remove page layout update
Remove PHP dependency. Let Magento handle it.
I am testing the checkout but we are getting a fatal error in Magento version 2.2.3.
Can you please take a look? Even when the shipping method is disabled, the checkout does not work. The shop keeps loading while doing a checkout. Not being able to checkout.
[16-Aug-2018 15:07:26 UTC] PHP Fatal error: Uncaught Error: Call to a member function getCarrierCode() on boolean in .../vendor/smile/module-store-delivery/Observer/QuoteSubmit.php:64
Stack trace:
#0 .../vendor/magento/framework/Event/Invoker/InvokerDefault.php(72): Smile\StoreDelivery\Observer\QuoteSubmit->execute(Object(Magento\Framework\Event\Observer))
#1 .../vendor/magento/framework/Event/Invoker/InvokerDefault.php(60): Magento\Framework\Event\Invoker\InvokerDefault->_callObserverMethod(Object(Smile\StoreDelivery\Observer\QuoteSubmit), Object(Magento\Framework\Event\Observer))
#2 .../vendor/magento/framework/Event/Manager.php(66): Magento\Framework\Event\Invoker\InvokerDefault->dispatch(Array, Object(Magento\Framework\Event\Observer))
#3 .../vendor/smile/module-store-delivery/Observer/QuoteSubmit.php on line 64
The text was updated successfully, but these errors were encountered: