AJAX integration with a third-party plugin
-
I am using a third-party WooCommerce product filter plugin and in order to integrate AJAX with Woodmart, the plugin option requires the values from the theme:
– product wrapper jQuery selector (plugin default: .products
)
– product category jQuery selector (plugin default: .product-category
)
– product jQuery selector (plugin default: .type-product
)
– result count jQuery selector (plugin default: .woocommerce-result-count
)
– order by jQuery selector (plugin default: .woocommerce-ordering
)
– pagination jQuery selector (plugin default: .woocommerce-pagination
)
– pagination function (e.g. woocommerce_pagination
)
Could you please refer to the screenshot and provide above values? Thanks.
-
This topic was modified 10 months, 1 week ago by
josh-6874.
Attachments:
You must be
logged in to view attached files.
Hello,
Default values should work with our theme. Note that we can’t guarantee full compatibility between our theme and this plugin. Most likely, some features will not work as expected.
Kind Regards