ISSUE:
We have no issue when using simple products but the checkout/cart page gives a critical error, see a picture when there is a bundle in the cart:
main.CRITICAL: Error: Call to a member function isShowBeforeOrderConfirm() on null in app/code/Bss/MinMaxAmountOrderPerCate/view/frontend/templates/cart/item/default.phtml:32
The checkout/cart page is displaying fine as soon as we disable M2Min/MaxOrderAmountperCategoryforCustomer:
SOLUTION:
There is a bug in our module when working with Bundle products (Bundle products contain sub-products => cannot get the viewModel of these products, so calling the function without checking will cause an error).
To resolve the issue, please edit the file app/code/Bss/MinMaxAmountOrderPerCate/view/frontend/templates/cart/item/default.phtml:
If you need any further assistance, please feel free to contact us. We'd be happy to support you!
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article