diff --git a/app/views/checkout.phtml b/app/views/checkout.phtml
index fd0f56d..8487b6a 100644
--- a/app/views/checkout.phtml
+++ b/app/views/checkout.phtml
@@ -8,23 +8,20 @@
var itog = product_price;
var itog_el = document.getElementById("span_itog");
var count = document.getElementById('count').value;
-
-
- if (document.getElementById('devilery_id1').checked) {
- itog = product_price * count;
- }
- else if (document.getElementById('devilery_id2').checked){
- itog = product_price * count;
- itog = itog + 300;
- }
- else if (document.getElementById('devilery_id3').checked){
- itog = product_price + 300;
- itog = itog * count;
- }
- else if (document.getElementById('devilery_id4').checked){
- itog = product_price + 450;
- itog = itog * count;
- }
+
+
+ $nn++;?>
+ if($nn == 1): ?>
+ if (document.getElementById('devilery_id=$nn?>').checked) {
+
+ else if (document.getElementById('devilery_id=$nn?>').checked){
+
+ itog = product_price * count;
+
+ itog = itog + =$ditem['delivery_price']?>;
+
+
+
itog_el.innerHTML = itog + ' руб.';