List out all reviews of products in OpenCart module -by Rupak Nepali
Click Image for Gallery
List out all reviews of products in OpenCart module. This modules help in cross selling by viewing the reviews. It list the product name, small description of product, star rating given to the product and the reviews details and the reviewer name and date with the links to view all the reviews and the link to go to product detail page.
DEMO
http://www.bankofneopia.com/index.php?route=product/allreviews
Email us at rupaknpl@gmail.com know if you need any kind of customization in opencart.
OpenCart Module Development Tutorials
OpenCart Flow
- Introduction and table of Contents
- Why OpenCart?
- Features of OpenCart
- Prerequisites
- Downloading example code
- Installing OpenCart
- Steps to create custom URL to work locally
- Describing folders and files of OpenCart
- OpenCart Code flow
- Request and Response in OpenCart
- Database table schema
- OpenCart Library Global Methods
Making Hello World Module
Admin files created to make hello world module
Front end files created to make hello world
Making Advanced Featured Module
- Configure and show how our featured module works
- Explore the code used in Featured Module
- Admin Controller code description of featured module
- Admin language code description of featured module
- Admin template code description of featured module
- Catalog Controller code description of featured module
- Catalog template and language code description of featured module
Make Advanced Featured Module admin section
- Show demo how Advanced featured module works
- Install newly created module and activate, configure and set it to show at front end.
- Make Advanced Featured Module Admin end section
- Make Advanced Featured Module front end section
Workflow or markup to make Testimonial management.
Admin files created to make Testimonial Management
- Form Creation (edit and insert)
- Listing page creation
- Language file creation
- Model Creation
- Template file creation
- Links to listing page added in primary menu through use of OCMOD
Front end files creation
- Controller creation
- Model Creation
- Language file creation
- Template file creation