I have a customer that wants to change his sidebox so it says Our Products instead of Categories (since he only has one category) where and how do I go to change this?
I have a customer that wants to change his sidebox so it says Our Products instead of Categories (since he only has one category) where and how do I go to change this?
Look in includes -> languages -> english.php
Find this line:
Change the portion in red to whatever you need.Code:define('BOX_HEADING_CATEGORIES', 'Categories');
Save the modified file to includes -> languages -> YOUR_TEMPLATE and upload it to your server.