Соусник-контейнер 50мл

Соусник-контейнер 50мл
  • Артикул: УТ-00001179
  • Мин.партия: 216шт/уп
  • Кол-во в коробке: 5уп
  • Страна: Россия
  • Доступность: В наличии


'); } else { element.after('
' + json['error']['option'][i] + '
'); } } } 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']) { $('#cart-total').html(json['total']); $('#cart > ul').load('index.php?route=common/cart/info ul li'); $('#modal-cart-add #modal-cart').load('index.php?route=common/cart/info ul li'); setTimeout(function () { $('#modal-cart-add').modal('show'); $('#modal-cart-add .modal-body').prepend('
' + json.success + '
'); }, 100); // Alternative .modal-open is removed by modal-loading hide $('#modal-cart-add').on('show.bs.modal', function (e) { $('body').addClass('modal-opened'); }); $('#modal-cart-add').on('hide.bs.modal', function (e) { $('body').removeClass('modal-opened'); }); } } }); });