Vendor product not display on Vendor store page
-
Hello,
Vendor products are not display on Vendor store page. i checked shore.php file and found below code is not working –
<?php if ( have_posts() ) { ?> <div class="seller-items"> <?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(); ?> </div> <?php dokan_content_nav( 'nav-below' ); ?> <?php } else { ?> <p class="dokan-info"><?php _e( 'No products were found of this vendor!', 'dokan-lite' ); ?></p> <?php } ?>
i am getting message “No products were found of this vendor!”
i know it’s a theme conflict issue because Vendor products display on Vendor store page with WordPress by default theme.
can you please guide me how can i fix this issue with my current theme?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Vendor product not display on Vendor store page’ is closed to new replies.