unable to open product page on new tab while i click on product slider image
-
I need help to get some codes that help me out to open the product page on a new tab. When I click on the product slider image, the product page will be open but on the same page. I use the below mention code but it’s only working on the shop page, not on the product slider image.
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 '<a target="_blank" href="' . get_the_permalink() . '" class="woocommerce-LoopProduct-link">'; }
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘unable to open product page on new tab while i click on product slider image’ is closed to new replies.