Hi If anyone uses Opencart and can help me with the 4 small things, I will pay $15 to the first person to help me sort it, payment paid via paypal. I don't need anyone to do the work for me just which files to edit. code to edit 1) The search drop down has words Apple and Canon pre-entered, how do I change these? 2) On the products page there is a Video tab, how do I remove this? 3) The En currency box is too far apart from the others how can I line it up? 4) On Category page, how do I remove "Default sort by and sort by number section? Thanks In Advance. D
http://forum.opencart.com/viewtopic.php?f=23&t=43171 Need a link to resolve the other stuff but you can simply hide stuff with a quick bit of CSS. Nigel
My answers are in bold. Firstly backup everything first. See if you can change any setting in the admin panel before trying to change anything manually. Failing that, most templates can be adjusted by hand using notepad ++ or even live on the server. Viewing the source code of your site, will always help to find what divs are around the stuff you want to edit, and this makes it easier to identify in the template the regions you are editing. Good luck.