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

Батут DFC Trampoline Fitness с сеткой 8ft

Производитель: DFC
Артикул: 8FT-TR-B
Отзывы: (0)
В наличии
16 650 ₽
Купить в один клик
'; } }); 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); } } } }); });
Характеристики: (смотреть все)
Вес нетто
38 кг
Гарантия
12 месяцев
Максимальный вес пользователя
100 кг.
Страна производства
Китай

Обновленный батут популярной серии DFC TRAMPOLINE FITNESS. Батуты DFC давно известны на российском рынке. Они зарекомендовали себя как надежные, выполненные из качественных материалов, неприхотливые в использовании.

Модель с внешней защитной сеткой и яркой синей расцветкой. Лестница в комплект не входит. Рекомендуем приобрести отдельно модели на 2 или 3 ступени, в зависимости от высоты батута. Высота батутов этой серии от 46 до 85 см.

В комплекте с батутом поставляются ключи для сборки и подробная инструкция на русском языке. На батуты DFC предусмотрена гарантия сроком 12 месяцев. Батуты упакованы в прочную картонную упаковку из 5-слойного картона.

Страна производства
Китай
Общие характеристики
Вес нетто
38 кг
Гарантия
12 месяцев
Максимальный вес пользователя
100 кг.
Отзывы
0/ 5
средний рейтинг товара
0
0
0
0
0
Нет отзывов о данном товаре. Станьте первым, оставьте свой отзыв.
16 650 ₽
'); } 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']); } }); }