I set the minimum order price 250 euros. Now after adding products to the basket I try clear basket or remove single product.
Then I get error:
Fatal error: Uncaught TypeError: Argument 1 passed to Magento\Framework\Exception\InputException::__construct() must be an instance of Magento\Framework\Phrase, string given, called in /home/b2b/domains/bstyle.pl/public_html/vendor/magento/module-quote/Model/ShippingAddressManagement.php on line 122 and defined in /home/b2b/domains/bstyle.pl/public_html/vendor/magento/framework/Exception/InputException.php:51 Stack trace: #0 /home/b2b/domains/bstyle.pl/public_html/vendor/magento/module-quote/Model/ShippingAddressManagement.php(122): Magento\Framework\Exception\InputException->__construct('Minimum order i...') #1 /home/b2b/domains/bstyle.pl/public_html/vendor/magento/module-quote/Model/Quote/ShippingAssignment/ShippingProcessor.php(66): Magento\Quote\Model\ShippingAddressManagement->assign('104', Object(Magento\Quote\Model\Quote\Address)) #2 /home/b2b/domains/bstyle.pl/public_html/vendor/magento/module-quote/Model/Quote/ShippingAssignment/ShippingAssignmentProcessor.php(110): Magento\Quote\Model\Quote\ShippingAss in /home/b2b/domains/bstyle.pl/public_html/vendor/magento/framework/Exception/InputException.php on line 51
in system.log an error code has appeared:
[2018-01-30 20:19:03] main.INFO: Broken reference: the 'catalog.compare.sidebar' element cannot be added as child to 'sidebar.additional', because the latter doesn't exist [] [] [2018-01-30 20:19:03] main.INFO: Broken reference: the 'sale.reorder.sidebar' element cannot be added as child to 'sidebar.additional', because the latter doesn't exist [] [] [2018-01-30 20:19:03] main.INFO: Broken reference: the 'wishlist_sidebar' element cannot be added as child to 'sidebar.additional', because the latter doesn't exist [] [] [2018-01-30 20:19:03] main.INFO: Broken reference: the 'custom.sidebar.content' element cannot be added as child to 'sidebar.additional', because the latter doesn't exist [] [] [2018-01-30 20:19:03] main.INFO: Broken reference: the 'checkout.cart.item.renderers.gift-card.actions.gift_options' element cannot be added as child to 'checkout.cart.item.renderers.gift-card.actions', because the latter doesn't exist [] [] [2018-01-30 20:19:03] main.INFO: Broken reference: the 'minicart' tries to reorder itself towards 'logo', but their parents are different: 'header-wrapper' and 'header' respectively. [] [] [2018-01-30 20:19:03] main.INFO: Broken reference: the 'custom.sidebar.content' tries to reorder itself towards '', but their parents are different: 'sidebar.additional' and '' respectively. [] [] [2018-01-30 20:19:03] main.INFO: Broken reference: the 'checkout.cart.item.renderers.gift-card.actions.gift_options' tries to reorder itself towards '', but their parents are different: 'checkout.cart.item.renderers.gift-card.actions' and '' respectively. [] [] [2018-01-30 20:19:03] main.INFO: Broken reference: the 'cart.summary' tries to reorder itself towards 'checkout.cart.totals.container', but their parents are different: 'cart.bottom.col2' and 'cart.summary' respectively. [] []
Please note:
- when I turn off the minimum order price, then I can clean the basket with products without any problems.