• Resolved vikasTYAGI87

    (@vikastyagi87)


    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?

    • This topic was modified 6 years, 6 months ago by vikasTYAGI87.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @vikastyagi87,

    I am sorry to inform you that we are unable to fix any third party theme conflict issue. You can check how your theme is showing the product on the shop page and on depending that you can modify the store.php. I could help if there is an issue in our default plugin’s functionality.

    Thanks!

    Seeing as how this is a prevalent issue, it would be wonderful if you could post the solution for all to see.

    How was this problem resolved? Is it an issue with the code out of the box, or is it truly a conflict with the theme?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Vendor product not display on Vendor store page’ is closed to new replies.