Product Reviews Page
The add-on extends the standard product reviews feature and adds a dedicated page with all product reviews. It stores extra review fields, supports photos, and shows the review together with product data and the administrator reply.
What it adds
- the `product_reviews.view` page with all product reviews;
- the `social_link`, `city`, `main_image`, and `admin_answer` fields;
- image uploads for reviews and a gallery with thumbnails;
- administrator replies inside the review card.
How it works
During installation, the add-on adds the required review fields through migrations and keeps existing reviews intact. Hooks extend the review queries and load images from `discussion_img/<post_id>/` together with separate thumbnails.
On the storefront, reviews are displayed as a separate feed with the date, product, photos, and additional fields. LightGallery is used for image viewing.
Where to find it
- Marketing → Comments and reviews — review management.
- Design → Layouts — the `product_reviews.view` page.
Detailed instructions are available in INSTRUCTION.
- Store Builder
- Store Builder Ultimate
- Multi-Vendor
- Multi-Vendor Plus
- Multi-Vendor Ultimate
- Buyers
- Owners
- English
- Русский
- 4.21.X
- 4.20
- 4.19.X
- 4.18.X
- 4.17.X
- 4.16.X
- 4.15.X
- 4.14.X
- 4.13.X
- 4.12.X
Instructions for Product Reviews Page
Installation
- Open Add-ons → Manage add-ons.
- Install and enable the Product Reviews Page add-on.
- After installation, the add-on runs migrations and adds any missing review fields.
What the add-on does
The add-on extends standard product reviews and adds a page with all product reviews. It stores extra review fields, shows review photos, and displays the administrator reply together with the product data.
How to work with reviews
- Create a product review using the standard CS-Cart flow.
- Fill in the extra fields: city, link, and, if needed, the main image.
- Add photos to the review.
- Open Marketing → Comments and reviews to moderate the review and add an administrator reply.
How to verify the result
- Open the product_reviews.view page.
- Check that reviews are listed together with the product and the date.
- Make sure the photos open in the gallery and the thumbnails are displayed correctly.
- Check that the administrator reply is visible in the review card.
Files and entry points
app/addons/csc_product_reviews/func.php— installation and migrations.app/addons/csc_product_reviews/hooks.func.php— review query extensions and image handling.app/addons/csc_product_reviews/controllers/frontend/product_reviews.php— reviews page.design/themes/responsive/templates/addons/csc_product_reviews/views/product_reviews/view.tpl— review feed output.
Removing the add-on should not delete review data: the migrations are intentionally safe.
Changelog
v1.1.2 08.09.2026
[!] Moved module field installation to safe migrations without deleting data when the add-on is removed.
[*] Updated the add-on template.
v1.1.1 from 2023-05-15
[*] Added licensing.
Legend:
[+] Added
[-] Removed
[*] Changed
[!] Bug fixed
Here you can share your opinion and evaluate our work.
Your feedback helps us become better and offer you even better service.