
Show attributes of products in category page Opencart 2.0+ and 3.0+
This opencart tutorial shows how to show attributes of products in category page in Opencart 2.0 and Opencart 3.0.3.2 we will provide OCMOD and VqModafter some time: Open catalog/controller/product/category.php and find following code: Now add one line in it 'attribute_groups' => $this->model_catalog_product->getProductAttributes($result['product_id']), then the products array will be like below: For OpenCart 3.0+ Now open [...]