diff --git a/app/views/checkout.phtml b/app/views/checkout.phtml index 10974fb..fc8b1b7 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; }