Guest Posted September 24, 2002 Posted September 24, 2002 I am finding that the titles in the product list pages is very hard to read. Can someone please goto http://magic.1hostplus.com and take a look. If you can help me it would be great. thanks
Mark Evans Posted September 24, 2002 Posted September 24, 2002 I am finding that the titles in the product list pages is very hard to read. Can someone please goto http://magic.1hostplus.com and take a look. If you can help me it would be great. They look ok from here :) Mark Evans osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops) --------------------------------------- Software is like sex: It's better when it's free. (Linus Torvalds)
dms Posted September 24, 2002 Posted September 24, 2002 side note: how did you remove the language and currency boxes on your osc 2.2....thats exactly what i want on mine! ;) just trying to find the best way to do it... j
dynamok Posted September 24, 2002 Posted September 24, 2002 to remove the two boxes go to column_right.php in catalog and edit: if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { //include(DIR_WS_BOXES . 'languages.php'); //include(DIR_WS_BOXES . 'currencies.php'); All you're doing is commenting out INCLUDE by putting // in front of it. You can do that with any box. You can also move boxes from column_right to column_left by copying the lines. Hope that helps.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.