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
I have recognized the following error in V 3.6.4 / Oxid 6.2.1:
In some browsers the buy button forces a redirect to the start page instead of showing the thankyou page. I placed all return Urls in the seller central but this did not help. Safari did not work at all, other browsers worked randomly.
I think the reason is that I am using a custom theme that is still based on azure. I could not reproduce the error in flow and wave.
I finally fixed it by removing line 12 in bestitamazonpay4oxid_order_confirm_button.tpl.
window.location.href = "#openModalLoading";
I hope some kind of fix for my issue in the next version.
Regards,
Bernhard
The text was updated successfully, but these errors were encountered:
I have recognized the following error in V 3.6.4 / Oxid 6.2.1:
In some browsers the buy button forces a redirect to the start page instead of showing the thankyou page. I placed all return Urls in the seller central but this did not help. Safari did not work at all, other browsers worked randomly.
I think the reason is that I am using a custom theme that is still based on azure. I could not reproduce the error in flow and wave.
I finally fixed it by removing line 12 in bestitamazonpay4oxid_order_confirm_button.tpl.
window.location.href = "#openModalLoading";
I hope some kind of fix for my issue in the next version.
Regards,
Bernhard
The text was updated successfully, but these errors were encountered: