Hook for Adding Shortcode After Add to Cart Button
-
Hello –
Trying to place the Wishlist button within the Add to Cart form so it works with Products that have variations.
I’ve experimented with the following code with no success:
if( defined( 'TInvWishlist' ) && ! function_exists( 'move_my_wishlist_btn' ) ) { function move_my_wishlist_btn() { echo do_shortcode( '[ti_wishlists_addtowishlist]' ); } add_action( 'woocommerce_after_add_to_cart_button', 'move_my_wishlist_btn' ); }
Any insight would be appreciated. Thank you.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Hook for Adding Shortcode After Add to Cart Button’ is closed to new replies.