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 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
The text was updated successfully, but these errors were encountered:
@RichardPerdaan I get the feeling that waiting for compatibility will take a long time. While actually my question is rather simple: how do I hide the delivery options screen with javascript? It is displaying with javascript, so I would think hiding them would also be possible?
I'm not looking for a full-fledged integration with my matrix module.
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
The text was updated successfully, but these errors were encountered: