Hey,
I would like to be able have the Categories box with images in. So you would have a your category name and then category image next to it
Is there any way of doing this?
Please help
Thanks in advance Zenners!
Hey,
I would like to be able have the Categories box with images in. So you would have a your category name and then category image next to it
Is there any way of doing this?
Please help
Thanks in advance Zenners!
Due to the fact that Zen Cart creates these dynamically - there is not an easy way to this and maintain the ablity to add change categories in the future. If you know that these will not change and if you are then willing to maintain the code in the event a change is required - you can hard code these and add an image or make them images.
Zen-Venom Get Bitten
Thanks for the reply, Yep I think the catorgies will be staying the same. So I do I handcode them in. Which files e.t.c?
Thanks in advance!
Start by configuring Zen Cart to the point that you have them square as you want them then load your home page and view your source an look for <!--// bof: categories //-->
Copy all the links that you will need for your hand coding then using the override system and your template make a copy of the includes/templates/template_default/sideboxes/tpl_categories.php file
Now replace the contents with your code and upload to your template override folder for this file
Zen-Venom Get Bitten