Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product List titles hard to read


Guest

Recommended Posts

Posted

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

Posted
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)

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...