Home Forums WoodMart support forum Open products in a new window

Open products in a new window

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #543847

    Tal2000
    Participant

    Hi,

    Is there anyway to open products in a new window?

    Regards

    #544151

    Hello,

    Try to add the following code in the Theme Settings > Custom JS:

    jQuery(document).ready(function($){
    	$('.woocommerce.archive .products .product').each(function(){
    		$(this).find('a').attr('target', '_blank' );
    	});
    });

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)