BY ANOUSHA RAZAVI

Hidden Treasure

$(“.entry.product”).each(function(i)
{
$(this).find(“.woocommerce-loop-product__link”).attr(“href”, $(this).find(“.vpc-configure-button”).attr(“href”))
});