wondernet Posted April 5, 2004 Posted April 5, 2004 Have done a few searches but not found a solution, anyone help me please. I want to change the style of the info boxes (categories, specials, etc) to something different that will fit into the site. It doesn't matter if it's generated in php or I have to specify the HTML in each info box but need it look like this; Any help as to how I make these changes??
wondernet Posted April 5, 2004 Author Posted April 5, 2004 Have found this contribution - http://www.oscommerce.com/community/contri...ons,1702/page,3 - but is showing an error; Fatal error: Cannot redeclare mws_header() (previously declared in /home/fhlinux194/w/wondershop.co.uk/user/htdocs/includes/mws_functions.php:9) in /home/fhlinux194/w/wondershop.co.uk/user/htdocs/includes/mws_functions.php on line 9 See error on the page here; http://domain572250.sites.wonderhost.co.uk/index.php
Guest Posted April 5, 2004 Posted April 5, 2004 It looks as though you have reused a part of the new code that only should be called once, hence the error - look for the second instance in your code that calls the function on line 9 of mws_functions.php - it must go :D Matti
wondernet Posted April 5, 2004 Author Posted April 5, 2004 Don't understand this. It's only in the 'index.php' script. Check any other page and it's fine - http://domain572250.sites.wonderhost.co.uk...?products_id=25. The contribution came with all the other scripts changed but did not alter the 'index.php'.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.