Czyszczenie kodu i dodanie przytwierdzonego przycisku na spodzie na mobilce

This commit is contained in:
2024-04-11 13:03:55 +02:00
parent 9f6b67c96d
commit effa463126
7 changed files with 2138 additions and 1771 deletions

View File

@@ -12,4 +12,7 @@ if(window.location.pathname.includes("return.html") && window.location.search.in
}
// Przekierowanie ze strony order1 na OSCOP
if(window.location.pathname.includes("order1.html") || window.location.pathname.includes("order1.php")) window.location = "/place-order.php";
if(window.location.pathname.includes("order1.html") || window.location.pathname.includes("order1.php")){
app_shop.fn.ajaxLoadSite(1);// W starszych szablonach nie działa i trzeba zakomentować
window.location = "/place-order.php";
}