• Resolved mharmontx

    (@mharmontx)


    This is how I would normally display my WooCommerce categories and subcategories:

    <div id=”store-main”>
    <div class=”content”>
    <div class=”main”>
    <?php woocommerce_content(); ?>
    </div>
    </div>
    </div>

    It works perfectly until it gets to the actual displaying of the products. It is then blank. I’m sure the <?php woocommerce_content(); ?> is incorrect or causing the issue.

    Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m experiencing this also, any help is appreciated

    Plugin Support mouli a11n

    (@mouli)

    Hi there,
    I suggest that you look at the shortcodes that you can use with WooCommerce.
    You can use them to display categories and products with various options.
    You can read about this here:
    https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-13

    You can also use shortcodes in template files as follows:

    echo do_shortcode( '[insert shortcode]' );

    I hope that helps you to figure it out.
    Feel free to get back to us if you have further questions.

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Kind regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Categories and Subcategories Showing but not Products’ is closed to new replies.