$(".woocommerce-LoopProduct-link").each(function() {
// Removing all the anchors from the products so that you won't
// navigate away when clicking in one, allowing fancybox to display
- $(this).attr("href", "");
+ $(this).attr("href", $(this).children("img").attr("src"));
});
$(".woocommerce-LoopProduct-link").fancybox({
$(".woocommerce-LoopProduct-link").each(function() {
// Removing all the anchors from the products so that you won't
// navigate away when clicking in one, allowing fancybox to display
- $(this).attr("href", "");
+ $(this).attr("href", $(this).children("img").attr("src"));
});
$(".woocommerce-LoopProduct-link").fancybox({