Hiding the Leave a Review and Customers Review section on a specific product

  • Posts: 34
  • Thank you received: 2
  • Hikaserial Subscription Hikashop Business
1 year 8 months ago #352364

-- HikaShop version -- : 4.7.3

Hello,

Is there a way to hide the Leave a Review and Customers Review section on a specific product (or for an entire category) but keep it for tohers?

Thank you,

Julien

Please Log in or Create an account to join the conversation.

  • Posts: 83326
  • Thank you received: 13473
  • MODERATOR
1 year 8 months ago #352367

Hi,

Yes. You can use CSS code to hide that area:

#hikashop_comment_form {
    display: none;
}
And if you want to do it only for the products of a category, you can use instead this CSS:
.hikashop_product_of_category_xx #hikashop_comment_form {
    display: none;
}
where xx is to be replaced by the id of the category you want to target.

Please Log in or Create an account to join the conversation.

  • Posts: 34
  • Thank you received: 2
  • Hikaserial Subscription Hikashop Business
1 year 8 months ago #352383

thank you will try that. Would:

.hikashop_product_of_category_xx #hikashop_comment_form {
display: none;
}

hide it for products within subcategories of the category listed in the CSS above?

Please Log in or Create an account to join the conversation.

  • Posts: 83326
  • Thank you received: 13473
  • MODERATOR
1 year 8 months ago #352386

Hi,

No. The category must be directly linked to the product.

Please Log in or Create an account to join the conversation.

Time to create page: 0.051 seconds
Powered by Kunena Forum