opencart / opencart

A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.

Home Page:https://www.opencart.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[4.0.2.3] Product Review Issue

kazimshawon opened this issue · comments

[4.0.2.3]

On catalog->controller->product->review.php page
Line number 88
there is product model loaded but model folder is wrong it should be :

$this->load->model('catalog/product');
and
$product_info = $this->model_catalog_product->getProduct($product_id);
Capture

Already fixed in the master branch for the upcoming 4.0.2.4.