2. Disabling Reviews for Specific Products Title: Greater Control with Selective Review Disabling #12301
hknkuvan
started this conversation in
Show and tell
Replies: 1 comment
-
You don't need to add additional fields to schema, you can use metadata to add a flag for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A new feature has been introduced to allow administrators to disable reviews for specific products directly from the admin panel. This provides better control over product pages and aligns with diverse business requirements.
Implemented Changes:
Added a reviews_enabled attribute to the database schema.
Updated backend logic to prevent reviews for disabled products.
Enhanced the admin panel with an intuitive toggle for enabling/disabling reviews.
Updated the frontend to conditionally display the review section.
Beta Was this translation helpful? Give feedback.
All reactions