Wishlist product open in a new tab
-
Hello team,
In the https://www.example-domain.com/wishlist where the products are depicted in a table I’m trying to make the button (add to cart) to open in a new tab.
I have external products, I’m trying to change the code without success
<button class="button alt" name="tinvwl-add-to-cart" value="<?php echo esc_attr( $wl_product['ID'] );?>" title="<?php echo esc_html( apply_filters( 'tinvwl_wishlist_item_add_to_cart', $wishlist_table_row['text_add_to_cart'], $wl_product, $product ) ); ?>"> <i class="ftinvwl ftinvwl-shopping-cart"></i><span class="tinvwl-txt"><?php echo esc_html( apply_filters( 'tinvwl_wishlist_item_add_to_cart', $wishlist_table_row['text_add_to_cart'], $wl_product, $product ) ); ?></span> </button>
Can you help to make the products on the wishlist page to open in a new tab?
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wishlist product open in a new tab’ is closed to new replies.