Hello! Sorry that i write here, i can’t create a topic))
I have a problem with button in cart, i’ve create a custom theme, use a premium version of plugin, i’ve used a shortcode <?php echo do_shortcode(‘[ti_wishlists_addtowishlist]’); ?>
in foreach loop, but it’s not working.
i’ve try to add something like this
$wishlist= ‘[ti_wishlists_addtowishlist product_id=”‘.$id.’ variation_id=”‘.$id.'”]’;
echo do_shortcode($wishlist);
and heart is show, but what i need to put in variation_id if it’s a simple product?
Thanks for all!)