Fix bugów + wybór czasu i daty dostawy

This commit is contained in:
2024-11-18 09:16:17 +01:00
parent 35c25e176a
commit 79a5dc709e
5 changed files with 3309 additions and 2457 deletions

View File

@@ -12,7 +12,7 @@ if(window.location.pathname.includes("return.html") && window.location.search.in
}
if(window.location.pathname.includes("order1.html") || window.location.pathname.includes("order1.php") || (window.location.pathname.includes("signin.html") && window.location.search.includes("operation=onceorder"))){
if(window.location.pathname.includes("order1.html") || window.location.pathname.includes("order-nonstandardized") || window.location.pathname.includes("order1.php") || ((window.location.pathname.includes("signin.html") || window.location.pathname.includes("signin.php")) && window.location.search.includes("operation=onceorder"))){
// app_shop.fn.ajaxLoadSite(1);
window.location = "/place-order.php";
}