From 3b0ff658549cc1bc91ecdfe0d241d0a079e1e41a Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Thu, 6 Oct 2022 20:36:34 +0000 Subject: [PATCH] 300 checkout.phtml --- app/views/checkout.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/checkout.phtml b/app/views/checkout.phtml index 821b6b0..0e17a04 100644 --- a/app/views/checkout.phtml +++ b/app/views/checkout.phtml @@ -18,7 +18,7 @@ itog = itog + 300; } else if (document.getElementById('devilery_id3').checked){ - itog = product_price + 250; + itog = product_price + 300; itog = itog * count; }