products not opening in a different tab after activating Woocommerce product fil
-
Hi Team,
I had the following code on the functions.php file to ensure the products in my store open in a different tab when clicked.
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 ‘‘;Then I activated the Woocommerce product filter plugin and the products stopped opening on a different tab and the code that I had pasted on the functions.php file had disappeared.
I am using the storefront theme.
Can you please help to resolve this issue where in the products continue to open in a different tab with the Woocommerce product filter plugin?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Looks like you’re in the wrong forum. It appears that you’re using the WooCommerce plugin and you need to seek help at these forums:
https://wordpress.org/support/plugin/woocommerce
These forums are for WordPress.com hosted sites only. If you want to know more about the differences between WordPress.com and WordPress.org you can read this document:
- The topic ‘products not opening in a different tab after activating Woocommerce product fil’ is closed to new replies.