Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

hiding the languages box


sheltonjb

Recommended Posts

hi, can someone tell me how to hide the box completely? i've removed the other lnaguages and it seems a bit pointless keeping the box there, nut would just like to 'comment it out' if there's a wat? so that i can perhaps bring the lnaguages options back at a later date..

 

thanks for your help.

Shelton Brown

Web/Graphic Designer

Link to comment
Share on other sites

In "vanilla" osC there's a line in /catalog/includes/column_right.php

 

	include(DIR_WS_BOXES . 'languages.php');

Just change it to:

 

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

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

hi, can someone tell me how to hide the box completely? i've removed the other lnaguages and it seems a bit pointless keeping the box there, nut would just like to 'comment it out' if there's a wat? so that i can perhaps bring the lnaguages options back at a later date..

 

thanks for your help.

 

http://guide.oscdox.com/OSCdox_Guide.htm#Modification_Guide/Exercises/Exercise_3_Learning_the_Side_Block_System.htm

 

The link above will help you out.

 

You can comment it out if you'd like.

 

- Rich

Link to comment
Share on other sites

In "vanilla" osC there's a line in /catalog/includes/column_right.php

 

	include(DIR_WS_BOXES . 'languages.php');

Just change it to:

 

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

 

perfect dude, thanks very much

Shelton Brown

Web/Graphic Designer

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...