magento
magento copied to clipboard
Matrixrates compatibility
What problem does this feature solve?
We have a matrix rates module where some methods are not eligible to display the MyParcel deliveryoptions. For example: stamp or store pickup. If the conditions of the cart enforce usage of such method, the deliveryoptions still get displayed, for example like:
store pickup: 5,00 EUR postnl ophaal locatie: 5,00 EUR handtekening voor ontvangst: 5,45 EUR PostNL bezorging met alleen huisadres en handtekening: 5,75 EUR etc. (the whole list)
I want to be able to remove the deliveryoptions of MyParcel for those specific methods, how can I do that? (preferably with JS) so that the end result above will only display:
store pickup: 5,00 EUR
What should the solution look like?
I want to have a piece of javascript which shows/hides the MyParcel deliveryoptions screen.
Relevant log output
No response
Additional context
No response