Product was successfully added to your shopping cart.
0oggetto(i)

Non hai articoli nel carrello.

');} var height = $('.main').outerHeight(); var width = $('.main').outerWidth(); $('.ui-slider-handle').css('cursor','pointer'); $('#resultLoading').css({ 'width':'100%', 'height':'100%', 'position':'fixed', 'z-index':'10000000', 'top':'0', 'left':'0' }); $('#resultLoading .bg').css({ 'background':'#ffffff', 'opacity':'0.5', 'width':'100%', 'height':'100%', 'position':'absolute', 'top':'0' }); $('#resultLoading>div:first').css({ 'width': '100%', 'text-align': 'center', 'position': 'absolute', 'left': '0', 'top': '50%', 'font-size':'16px', 'z-index':'10', 'color':'#ffffff' }); $('.block-layered-nav #narrow-by-list a').on('click', function(e){if(!$(this).parent().hasClass('slider-range')){sliderAjax($(this).attr('href'));}e.preventDefault();}); next_page = ""; $(".pager li > a.next").each(function(){ next_page = $(this).attr("href"); }); $('.toolbar .view-mode a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');sliderAjax(url);} e.preventDefault();}); $('.toolbar .pages a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');infiniteAjax(url);} e.preventDefault();}); $(".pager").remove(); $('.toolbar select').removeAttr('onchange'); $('.toolbar select').on('change', function(e){var url=$(this).val();sliderAjax(url);e.preventDefault();}); }); /*DONOT EDIT THIS CODE*/ var old_class; function sliderAjax(url) { if (!active) { active = true; jQuery(function($) { if($(".col-main .products-grid").attr("class")) old_class = $(".col-main .products-grid").attr("class"); oldUrl = url; $('#resultLoading .bg').height('100%'); $('#resultLoading').fadeIn(300); infinite_loaded_count = 0; url = url.replace("&infinite=true",""); url = url.replace("?infinite=true&","?"); url = url.replace("?infinite=true",""); /* if(url.indexOf("p=") > -1){ var len = url.length-url.indexOf("p="); var str_temp = url.substr(url.indexOf("p="),len); var page_param = ""; if(str_temp.indexOf("&") == -1){ page_param = str_temp; } else { page_param = str_temp.substr(0,str_temp.indexOf("&")); } url = url.replace(page_param, "p=1"); }*/ var param = ""; if(url.indexOf("ajaxcatalog") == -1){ param = "ajaxcatalog=true"; if(url.indexOf("?")==-1 && url.indexOf("&")>-1) url = url.replace("&","?"); if(url.indexOf("?")==-1) param = "?"+param; else param = "&"+param; } try { $('body').css('cursor', 'wait'); $.ajax({ url: url+param, dataType: 'json', type: 'post', data: data, success: function(data) { callback(); if (data.viewpanel) { if ($('.block-layered-nav')) { $('.block-layered-nav').empty(); $('.block-layered-nav').replaceWith(data.viewpanel) } } if (data.productlist) { $('.col-main .category-products').empty(); $('.col-main .category-products').replaceWith(data.productlist) } if($( ".col-main" ).has( ".category-products" ).length) $(".col-main .category-products").scrollToMe(); $(".qty_inc").unbind('click').click(function(){ if($(this).parent().parent().children("input.qty").is(':enabled')){ $(this).parent().parent().children("input.qty").val((+$(this).parent().parent().children("input.qty").val() + 1) || 0); $(this).parent().parent().children("input.qty").focus(); $(this).focus(); } }); $(".qty_dec").unbind('click').click(function(){ if($(this).parent().parent().children("input.qty").is(':enabled')){ $(this).parent().parent().children("input.qty").val(($(this).parent().parent().children("input.qty").val() - 1 > 0) ? ($(this).parent().parent().children("input.qty").val() - 1) : 0); $(this).parent().parent().children("input.qty").focus(); $(this).focus(); } }); var hist = url; if(url.indexOf("p=") > -1){ var len = url.length-url.indexOf("p="); var str_temp = url.substr(url.indexOf("p="),len); var page_param = ""; if(str_temp.indexOf("&") == -1){ page_param = str_temp; } else { page_param = str_temp.substr(0,str_temp.indexOf("&")); } hist = url.replace(page_param, ""); } if(window.history && window.history.pushState){ window.history.pushState('GET', data.title, hist); } $('body').find('.toolbar select').removeAttr('onchange'); $('#resultLoading .bg').height('100%'); $('#resultLoading').fadeOut(300); $('body').css('cursor', 'default'); $('.block-layered-nav #narrow-by-list a').on('click', function(e){if(!$(this).parent().hasClass('slider-range')){sliderAjax($(this).attr('href'));}e.preventDefault();}); next_page = ""; $(".pager li > a.next").each(function(){ next_page = $(this).attr("href"); }); $('.toolbar .view-mode a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');sliderAjax(url);} e.preventDefault();}); $('.toolbar .pages a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');infiniteAjax(url);} e.preventDefault();}); $(".pager").remove(); $('.toolbar select').removeAttr('onchange'); $('.toolbar select').on('change', function(e){var url=$(this).val();sliderAjax(url);e.preventDefault();}); $("a.product-image img.defaultImage").each(function(){ var default_img = $(this).attr("src"); if(!default_img) default_img = $(this).attr("data-src"); var thumbnail_img = $(this).parent().children("img.hoverImage").attr("src"); if(!thumbnail_img) thumbnail_img = $(this).parent().children("img.hoverImage").attr("data-src"); if(default_img){ if(default_img.replace("/small_image/","/thumbnail/")==thumbnail_img){ $(this).parent().children("img.hoverImage").remove(); $(this).removeClass("defaultImage"); } } }); /* moving action links into product image area */ $(".move-action .item .details-area .actions").each(function(){ $(this).parent().parent().children(".product-image-area").append($(this)); }); if(old_class) $(".col-main .products-grid").attr("class", old_class); } }) } catch (e) {} }); active = false } return false } /*DONOT EDIT THIS CODE*/ var old_class; function infiniteAjax(url) { if (!active) { active = true; jQuery(function($) { if($(".col-main .products-grid").attr("class")) old_class = $(".col-main .products-grid").attr("class"); oldUrl = url; infinite_loaded_count++; $('.infinite-loader .btn-load-more').hide(); $('.infinite-loader .loading').fadeIn(300); url = url.replace("&ajaxcatalog=true",""); url = url.replace("?ajaxcatalog=true&","?"); url = url.replace("?ajaxcatalog=true",""); var param = ""; if(url.indexOf("infinite") == -1){ param = "infinite=true"; if(url.indexOf("?")==-1 && url.indexOf("&")>-1) url = url.replace("&","?"); if(url.indexOf("?")==-1) param = "?"+param; else param = "&"+param; } try { $('body').css('cursor', 'wait'); $.ajax({ url: url+param, dataType: 'json', type: 'post', data: data, success: function(data) { loading = false; callback(); if (data.productlist) { var b = document.createElement('div'); b.innerHTML = data.productlist; var products = ""; var swatches_js = ""; if($(b).find('ul.products-grid')){ products = $(b).find('ul.products-grid').html(); $('.col-main .category-products ul.products-grid').append(products); } if($(b).find('ol.products-list')){ products = $(b).find('ol.products-list').html(); $('.col-main .category-products ol.products-list').append(products); } if($(b).find('.swatches-js')){ $('.col-main .swatches-js').append($(b).find('.swatches-js').html()); } if($(b).find('.toolbar-bottom .toolbar')){ $('.col-main .category-products .toolbar-bottom .toolbar').html($(b).find('.toolbar-bottom .toolbar').html()); } $(b).remove(); $('.col-main .products-grid li:nth-child(2n)').addClass('nth-child-2n'); $('.col-main .products-grid li:nth-child(2n+1)').addClass('nth-child-2np1'); $('.col-main .products-grid li:nth-child(3n)').addClass('nth-child-3n'); $('.col-main .products-grid li:nth-child(3n+1)').addClass('nth-child-3np1'); $('.col-main .products-grid li:nth-child(4n)').addClass('nth-child-4n'); $('.col-main .products-grid li:nth-child(4n+1)').addClass('nth-child-4np1'); $('.col-main .products-grid li:nth-child(5n)').addClass('nth-child-5n'); $('.col-main .products-grid li:nth-child(5n+1)').addClass('nth-child-5np1'); $('.col-main .products-grid li:nth-child(6n)').addClass('nth-child-6n'); $('.col-main .products-grid li:nth-child(6n+1)').addClass('nth-child-6np1'); $('.col-main .products-grid li:nth-child(7n)').addClass('nth-child-7n'); $('.col-main .products-grid li:nth-child(7n+1)').addClass('nth-child-7np1'); $('.col-main .products-grid li:nth-child(8n)').addClass('nth-child-8n'); $('.col-main .products-grid li:nth-child(8n+1)').addClass('nth-child-8np1'); } $(".qty_inc").unbind('click').click(function(){ if($(this).parent().parent().children("input.qty").is(':enabled')){ $(this).parent().parent().children("input.qty").val((+$(this).parent().parent().children("input.qty").val() + 1) || 0); $(this).parent().parent().children("input.qty").focus(); $(this).focus(); } }); $(".qty_dec").unbind('click').click(function(){ if($(this).parent().parent().children("input.qty").is(':enabled')){ $(this).parent().parent().children("input.qty").val(($(this).parent().parent().children("input.qty").val() - 1 > 0) ? ($(this).parent().parent().children("input.qty").val() - 1) : 0); $(this).parent().parent().children("input.qty").focus(); $(this).focus(); } }); var hist = url; if(url.indexOf("p=") > -1){ var len = url.length-url.indexOf("p="); var str_temp = url.substr(url.indexOf("p="),len); var page_param = ""; if(str_temp.indexOf("&") == -1){ page_param = str_temp; } else { page_param = str_temp.substr(0,str_temp.indexOf("&")); } hist = url.replace(page_param, ""); } if(window.history && window.history.pushState){ window.history.pushState('GET', data.title, hist); } $('body').find('.toolbar select').removeAttr('onchange'); $('body').css('cursor', 'default'); $('.block-layered-nav #narrow-by-list a').on('click', function(e){if(!$(this).parent().hasClass('slider-range')){sliderAjax($(this).attr('href'));}e.preventDefault();}); next_page = ""; $(".pager li > a.next").each(function(){ next_page = $(this).attr("href"); }); if(infinite_loaded_count >= 2){ $('.infinite-loader .loading').hide(); if(next_page){ $('.infinite-loader .btn-load-more').show(); $(".infinite-loader .btn-load-more").unbind("click").click(function(){ if(!loading && next_page && infinite_loaded_count >= 2){ loading = true; infiniteAjax(next_page); } }); } } else { $('.infinite-loader .loading').fadeOut(300); } $('.toolbar .view-mode a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');sliderAjax(url);} e.preventDefault();}); $('.toolbar .pages a').on('click', function(e){ if($(this).attr('href')){var url=$(this).attr('href');infiniteAjax(url);} e.preventDefault();}); $(".pager").remove(); $('.toolbar select').removeAttr('onchange'); $('.toolbar select').on('change', function(e){var url=$(this).val();sliderAjax(url);e.preventDefault();}); $("a.product-image img.defaultImage").each(function(){ var default_img = $(this).attr("src"); if(!default_img) default_img = $(this).attr("data-src"); var thumbnail_img = $(this).parent().children("img.hoverImage").attr("src"); if(!thumbnail_img) thumbnail_img = $(this).parent().children("img.hoverImage").attr("data-src"); if(default_img){ if(default_img.replace("/small_image/","/thumbnail/")==thumbnail_img){ $(this).parent().children("img.hoverImage").remove(); $(this).removeClass("defaultImage"); } } }); /* moving action links into product image area */ $(".move-action .item .details-area .actions").each(function(){ $(this).parent().parent().children(".product-image-area").append($(this)); }); if(old_class) $(".col-main .products-grid").attr("class", old_class); } }) } catch (e) {} }); active = false } return false } jQuery(function($){ $(window).scroll(function(){ if(!loading && next_page && $(window).scrollTop() >= $(".infinite-loader").offset().top-$(window).height()+100){ if(infinite_loaded_count = 2){ loading = true; infiniteAjax(next_page); } }); }); function callback(){ }

Libri di pasticceria

Imposta ordine ascendente

   

Oggetti 21 a 30 di 42 totali

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  1. Feste in casa - Estate

    Mettersi alla prova e scoprire di essere all'altezza della situazione gratifica il nostro io e ripaga dalla fatica spesa.

    E' questo il fine che abbiamo pensato di farvi conseguire con la pubblicazione "Feste in casa  - Estate", una corposa e sapiente raccolta di oltre 200 ricette per preparare una festa casalinga con F maiuscola.

  2. Feste di compleanno per tutte le età

    Questo libro vi aiuterà, attraverso saggi consigli, ad appianare tutte le difficoltà che potreste incontrare nella preparazione di una festa di compleanno, e con le innumerevoli ricette proposte, anche a scegliere il menù che più si addice ai vostri ospiti: se siete ben organizzate, non sarà difficile trasformare un menù per 6 in un menù per 12 o per 16 persone, anche se vi può sembrare "terribile" solo il pensiero!

  3. Dolci veloci

    Perchè rinunciare al piacere di gustare un dolce preparato da noi?

    Se il tempo stringe, stringiamo il tempo!

    Preparate gli ingredienti nella giusta successione d'uso e via... capovolgete la clessidra e fate partire il tempo: la dolcezza ha i minuti contati!

  4. Dolci rustici al cioccolato

    Non importa quale preferite: un pezzetto di buon cioccolato aiuta a migliorare l'umore e dà carica ed energia al corpo e alla mente.

    Ma è in pasticceria che il cioccolato diventa un ingrediente principe e sa, attraverso le varie tipologie di ricette, assumere mille sfaccettature nel gusto: squisito, raffinato, intrigante o semplicemente delizioso.

  5. Dolci rustici

    "I dolci rustici sono semplici e buoni".

    Niente complicate tecniche da gran gourmet, o attrezzature spaziali nelle nostre cucine: ingredienti semplici e genuini, ricette eseguibili passo dopo passo con un'attrezzatura alla portata di tutti.  

  6. Dolci più buoni del mondo

    Abbiamo raccolto, provato e degustato con grande gioia tantissime ricette a spasso per il nostro dolcissimo mondo!
  7. Dolci più buoni d'Italia

    Questo libro è nato con l'intento di raccogliere, quasi monograficamente, non delle semplici ricette, ma proprio "quelle ricette", cioè le preparazioni più buone della nostra ricchissima tradizione dolciaria italiana.

  8. Dolci per tutte le occasioni- Manuale di pasticceria e decorazione - Guida pratica

    • Pasticceria Natalizia
    • Dolci da regalare
    • Carnevale con tante frittelle
    • Buffet di Primavera
    • Pasqua di bontà
    • E' l'ora del tè
    • Dolci per la domenica
    • Dolcetti per il caffè
    • Dolci da portare
    • Torte di compleanno
  9. Dolci per la colazione

    Il piacere di affondare in una tazza di buona bevanda una fetta di torta, un goloso muffins, una saporita ciambella arrichisce la convivialità, corrobora e dà il via alla giornata con il piede giusto.

    La genuinità degli ingredienti ci consente inoltre, non solo di risparmiare sui costi, ma fa sì che le nostre torte e i nostri dolcetti si possano conservare freschi e buoni per diversi giorni.

    In tal modo la nostra dispensa potrà conservare, come uno scrigno, tanti tesori di irrinunciabile bontà.

  10. Dolci farciti - Guida pratica

    • Dolci di Natale
    • Pasta biscotto
    • Torte farcite
    • Pasta choux
    • Crostate farcite
    • Meringa
    • Dolcetti grandi e piccoli
Loading ...Load More ...
Imposta ordine ascendente

   

Oggetti 21 a 30 di 42 totali

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5