-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Incorrect date option is selected for delivery after reloading the checkout page #389
Comments
Hi @YachYaroslav, thank you for reporting this issue. Unfortunately the issue you mention is caused by the way the Magento2 framework itselfs handles the check-out data, and not by our plug-in. We have investigated this issue in the past and came to the conclusion we could not fix this issue without working on Magento2 itself rather than our plug-in. This means that unfortunately there is nothing we can do about this problem at this moment. Note: since all three issues you posted concern the same root cause I will copy and paste this answer in all three tickets, so it's clear for other visitors what the outcome of your report was. Kind regards |
@JorisPostNL I don't agree with you. The bug is clearly on your side. You have to add |
@JorisPostNL this is reproducible also without reloading the page (if you change the address for example). Comparing by day of the week is not enough for matching the correct option if you have more than 7 days available for the delivery. |
Hi @YachYaroslav we will create a backlog ticket for this issue and will reconsider development if we demand for this change grows. Kind regards |
To Reproduce
Steps to reproduce the behavior:
Expected result
The same date option is selected (Monday 12-08-2024).
Actual result
The week after date option is selected (Monday 19-08-2024).
Workaround
None
Screenshots
Before reload (Monday 12-08-2024 is selected):
After reload (incorrect Monday 19-08-2024 is selected):
Also the same issue is reproducible on a highly customized Magento (with Swissup_Firecheckout and many custom modules):
The text was updated successfully, but these errors were encountered: