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
Customer uses a custom checkout together with the MyParcel module, and describes the following issue:
"The problem is that the widget in .myparcel-delivery-options-wrapper is not always displayed and I cannot find out why. This is what I do:
I updated myparcelnl.php, to include header scripts also on third party checkout page
whenever shipping methods are reloaded, I do trigger:
prestashop.emit("updatedDeliveryForm", {dataForm:$('#js-delivery').serializeArray(),deliveryOption:$('#js-delivery').find('[name^="delivery_option"]:checked').closest('.delivery-option-row')});
After the customer address is filled in AND I make a full-page reload, then all works well. But before full page reload, the widget won’t show, so I guess I’m missing some resource maybe?"
__
This was discussed internally with one of our developers, and I was told this is a compatibility issue / feature request.
What should the solution look like?
A custom checkout that works in combination with the MyParcel module and does not need an additional refresh to load the widget (as described in the Problem section).
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Customer uses a custom checkout together with the MyParcel module, and describes the following issue:
"The problem is that the widget in .myparcel-delivery-options-wrapper is not always displayed and I cannot find out why. This is what I do:
prestashop.emit("updatedDeliveryForm", {dataForm:$('#js-delivery').serializeArray(),deliveryOption:$('#js-delivery').find('[name^="delivery_option"]:checked').closest('.delivery-option-row')});
After the customer address is filled in AND I make a full-page reload, then all works well. But before full page reload, the widget won’t show, so I guess I’m missing some resource maybe?"
__
This was discussed internally with one of our developers, and I was told this is a compatibility issue / feature request.
What should the solution look like?
A custom checkout that works in combination with the MyParcel module and does not need an additional refresh to load the widget (as described in the Problem section).
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: