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; }