Recently Viewed Products Kürzlich angesehene Produkte

$(document).ready(function(){ // Featured image zoom enable karega if ($("#product-featured-image").length) { $("#product-featured-image").elevateZoom({ zoomType: "inner", // Zoom type "inner", "lens", "window" cursor: "crosshair" }); } // Thumbnail images click hone par zoom enable karega $(".product-photo-thumbs a").on("click", function() { var zoomImage = $(this).attr("data-zoom-image"); $("#product-featured-image").attr("data-zoom-image", zoomImage).elevateZoom(); }); });