Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Making the info boxes wider??


gupster

Recommended Posts

Got more store nearly right now. just one thing i would really like the info boxes to be about 25% wider, these include.

 

RIGHT HAND SIDE

Categories

Manufacturers

What's New?

Quick Find

Information

 

LEFT HAND SIDE

Shopping Cart

Reviews

Languages

Currencies

 

Also can i eaisly remove the languages and currencies boxes as i only have on of each??

 

Many Thanks

 

Adam

Link to comment
Share on other sites

Open /includes/application_top.php and change the value in this line to whatever you need:

 

define('BOX_WIDTH', 125);

 

To remove the boxes open /includes/column_right.php and delete/comment out the two include statements that call those files (languages.php and currencies.php)

Link to comment
Share on other sites

Cheers mate got the width sorted ok.

 

How do I comment out the boxes?? I thought you just put a star there * or is that .asp?? Didnt seem to work id rather comment it out incase i need it again, eaiser to put back.

 

Ive got this.

 

}

 require(DIR_WS_BOXES . 'reviews.php');

 if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {
include(DIR_WS_BOXES . 'languages.php');
include(DIR_WS_BOXES . 'currencies.php');
 }
?>

 

thanks mate

Link to comment
Share on other sites

You can comment them out like this

//require(DIR_WS_BOXES . 'reviews.php');

or just enclose the whole block of code with /* and */.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...