• I was looking through the documentation for the WordPress plugin but I didn’t see a shortcode or an option to add to the product’s shortcode to include filters, like what is available in Shopify to select options from a sidebar and the collection would automatically reflect those selections e.g. Color, Size, Style etc

    I did see this example site on wpshop.io that appears to have a filter system for their products, but not sure if that was something custom they did, or maybe it can be done using your API?
    https://cstrecords.com/catalogue/

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

    (@andrewmrobbins)

    @uisneach

    Hey there, thanks for the question.

    The example site you linked to is using the [wps_storefront] component which is included in the Pro version of the plugin. You can also see a demo here: https://demo.wpshop.io/storefront-example/

    This shortcode will create a dynamic layout where your customers can filter products by Tag, Vendor, and Product Type.

    If you want to simply filter products by the above criteria on page load, you can use these shortcode attributes:

    [wps_products tag="Tag A, Tag B"]
    [wps_products vendor="Vendor A, Vendor B"]
    [wps_products product_type="Books"]

    https://docs.wpshop.io/#/shortcodes/wps_products?id=tag

    Does this help?

    Thread Starter uisneach

    (@uisneach)

    Thanks for the response Andrew. We purchased the Pro version and I see now that filters are included.
    In our Shopify site, we are using an app called Product Filter and Search.
    https://apps.shopify.com/product-filter-search
    That allows us to filter by product variants like Color and Size. Is your app compatible with that plugin or is it possible to filter by product variants? I don’t mind having to create hardcoded filters for product variants, as long as I knew they could actually filter the products correctly in the WordPress plugin?

    Also, I see that you have a slack channel for those who purchased the plugin, but I don’t see what the name of the channel is?

    Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @uisneach

    Hey there, would you mind sending me an email with your last post? [email protected]

    The WP admins will yell at me if I provide Pro support on these forums.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to integrate Product filters?’ is closed to new replies.