Whishlist shortcode problem
-
Hi,
I try to insert the wishlist shortcode in the woo category archives, between product title and price.
I wrote:
function wishlist() {
echo do_shortcode(‘[ti_wishlists_addtowishlist]’);
}
add_action( ‘ocean_before_archive_product_inner’, ‘wishlist’, );and I tried these too:
ocean_after_archive_product_title
ocean_after_archive_product_inner etc…and I tried different priorities too, but everytime the heart icon displays in front of the image, right and top.
Why is this happening and how to solve it?
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Whishlist shortcode problem’ is closed to new replies.
