• Resolved steplab

    (@steplab)


    Hi,
    I can’t see the page of the vendor profile.
    I need to add some template inside woocommerce or inside the theme directory?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi @steplab,
    and thank you for writing in!

    Please could you provide us with further information about the issue you are experiencing?

    • Are you referring to the Vendor Front Page?
    • What do you see when you try to access that page?
    • Could you provide us with some screenshots of the issue?
    • Could you provide us with the URL of the page in which the issue occurs

    In the Vendor Front Page you should see the Vendor name, its description and its products; you can open it by clicking on the “View” link of one of yours vendors in “Vendors” menu

    Best Regards

    • This reply was modified 5 years, 10 months ago by YITHEMES.
    Thread Starter steplab

    (@steplab)

    I’m referring to the Vendor Front Page. When I open the Vendor Front Page it use the default archive theme template “archive.php” (used for posts archive not for products) instead of the woocommerce archive theme template (archive-product.php). So is not displaing the box with Vendor details etc. So I need for the Vendor Front Page to force to use the woocommerce archive template instead of default archive.php theme template.

    • This reply was modified 5 years, 10 months ago by steplab.
    Thread Starter steplab

    (@steplab)

    I temporarily resolved editing my theme: archive.php file
    I added this on the top of the file:

    
    $is_vendor_page = class_exists( 'YITH_Vendors_Frontend' ) ? YITH_Vendors()->frontend->is_vendor_page() : false;
    if( $is_vendor_page ){
    
    //pasted content inside woocommerce/template/archive-product.php file
    
    }else{
    

    so closing the if at the end of the file.

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    Ok, do you have this problem with any standard theme?

    Thread Starter steplab

    (@steplab)

    My theme is “Edufication” developed by Theme Palace.

    Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    you should try if the issue persists with a standard WordPress theme, on contrary I suggest you to contact the theme developer to ask to include your fix so that you don’t lost the compatibility with YITH WooCommerce Multi Vendor.
    We’re here for any further question.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Vendor Profile not showing’ is closed to new replies.