How to make all my Woocommerce open in a new tab?
-
I’m trying to make all my products to open in a new tab.
I tried inserting the following code that I found here in the “functions.php” but it didn’t work for me:remove_action( ‘woocommerce_before_shop_loop_item’,’woocommerce_template_loop_product_link_open’, 10 );
add_action ( ‘woocommerce_before_shop_loop_item’, ‘ami_function_open_new_tab’, 10 );
function ami_function_open_new_tab() {
echo ‘‘;
}I tried it in 4 different themes but it didn’t work in none of them.
Thanks!!
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to make all my Woocommerce open in a new tab?’ is closed to new replies.