Home Forums WoodMart support forum Adding Verified Badge to Review Author Name

Adding Verified Badge to Review Author Name

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #697492

    minubaltic
    Participant

    Hello,

    We are currently running the Woodmart theme on our e-commerce site and would like to clarify a specific UX/UI requirement regarding the product reviews module.

    Is there any native option, toggle, or predefined CSS/HTML hook within Woodmart that allows us to display a “verified purchase” badge next to the customer’s name in the reviews section?
    We want to add the badge manually or via custom CSS, even if the reviewer has not purchased the product through WooCommerce.

    If Woodmart does not offer a built-in setting for this, could you advise whether there is a recommended method or snippet (PHP filter, CSS class, or template override) that enables this functionality?

    Thank you in advance for your guidance.

    Best regards,

    #697605

    Hello,

    The review can be adjusted via Theme Settings -> Single product -> Reviews:

    We have the “Verified owner” badge option that marks reviews made by customers who bought the current product, with a special icon: https://postimg.cc/dhDXnWZH. Try to use it and let me know.

    Best Regards,

    #697889

    minubaltic
    Participant

    Hello,

    Thank you for your response. I am already aware of the default WooCommerce “Verified owner” option. However, my requirement is different, and I want to clarify it precisely.

    I need to display a custom “verified purchase” badge even for users who have not purchased the product. Therefore, I am looking for:

    Any hook, filter, or template file inside Woodmart that controls the rendering of the reviewer name and badge.

    Whether it is possible to override the default output and inject a custom badge manually.

    Or if Woodmart provides a dedicated CSS selector or HTML wrapper around the reviewer name that allows us to add our own badge via custom code.

    To summarize:
    I do not want to use the default WooCommerce verified badge logic. I want to add a custom badge programmatically or via CSS, independent of purchase status.

    Could you please confirm if Woodmart exposes any hook, template, or selector for this?

    Thank you.

    #697962

    Hello,

    Sorry to say, there are no direct options in the theme settings available for that because reviews are WooCommerce functionality.

    You find it in the file woocommerce/single-product-reviews.php

    You need to edit the theme files for this. All the customizations made in the theme files are at your own risk.

    Best Regards,

Viewing 4 posts - 1 through 4 (of 4 total)