Display Part Number (Model) on Category Page – Opencart
- Go to the catalog controller page: catalog/controller/catalog.tpl
- Find the line: ‘name’ => $result[‘name’],
- Insert another line below this: ‘model’ => $result[‘model’],
- Now you can echo the model on your main category template page.
Leave a Reply
Want to join the discussion?Feel free to contribute!