Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Right colum edit


KaoticSnow

Recommended Posts

Posted

I was wondering how to take some boxes off the right colum, I ony need to work with one Currency so I have no need for the Currencies box.

Posted

in catalog/includescolumn_right.php locate this code

include(DIR_WS_BOXES . 'currencies.php');

and change it to this

// include(DIR_WS_BOXES . 'currencies.php');

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

ok, if i want to remove the currencies and language I could comment out the entire if statement like this

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

correct? just makin sure befor i atempt it

Archived

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

×
×
  • Create New...