Add this to your functions.php theme's file
add_action('woocommerce_after_shop_loop_item', 'show_add_to_wishlist', 50 );
function show_add_to_wishlist()
{
echo do_shortcode('[yith_wcwl_add_to_wishlist]');
}
No comments:
Post a Comment