• Resolved leans7

    (@leans7)


    I’m looking to comment out a line of information from the seller information tab on a specific product. Where would I be able to locate this?

    Thanks very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter leans7

    (@leans7)

    Correction: i want to remove “No ratings found yet!” under the Vendor Info tab on the single product page – in all instances, not one specific product.

    thanks again

    Hello @leans7,

    On the vendor info tab, all the vendor information is coming from a single function and it is not possible only to remove the rating part but you can use CSS to hide that rating section.

    However, code for this vendor info tab can be found here- wp-content/plugins/dokan-lite/includes/functions.php and the function name is dokan_product_seller_tab

    Thanks!

    Thread Starter leans7

    (@leans7)

    thank you. i removed below from wp-content/plugins/dokan-lite/templates/global/product-tab.php

    <li class=”clearfix”>
    <?php echo wp_kses_post( dokan_get_readable_seller_rating( $author->ID ) ); ?>

    works perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alter Vendor Info Tab’ is closed to new replies.