Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

3 easy look and feel configuration questions


nicogu

Recommended Posts

Posted

Hello to all. I'd appreciate your help with the following 3 look and feel problems I'm having.

 

1- How do I make the categories box wider?

2- Where do I set the font size for the "Notifications" and "Comments" boxes?

3- I'm using only one language and only one currency on my site. How do I got rid of the "Currency" and the "Language" boxes on the right?

 

For all of these questions I've tried the "stylesheet" with not much success. Maybe I'm looking in the wrong place.

 

Any help would be appreciated.

 

Thanks,

 

Nick

Posted

You can comment out the languages and currency boxes in column_right.php like so:

 

 

/*if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {

include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

}

*/

 

Give me a second and I'll find the column widths.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

The box widths are lines 58 & 59 of application_top.php

 

The rest of what you need will be here: http://wiki.oscommerce.com/docs

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

Alan,

 

Thanks for your fast response and forgive my ignorance.

 

I haven't been able to find lines 58 & 59 of application_top.php. Could you please cut and paste the line where the info is?

 

Thanks

 

Best,

 

Nick

Posted

// customization for the design layout

define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125)

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Archived

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

×
×
  • Create New...