Guest Posted July 24, 2003 Posted July 24, 2003 Ok I installed the shopping cart but I need some help configuring it. Can someone please help? Here is a list of things that Im trying to do: 1. Getting Rid of the "Languages" and "Currencies" boxes on the right 2. Getting Rid or replacing the gifs thats on the boxes (i.e. corner_left.gif, corner_right_left.gif) 3. Add another link under the "Information" box. I been trying to figure this out for the past couple days and its giving me a headache. If someone can help me please respond!!! Thank You! :D
Guest Posted July 25, 2003 Posted July 25, 2003 1. Getting Rid of the "Languages" and "Currencies" boxes on the right To do this open: Catalog :arrow: Includes :arrow: column_right.php ...and remove this code: if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } 2. Getting Rid or replacing the gifs thats on the boxes (i.e. corner_left.gif, corner_right_left.gif) To get rid of the gifs, open: Catalog :arrow: Includes :arrow: Boxes :arrow: (box you want to remove gif from) ...and look for this code: new infoBoxHeading($info_box_contents, true, false); ...and change the 'true' to 'false'. The gifs are located in: Catalog :arrow: Images :arrow: infobox ...to replace them, open them with your favourite paint software and change the colour of them. 3. Add another link under the "Information" box. Where do you want the link in the information box to go? -Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.