im useing v1.5.1.1 on my product page its show only the last 5 reviews how can i Chang it to show more then 5 reviews on a page ?
thanks in advanced
thanks in advanced
If the solution from the post above doesnt work for you try this one. You said it only shows five specifically and the reference to that number is in the file mentioned below.
Folder path via ftp: catalog/controller/product/product.php
The code that needs modification is in the file thats in bold.
Modify this line:
Good luck!
- Christian
Folder path via ftp: catalog/controller/product/product.php
The code that needs modification is in the file thats in bold.
Modify this line:
Code: Select all
$results = $this->model_catalog_review->getReviewsByProductId($this->request->get['product_id'], ($page - 1) * 5, 5);
- Christian
My Extensions
OpenCart Developer (OCD) Tools
Donate - If I ever helped you.
Thanks dude. I forgot about the control call lol.mandamexico wrote:If the solution from the post above doesnt work for you try this one. You said it only shows five specifically and the reference to that number is in the file mentioned below.
Folder path via ftp: catalog/controller/product/product.php
The code that needs modification is in the file thats in bold.
Modify this line:Good luck!Code: Select all
$results = $this->model_catalog_review->getReviewsByProductId($this->request->get['product_id'], ($page - 1) * 5, 5);
- Christian

Who is online
Users browsing this forum: No registered users and 13 guests