gupster Posted February 14, 2007 Share Posted February 14, 2007 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 More sharing options...
jasonabc Posted February 14, 2007 Share Posted February 14, 2007 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) Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
gupster Posted February 14, 2007 Author Share Posted February 14, 2007 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 More sharing options...
Jack_mcs Posted February 14, 2007 Share Posted February 14, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.