• Resolved vfdornelas

    (@vfdornelas)


    I need to put the rating stars above the price on the single product page.

    With the hook below, I can add above the price, but I can’t remove the stars from the original location.

    That is, the stars appear in two different positions.

    What would be the correct hook to remove the stars from their original position?

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_rating', 10 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_rating', 3 );
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cusrev

    (@ivole)

    Thanks for getting in touch!

    It looks like this should be a question for the WooCommerce support forum since the hooks you mentioned come from WooCommerce and not from our plugin.

    If I didn’t understand you correctly, please let me know.

    Plugin Support cusrev

    (@cusrev)

    We haven’t heard from you for more than two weeks. For this reason, I’ll assume that either you are not interested in this question/problem anymore or it has been resolved. If this is not the case, please let us know and we’ll be happy to help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hook to remove rating stars on single product page.’ is closed to new replies.