• Resolved jaykrishnan

    (@jaykrishnan)


    Hi,

    I want to hide the Store Name below the Add to Cart button and just showing the Rating Star only in the center align on shop page.

    Appreciate your time and cooperation.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Kindly add this line to your site –

    add_filter( 'wcfmmp_is_allow_archive_product_sold_by', '__return_false' );

    Thread Starter jaykrishnan

    (@jaykrishnan)

    Hi,

    Thank you very much for the support. The snippet working perfectly. But its hide the Rating Star also.

    I need to show the Rating Star Only instead of hide both Store Name & Rating Star.

    Appreciate your cooperation and help.

    • This reply was modified 4 years, 1 month ago by jaykrishnan.
    Plugin Author WC Lovers

    (@wclovers)

    I need to show the Rating Star Only instead of hide both Store Name & Rating Star.

    – It’s not possible to show only store rating.

    But it’s possible to show only store name without rating.

    Thread Starter jaykrishnan

    (@jaykrishnan)

    Hi,

    Thank you for the feedback.

    As mentioned, how to show only Store Name without Rating?

    In my suggestion, it great to have show the Store Rating without Store Name so that Admin can give equal opportunity to all the vendor based on rating by customer. I hope wclovers product team can consider my suggestion for future version.

    Appreciate your time and support.

    Plugin Author WC Lovers

    (@wclovers)

    As mentioned, how to show only Store Name without Rating?

    – Only add this line and remove previous snippet –

    add_filter( 'wcfmmp_is_allow_sold_by_review', '__return_false' );

    Thread Starter jaykrishnan

    (@jaykrishnan)

    Hi,

    Thank you for the support and time. The snippet working just like that. Really appreciate your cooperation.

    Plugin Author WC Lovers

    (@wclovers)

    Welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide Store Name below Add to Cart’ is closed to new replies.