diff --git a/printrov_merch_store/www/store/checkout.html b/printrov_merch_store/www/store/checkout.html index 2a7a8ed..e9fd876 100644 --- a/printrov_merch_store/www/store/checkout.html +++ b/printrov_merch_store/www/store/checkout.html @@ -35,7 +35,7 @@ } }).then(({ message: store_order_id }) => { // redirect to success page - window.location = `{{ success_page_route }}?store_order_id=${store_order_id}` + window.location.href = `{{ success_page_route }}?store_order_id=${store_order_id}` }).catch(() => { alert("Error placing your order!") })