Корзина 0 Список сравнения 0 Список желаний 0 Account
Меню

Батут DFC JUMP STREET 5ft

Производитель: DFC
Артикул: 5FT-JST-E
Отзывы: (0)
В наличии
12 340 ₽
Купить в один клик
'; } }); rmNotify('danger', errorOption); } else { if (json['success']) { $(this).attr( "disabled", "disabled" ); successOption = '
' + json['success'] + '
'; $('#oct_purchase_byoneclick_form_product #one_click_input').val(''); $('#oct_purchase_byoneclick_form_product #one_click_input').removeClass('error_style'); $('#oct_purchase_byoneclick_form_product .rm-product-one-click-btn').prop('disabled', true); rmNotify('success', successOption); } } } }); });
Характеристики: (смотреть все)
Гарантия
12 месяцев
Максимальный вес пользователя
50 кг
Страна производства
Китай

Представляем вам новую серию батутов от компании DFC - модели JUMP STREET с внутренней защитной сеткой и яркой расцветкой - изумрудный цвет. Высота батутов серии от 46 до 85 см.

Батуты DFC давно известны на российском рынке. Зарекомендовали себя как надежные, выполненные из качественных материалов, неприхотливы в обслуживании. Лестница для батута не входит в комплект поставки, приобретается отдельно. В комплекте с батутом поставляются ключи для сборки и подробная инструкция на русском языке. Батуты упакованы в прочную картонную упаковку.

Страна производства
Китай
Общие характеристики
Гарантия
12 месяцев
Максимальный вес пользователя
50 кг
Отзывы
0/ 5
средний рейтинг товара
0
0
0
0
0
Нет отзывов о данном товаре. Станьте первым, оставьте свой отзыв.
12 340 ₽
'); } else { element.after('
' + json['error']['option'][i] + '
'); } errorOption += '
' + json['error']['option'][i] + '
'; } rmNotify('danger', errorOption); } if (json['error']['error_warning']) { rmNotify('danger', json['error']['error_warning']); } if (json['error']['recurring']) { $('select[name=\'recurring_id\']').after('
' + json['error']['recurring'] + '
'); } // Highlight any found errors $('.text-danger').parent().addClass('has-error'); } if (json['success']) { if (json['isPopup']) { octPopupCart(); } else { rmNotify('success', json['success']); } if (typeof octYandexEcommerce == 'function') { octYandexEcommerce(json); } // Need to set timeout otherwise it wont update the total setTimeout(function() { $('#oct-cart-quantity, .rm-header-cart-quantity, #mobile_cart_index, .oct-fixed-bar-quantity-cart').html(json['total_products']); $('.rm-header-cart-text').html(json['total_amount']); }, 100); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); });
'); } if (json['success']) { alert(json['success']); $(node).parent().find('input').val(json['code']); } }, error: function(xhr, ajaxOptions, thrownError) { alert(thrownError + "\r\n" + xhr.statusText + "\r\n" + xhr.responseText); } }); } }, 500); });
'; }); rmNotify('danger', errorOption); } if (json['success']) { rmNotify('success', json['success']); $('#rm-popup-review').modal('hide'); $('#form-review input[name=\'name\']').val(''); $('#form-review textarea[name=\'text\']').val(''); $('#rm-popup-review input[name=\'rating\']:checked').prop('checked', false); $('#rm-popup-review .rm-module-rating-star-is').removeClass('rm-module-rating-star-is'); } } }); }); $('#input-quantity').on('change', function(e) { updateValueProduct(false, false, true); }); function updateValueProduct(minus, plus, manual) { let min = parseInt($('#input-quantity').val()); let currentMinimum = parseInt($('#min-product-quantity').val()); let max = parseInt($('#max-product-quantity').val()); if (max === 0) return; if (minus && min > 1) { if (currentMinimum >= min) { $("#input-quantity").val(currentMinimum); updateProductPrice(); return; } else if (min > max) { $('#input-quantity').val(max); updateProductPrice(); return; } $('#input-quantity').val(~~ $('#input-quantity').val() - 1); } if (plus) { if (max && min > max - 1) { $('#input-quantity').val(max); updateProductPrice(); return; } else if (currentMinimum > min) { $('#input-quantity').val(currentMinimum); updateProductPrice(); return; } $('#input-quantity').val(~~ $('#input-quantity').val() + 1); } if (manual) { if (currentMinimum >= min) { $('#input-quantity').val(currentMinimum); updateProductPrice(); return; } else if (min > max) { $('#input-quantity').val(max); updateProductPrice(); return; } } updateProductPrice(); } $('#rm-product-options-box input, #rm-product-options-box select').on('change', function() { updateProductPrice(); }); function updateProductPrice() { $.ajax({ type: 'post', url: 'index.php?route=octemplates/main/oct_functions/updatePrices', data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select'), dataType: 'json', cache: false, success: function(json) { $('.rm-product-center-price > span').html(json['price']); } }); }