Only bullets are showing on OpenCart brand pages

Avatar
  • Answered
When I go to store or brands for example, under refine your search only bullet points are showing. I would like my categories to show up.
Avatar
BradM
Hi sbaldwin, The reason only bullets were being shown is because your OpenCart installation was missing code. I spent a bit of time tracing through the php files of OpenCart, and I was successfully able to find the code where all of this was happening. After some testing and debugging, I found the lines of code that were missing, and I updated them. After updating them, I see the "brands" section of your website now displaying correctly. I edited the following two files: 1. line 137 of catalog/controller/product/category.php 2. line 31 and 40 of catalog/view/theme/default/template/product/category.tpl Were you by chance working with the code directly, or did you have a developer edit the code? If your site is working after the changes I've made, now would be a good time to download a backup of your website just in case anything happens to it again in the future. If you have any further questions, feel free to post a comment at the bottom of this page. I'm more than happy to assist further. Thanks! - Brad