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

    (@alaa-rihan)

    Hi,

    If your theme doesn’t have this filter:
    woocommerce_after_single_product_summary
    then the variations table won’t show up, you need to add that filter manually to your single product template file.

    That filter should be included in your theme by default.

    Thread Starter tjobbe

    (@tjobbe)

    Thanks @alaa-rihan!

    Which file should this filter be inside of?

    And what code should I be using to echo it, exactly?

    Should it be <?php woocommerce_after_single_product_summary ?> or a do_action?

    • This reply was modified 7 years, 1 month ago by tjobbe.
    Thread Starter tjobbe

    (@tjobbe)

    resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My theme doesn’t show this table’ is closed to new replies.