i want my product in new tab for user. if any one click on product the product display in new tab.
it’s a woocommerce website which have multiple product but i want the product should be display in new tab.
i want my product in new tab for user. if any one click on product the product display in new tab.
it’s a woocommerce website which have multiple product but i want the product should be display in new tab.
2
Answers
you can do this using JQuery, like
This will select all the elements with
a
tag but you need to target the element according to your own DOMYou can add target using jquery.
Above script will add "target=_blank" to all woocommerce product.