Woocommerce product listing open product new tab
-
Hello I’m developing a new site in my product listing page i want to open each and every product in a new tab. I’d entered one code :
jQuery(document).ready(function($){
$(‘.woocommerce.archive .products .product’).each(function(){
$(this).find(‘a’).attr(‘target’, ‘_blank’ );
});
});But this works only for 1st page of the pagination. It does not work on 2nd, other pagination and also does not work when I select some category.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Woocommerce product listing open product new tab’ is closed to new replies.