300 checkout.phtml

This commit is contained in:
Andrey Kuvshinov
2022-10-06 20:36:34 +00:00
parent fca6abac89
commit 3b0ff65854

View File

@@ -18,7 +18,7 @@
itog = itog + 300; itog = itog + 300;
} }
else if (document.getElementById('devilery_id3').checked){ else if (document.getElementById('devilery_id3').checked){
itog = product_price + 250; itog = product_price + 300;
itog = itog * count; itog = itog * count;
} }