Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    make sure you have this WooCommerce action “woocommerce_after_single_product_summary” on single-product-page.php

    Let me know, regards.

    I have tested this and yes this was missing from my single-product.php template.

    When I add it — it works, but it adds the Product Description and Reviews again. I don′t need that content again as I am using a custom template.

    How can I add just the action / call for the display of the Freq Bought Together items?

    Is there a php function? A shortcode? I can′t find anything in your documentation.

    Thanks,

    Netivity

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    on last update 1.0.7 the developer adds a shortcode for do that.
    [ywfbt_form product_id=""]
    You need only to specify the product id you want to use.

    For example on single product page ( content-single-product.php ) add this code
    echo do_shortcode('[ywfbt_form product_id="'.$product->id.'"]');

    Regards.

    • This reply was modified 8 years, 3 months ago by YITHEMES.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘YITH WooCommerce Frequently Bought Together isn't showing up’ is closed to new replies.