Skip to content
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

"window.location.href" causing redirect to frontpage #153

Open
jabommi opened this issue Mar 13, 2021 · 0 comments
Open

"window.location.href" causing redirect to frontpage #153

jabommi opened this issue Mar 13, 2021 · 0 comments

Comments

@jabommi
Copy link

jabommi commented Mar 13, 2021

I installed the new plugin 3.6.8 in Oxid 4.10.4 with a azure based child theme.

When clicking on confirmation button, the shops redirects to "mydomain.com/#openModalLoading", without saving the order. Browser: firefox

The problem is located in "bestitamazonpay4oxid_order_confirm_button.tpl" in line 12. So i fixed it.

Before:
window.location.href = "#openModalLoading";

After:
window.location.href = window.location.href+"#openModalLoading";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant