Home › Forums › WoodMart support forum › Open products in a new window Open products in a new window This topic has 1 reply, 2 voices, and was last updated 9 months, 2 weeks ago by Aizaz Imtiaz Awan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 26, 2024 at 1:53 pm #543847 Tal2000Participant Hi, Is there anyway to open products in a new window? Regards February 27, 2024 at 10:35 am #544151 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register