hi
in opencart 4023 add review has error in line 88and 89 in catalog/controller/product/review.php
$this->load->model('product/product');
$product_info = $this->model_product_product->getProduct($product_id);
it should be change to -->--------------------------------------------------------------------------------------------
$this->load->model('catalog/product');
$product_info = $this->model_catalog_product->getProduct($product_id);
in opencart 4023 add review has error in line 88and 89 in catalog/controller/product/review.php
$this->load->model('product/product');
$product_info = $this->model_product_product->getProduct($product_id);
it should be change to -->--------------------------------------------------------------------------------------------
$this->load->model('catalog/product');
$product_info = $this->model_catalog_product->getProduct($product_id);
https://www.opencart.com/index.php?rout ... ebskygroup
vertification mobile module login and register
Already fixed on the MB.mahdicomp wrote: ↑Sat Oct 28, 2023 1:43 pmhi
in opencart 4023 add review has error in line 88and 89 in catalog/controller/product/review.php
$this->load->model('product/product');
$product_info = $this->model_product_product->getProduct($product_id);
it should be change to -->--------------------------------------------------------------------------------------------
$this->load->model('catalog/product');
$product_info = $this->model_catalog_product->getProduct($product_id);
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Yup, this issue was raised a couple of times on the forum already. You can refer to this pull request here on GitHub which has been merged: https://github.com/opencart/opencart/pu ... 6cd30b8292mahdicomp wrote: ↑Sat Oct 28, 2023 1:43 pmhi
in opencart 4023 add review has error in line 88and 89 in catalog/controller/product/review.php
$this->load->model('product/product');
$product_info = $this->model_product_product->getProduct($product_id);
it should be change to -->--------------------------------------------------------------------------------------------
$this->load->model('catalog/product');
$product_info = $this->model_catalog_product->getProduct($product_id);
Check out our ever-growing list of extensions for OpenCart here.
Some useful extensions for a better admin experience: Image File Manager Pro • Drag & Drop Sort Order
Reach out to us at hello@softmonke.com for your OpenCart web development needs or feedback for our extensions.
Who is online
Users browsing this forum: No registered users and 3 guests