Yith Compare Button is not shown on a single product page
-
We have a YITH Compare Plugin (free) on a kuteshop based theme.
The checkbox in settings is checked to show the compare button on a single product page. But it does not.
As I need the button right behind the “add to cart” and “add to wishlist” links, i try to insert a shortcode to template in add-to-cart/external.php (as I want it for external products)
But it does not show. I see it in the source code as an epmty div.My code:
<?php echo do_shortcode( ‘[yith_wcwl_add_to_wishlist]’ ); ?> <?php echo do_shortcode( ‘[yith_compare_button]’ ); ?>
How to fix it?
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Yith Compare Button is not shown on a single product page’ is closed to new replies.