• В корзине пусто!

  • В корзине пусто!

Кофе De Roccis Qualita Rossa Cremoso зерно, 1000г

Цена:
1 099 р.
Нет в наличии

Код: 455

Производитель:
Тип:
кофе в зернах /textarea> </div> </td> <td class="text-left"><button type="button" onclick="$('#attribute-row2').remove();" data-toggle="tooltip" title="Удалить" class="btn btn-danger"><i class="fa fa-minus-circle"></i></button></td> </tr> </tbody> <tfoot> <tr> <td colspan="2"></td> <td class="text-left"><button type="button" onclick="addAttribute();" data-toggle="tooltip" title="Добавить атрибут" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-option"> <div class="row"> <div class="col-sm-2"> <ul class="nav nav-pills nav-stacked" id="option"> <li> <input type="text" name="option" value="" placeholder="Опция" id="input-option" class="form-control" /> </li> </ul> </div> <div class="col-sm-10"> <div class="tab-content"> </div> </div> </div> </div> <div class="tab-pane" id="tab-recurring"> <div class="table-responsive"> <table class="table table-striped table-bordered table-hover"> <thead> <tr> <td class="text-left">Повторяющиеся платежи</td> <td class="text-left">Группы клиентов</td> <td class="text-left"></td> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td colspan="2"></td> <td class="text-left"><button type="button" onclick="addRecurring()" data-toggle="tooltip" title="Добавить повтор" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-discount"> <div class="table-responsive"> <table id="discount" class="table table-striped table-bordered table-hover"> <thead> <tr> <td class="text-left">Группы клиентов</td> <td class="text-right">Количество</td> <td class="text-right">Приоритет</td> <td class="text-right">Цена</td> <td class="text-left">Дата начала</td> <td class="text-left">Дата окончания</td> <td></td> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td colspan="6"></td> <td class="text-left"><button type="button" onclick="addDiscount();" data-toggle="tooltip" title="Добавить скидку" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-special"> <div class="table-responsive"> <table id="special" class="table table-striped table-bordered table-hover"> <thead> <tr> <td class="text-left">Группы клиентов</td> <td class="text-right">Приоритет</td> <td class="text-right">Цена</td> <td class="text-left">Дата начала</td> <td class="text-left">Дата окончания</td> <td></td> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td colspan="5"></td> <td class="text-left"><button type="button" onclick="addSpecial();" data-toggle="tooltip" title="Добавить акцию" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-image"> <div class="table-responsive"> <table id="images" class="table table-striped table-bordered table-hover"> <thead> <tr> <td class="text-left">Изображение</td> <td class="text-right">Сортировка</td> <td></td> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td colspan="2"></td> <td class="text-left"><button type="button" onclick="addImage();" data-toggle="tooltip" title="Добавить изображение" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-reward"> <div class="form-group"> <label class="col-sm-2 control-label" for="input-points"><span data-toggle="tooltip" title="Количество баллов, необходимых для покупки этого продукта. Если вы не хотите чтобы этот продукт приобретался за баллы оставьте 0.">Баллы</span></label> <div class="col-sm-10"> <input type="text" name="points" value="0" placeholder="Баллы" id="input-points" class="form-control" /> </div> </div> <div class="table-responsive"> <table class="table table-bordered table-hover"> <thead> <tr> <td class="text-left">Группы клиентов</td> <td class="text-right">Бонусные баллы</td> </tr> </thead> <tbody> <tr> <td class="text-left">Default</td> <td class="text-right"><input type="text" name="product_reward[1][points]" value="" class="form-control" /></td> </tr> </tbody> </table> </div> </div> <div class="tab-pane" id="tab-design"> <div class="table-responsive"> <table class="table table-bordered table-hover"> <thead> <tr> <td class="text-left">Магазины</td> <td class="text-left">В шаблоне</td> </tr> </thead> <tbody> <tr> <td class="text-left">По умолчанию</td> <td class="text-left"><select name="product_layout[0]" class="form-control"> <option value=""></option> <option value="6">Account</option> <option value="10">Affiliate</option> <option value="3">Category</option> <option value="7">Checkout</option> <option value="12">Compare</option> <option value="8">Contact</option> <option value="4">Default</option> <option value="1">Home</option> <option value="11">Information</option> <option value="5">Manufacturer</option> <option value="2">Product</option> <option value="13">Search</option> <option value="9">Sitemap</option> </select></td> </tr> </tbody> </table> </div> </div> </div> </form> </div> </div> </div> <script type="text/javascript"><!-- $('#input-description2').summernote({height: 300}); //--></script> <script type="text/javascript"><!-- // Manufacturer $('input[name=\'manufacturer\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/manufacturer/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { json.unshift({ manufacturer_id: 0, name: ' --- Нет --- ' }); response($.map(json, function(item) { return { label: item['name'], value: item['manufacturer_id'] } })); } }); }, 'select': function(item) { $('input[name=\'manufacturer\']').val(item['label']); $('input[name=\'manufacturer_id\']').val(item['value']); } }); // Category $('input[name=\'category\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/category/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { response($.map(json, function(item) { return { label: item['name'], value: item['category_id'] } })); } }); }, 'select': function(item) { $('input[name=\'category\']').val(''); $('#product-category' + item['value']).remove(); $('#product-category').append('<div id="product-category' + item['value'] + '"><i class="fa fa-minus-circle"></i> ' + item['label'] + '<input type="hidden" name="product_category[]" value="' + item['value'] + '" /></div>'); } }); $('#product-category').delegate('.fa-minus-circle', 'click', function() { $(this).parent().remove(); }); // Filter $('input[name=\'filter\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/filter/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { response($.map(json, function(item) { return { label: item['name'], value: item['filter_id'] } })); } }); }, 'select': function(item) { $('input[name=\'filter\']').val(''); $('#product-filter' + item['value']).remove(); $('#product-filter').append('<div id="product-filter' + item['value'] + '"><i class="fa fa-minus-circle"></i> ' + item['label'] + '<input type="hidden" name="product_filter[]" value="' + item['value'] + '" /></div>'); } }); $('#product-filter').delegate('.fa-minus-circle', 'click', function() { $(this).parent().remove(); }); // Downloads $('input[name=\'download\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/download/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { response($.map(json, function(item) { return { label: item['name'], value: item['download_id'] } })); } }); }, 'select': function(item) { $('input[name=\'download\']').val(''); $('#product-download' + item['value']).remove(); $('#product-download').append('<div id="product-download' + item['value'] + '"><i class="fa fa-minus-circle"></i> ' + item['label'] + '<input type="hidden" name="product_download[]" value="' + item['value'] + '" /></div>'); } }); $('#product-download').delegate('.fa-minus-circle', 'click', function() { $(this).parent().remove(); }); // Related $('input[name=\'related\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/product/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { response($.map(json, function(item) { return { label: item['name'], value: item['product_id'] } })); } }); }, 'select': function(item) { $('input[name=\'related\']').val(''); $('#product-related' + item['value']).remove(); $('#product-related').append('<div id="product-related' + item['value'] + '"><i class="fa fa-minus-circle"></i> ' + item['label'] + '<input type="hidden" name="product_related[]" value="' + item['value'] + '" /></div>'); } }); $('#product-related').delegate('.fa-minus-circle', 'click', function() { $(this).parent().remove(); }); //--></script> <script type="text/javascript"><!-- var attribute_row = 3; function addAttribute() { html = '<tr id="attribute-row' + attribute_row + '">'; html += ' <td class="text-left" style="width: 20%;"><input type="text" name="product_attribute[' + attribute_row + '][name]" value="" placeholder="Атрибут" class="form-control" /><input type="hidden" name="product_attribute[' + attribute_row + '][attribute_id]" value="" /></td>'; html += ' <td class="text-left">'; html += '<div class="input-group"><span class="input-group-addon"><img src="view/image/flags/ru.png" title="Russian" /></span><textarea name="product_attribute[' + attribute_row + '][product_attribute_description][2][text]" rows="5" placeholder="Текст" class="form-control">
Состав:
85% Арабика / 15% Робуста
Упаковка:
Вакуумная упаковка с клапаном
Смотреть все характеристики
Кофе De Roccis Rossa "Cremoso" в зернах, 1кг.
Кофе натуральный жаренный, высший сорт, в зернах Де Роччис Росса
Характеристики
Информация о продукте
Тип: кофе в зернах /textarea> </div> </td> <td class="text-left"><button type="button" onclick="$('#attribute-row2').remove();" data-toggle="tooltip" title="Удалить" class="btn btn-danger"><i class="fa fa-minus-circle"></i></button></td> </tr> </tbody> <tfoot> <tr> <td colspan="2"></td> <td class="text-left"><button type="button" onclick="addAttribute();" data-toggle="tooltip" title="Добавить атрибут" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-option"> <div class="row"> <div class="col-sm-2"> <ul class="nav nav-pills nav-stacked" id="option"> <li> <input type="text" name="option" value="" placeholder="Опция" id="input-option" class="form-control" /> </li> </ul> </div> <div class="col-sm-10"> <div class="tab-content"> </div> </div> </div> </div> <div class="tab-pane" id="tab-recurring"> <div class="table-responsive"> <table class="table table-striped table-bordered table-hover"> <thead> <tr> <td class="text-left">Повторяющиеся платежи</td> <td class="text-left">Группы клиентов</td> <td class="text-left"></td> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td colspan="2"></td> <td class="text-left"><button type="button" onclick="addRecurring()" data-toggle="tooltip" title="Добавить повтор" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-discount"> <div class="table-responsive"> <table id="discount" class="table table-striped table-bordered table-hover"> <thead> <tr> <td class="text-left">Группы клиентов</td> <td class="text-right">Количество</td> <td class="text-right">Приоритет</td> <td class="text-right">Цена</td> <td class="text-left">Дата начала</td> <td class="text-left">Дата окончания</td> <td></td> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td colspan="6"></td> <td class="text-left"><button type="button" onclick="addDiscount();" data-toggle="tooltip" title="Добавить скидку" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-special"> <div class="table-responsive"> <table id="special" class="table table-striped table-bordered table-hover"> <thead> <tr> <td class="text-left">Группы клиентов</td> <td class="text-right">Приоритет</td> <td class="text-right">Цена</td> <td class="text-left">Дата начала</td> <td class="text-left">Дата окончания</td> <td></td> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td colspan="5"></td> <td class="text-left"><button type="button" onclick="addSpecial();" data-toggle="tooltip" title="Добавить акцию" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-image"> <div class="table-responsive"> <table id="images" class="table table-striped table-bordered table-hover"> <thead> <tr> <td class="text-left">Изображение</td> <td class="text-right">Сортировка</td> <td></td> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <td colspan="2"></td> <td class="text-left"><button type="button" onclick="addImage();" data-toggle="tooltip" title="Добавить изображение" class="btn btn-primary"><i class="fa fa-plus-circle"></i></button></td> </tr> </tfoot> </table> </div> </div> <div class="tab-pane" id="tab-reward"> <div class="form-group"> <label class="col-sm-2 control-label" for="input-points"><span data-toggle="tooltip" title="Количество баллов, необходимых для покупки этого продукта. Если вы не хотите чтобы этот продукт приобретался за баллы оставьте 0.">Баллы</span></label> <div class="col-sm-10"> <input type="text" name="points" value="0" placeholder="Баллы" id="input-points" class="form-control" /> </div> </div> <div class="table-responsive"> <table class="table table-bordered table-hover"> <thead> <tr> <td class="text-left">Группы клиентов</td> <td class="text-right">Бонусные баллы</td> </tr> </thead> <tbody> <tr> <td class="text-left">Default</td> <td class="text-right"><input type="text" name="product_reward[1][points]" value="" class="form-control" /></td> </tr> </tbody> </table> </div> </div> <div class="tab-pane" id="tab-design"> <div class="table-responsive"> <table class="table table-bordered table-hover"> <thead> <tr> <td class="text-left">Магазины</td> <td class="text-left">В шаблоне</td> </tr> </thead> <tbody> <tr> <td class="text-left">По умолчанию</td> <td class="text-left"><select name="product_layout[0]" class="form-control"> <option value=""></option> <option value="6">Account</option> <option value="10">Affiliate</option> <option value="3">Category</option> <option value="7">Checkout</option> <option value="12">Compare</option> <option value="8">Contact</option> <option value="4">Default</option> <option value="1">Home</option> <option value="11">Information</option> <option value="5">Manufacturer</option> <option value="2">Product</option> <option value="13">Search</option> <option value="9">Sitemap</option> </select></td> </tr> </tbody> </table> </div> </div> </div> </form> </div> </div> </div> <script type="text/javascript"><!-- $('#input-description2').summernote({height: 300}); //--></script> <script type="text/javascript"><!-- // Manufacturer $('input[name=\'manufacturer\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/manufacturer/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { json.unshift({ manufacturer_id: 0, name: ' --- Нет --- ' }); response($.map(json, function(item) { return { label: item['name'], value: item['manufacturer_id'] } })); } }); }, 'select': function(item) { $('input[name=\'manufacturer\']').val(item['label']); $('input[name=\'manufacturer_id\']').val(item['value']); } }); // Category $('input[name=\'category\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/category/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { response($.map(json, function(item) { return { label: item['name'], value: item['category_id'] } })); } }); }, 'select': function(item) { $('input[name=\'category\']').val(''); $('#product-category' + item['value']).remove(); $('#product-category').append('<div id="product-category' + item['value'] + '"><i class="fa fa-minus-circle"></i> ' + item['label'] + '<input type="hidden" name="product_category[]" value="' + item['value'] + '" /></div>'); } }); $('#product-category').delegate('.fa-minus-circle', 'click', function() { $(this).parent().remove(); }); // Filter $('input[name=\'filter\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/filter/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { response($.map(json, function(item) { return { label: item['name'], value: item['filter_id'] } })); } }); }, 'select': function(item) { $('input[name=\'filter\']').val(''); $('#product-filter' + item['value']).remove(); $('#product-filter').append('<div id="product-filter' + item['value'] + '"><i class="fa fa-minus-circle"></i> ' + item['label'] + '<input type="hidden" name="product_filter[]" value="' + item['value'] + '" /></div>'); } }); $('#product-filter').delegate('.fa-minus-circle', 'click', function() { $(this).parent().remove(); }); // Downloads $('input[name=\'download\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/download/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { response($.map(json, function(item) { return { label: item['name'], value: item['download_id'] } })); } }); }, 'select': function(item) { $('input[name=\'download\']').val(''); $('#product-download' + item['value']).remove(); $('#product-download').append('<div id="product-download' + item['value'] + '"><i class="fa fa-minus-circle"></i> ' + item['label'] + '<input type="hidden" name="product_download[]" value="' + item['value'] + '" /></div>'); } }); $('#product-download').delegate('.fa-minus-circle', 'click', function() { $(this).parent().remove(); }); // Related $('input[name=\'related\']').autocomplete({ 'source': function(request, response) { $.ajax({ url: 'index.php?route=catalog/product/autocomplete&token=UgjYLAieoxlEX3ASI1Dwl5KMqqtuImnf&filter_name=' + encodeURIComponent(request), dataType: 'json', success: function(json) { response($.map(json, function(item) { return { label: item['name'], value: item['product_id'] } })); } }); }, 'select': function(item) { $('input[name=\'related\']').val(''); $('#product-related' + item['value']).remove(); $('#product-related').append('<div id="product-related' + item['value'] + '"><i class="fa fa-minus-circle"></i> ' + item['label'] + '<input type="hidden" name="product_related[]" value="' + item['value'] + '" /></div>'); } }); $('#product-related').delegate('.fa-minus-circle', 'click', function() { $(this).parent().remove(); }); //--></script> <script type="text/javascript"><!-- var attribute_row = 3; function addAttribute() { html = '<tr id="attribute-row' + attribute_row + '">'; html += ' <td class="text-left" style="width: 20%;"><input type="text" name="product_attribute[' + attribute_row + '][name]" value="" placeholder="Атрибут" class="form-control" /><input type="hidden" name="product_attribute[' + attribute_row + '][attribute_id]" value="" /></td>'; html += ' <td class="text-left">'; html += '<div class="input-group"><span class="input-group-addon"><img src="view/image/flags/ru.png" title="Russian" /></span><textarea name="product_attribute[' + attribute_row + '][product_attribute_description][2][text]" rows="5" placeholder="Текст" class="form-control">
Состав: 85% Арабика / 15% Робуста
Упаковка: Вакуумная упаковка с клапаном
Последние отзывы

Нет отзывов об этом товаре.

Нет отзывов об этом товаре.

Написать отзыв

Теги: упаковка