Compatibility with Dokan plugin
-
Hi, we’re using your plugin on https://bakgatbooks.co.za website, with the Dokan plugin (allows vendors to register on website and create own substores).
If products are showing on usual page – everything is well and filters are working as they should (like at https://bakgatbooks.co.za/fiction/crime-thrillers-mystery/ ), so plugin set up correctly and there is no global incompatibility.
But at vendor’s page, where products are showing by author, filters aren’t working. Example – https://bakgatbooks.co.za/vendors/AshleyJ/We’ve contacted Dokan support first, but they said it will require customisation that is outside their scope of support. Products are showing on this page next way:
$store_user = dokan()->vendor->get( get_query_var( ‘author’ ) );
$store_info = $store_user->get_shop_info();
$map_location = $store_user->get_location();
…<?php woocommerce_product_loop_start(); ?> <?php while ( have_posts() ) : the_post(); ?> <?php wc_get_template_part( 'content', 'product' ); ?> <?php endwhile; // end of the loop. ?> <?php woocommerce_product_loop_end(); ?>
Can you help please – why filtering isn’t working for the products, displaying this way?
The page I need help with: [log in to see the link]
- The topic ‘Compatibility with Dokan plugin’ is closed to new replies.