Viewing 1 replies (of 1 total)
  • Plugin Contributor Patrick Jackson

    (@pjackson1972)

    I haven’t tried to work with WooCommerce much with posts in page, but I may be able to shed some light.

    Insofar as things like products are implemented in WooCommerce as Custom Post Types, they can be listed like any other custom post type with the Posts in Page (PiP) plugin. However, PiP was not designed to support WooCommerce specifically, so it wouldn’t be aware of any custom attributes or behaviors.

    If you wanted to create a list of Products using PiP, you could use the post_type attribute:

    [ic_add_posts post_type='product']

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘woocommerce support?’ is closed to new replies.