fruitbat Posted February 4, 2008 Posted February 4, 2008 Hello, I'm a little stuck as to how to go about editing my product listings, essentially all I'd like to do is: (1) Replace the alternating grey and white background with all white (2) Remove the "manufacturer" from the product listing header (3) Remove the click to enlarge link from the product details page Hopefully I'd have had time to make a few more improvements before you take a look, I'm quite new to this and not really a php expert! It's here: www.copybits.co.uk/catalog Some other things I've been struggling with (if you don't mind reading this bit as well) are: (1) Finding a way to not type in co.uk/catalog to get to the catalog (does that make any sense?) (2) Remving the "top" link from the header nav bar (3) Adding two new links to the header nav bar and their corresponding pages e.g. About Us (4) Installing the newsdesk - I've had at least two days of no success at all on that one!!! Anyway, hope somebody can help with some of this. All the best, Jo
Bushmaster Posted February 4, 2008 Posted February 4, 2008 Hello, I'm a little stuck as to how to go about editing my product listings, essentially all I'd like to do is: (1) Replace the alternating grey and white background with all white (2) Remove the "manufacturer" from the product listing header (3) Remove the click to enlarge link from the product details page Hopefully I'd have had time to make a few more improvements before you take a look, I'm quite new to this and not really a php expert! It's here: www.copybits.co.uk/catalog Some other things I've been struggling with (if you don't mind reading this bit as well) are: (1) Finding a way to not type in co.uk/catalog to get to the catalog (does that make any sense?) (2) Remving the "top" link from the header nav bar (3) Adding two new links to the header nav bar and their corresponding pages e.g. About Us (4) Installing the newsdesk - I've had at least two days of no success at all on that one!!! Anyway, hope somebody can help with some of this. All the best, Jo Getting rid of the catalog is the easy one. The best way would be to doownload everything in the catalog/ folder. Then delete that folder from host and upload all files and folders to the copybits.co.uk directory. Then in both your configure.php files remove catalog from all the lines that have catalog in them. example define('HTTP_SERVER', 'http://www.copybits.co.uk/catalog'); would become define('HTTP_SERVER', 'http://www.copybits.co.uk ');
fruitbat Posted February 4, 2008 Author Posted February 4, 2008 Thank you :) I'll try that this afternoon. Jo Getting rid of the catalog is the easy one. The best way would be to doownload everything in the catalog/ folder. Then delete that folder from host and upload all files and folders to the copybits.co.uk directory. Then in both your configure.php files remove catalog from all the lines that have catalog in them. example define('HTTP_SERVER', 'http://www.copybits.co.uk/catalog'); would become define('HTTP_SERVER', 'http://www.copybits.co.uk ');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.