Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removal of boxes from front page


JemCraft

Recommended Posts

Please can someone tell me how to remove the following 3 boxes from my front page? I thought I had done it, but am now left with the following instead!

 

---------------------------------------

BOX_HEADING_INFORMATION

 

BOX_INFORMATION_SHIPPING

BOX_INFORMATION_PRIVACY

BOX_INFORMATION_CONDITIONS

Contact Us

---------------------------------------

 

BOX_HEADING_LANGUAGES

 

---------------------------------------

 

BOX_HEADING_CURRENCIES

 

GBPound

 

---------------------------------------

 

Many thanks

Jemma

Link to comment
Share on other sites

Go to either column_left.php or column_right.php and 'rem' out the entries, like so:

 

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

 

This will stop the boxes appearing, but will leave them in place should you need them in future. The edits you have already done I would reverse - they are not necessary and all you needed to do was as shown above. If you undo those edits now then the boxes will be ready for use if you decide to use them in future.

 

Vger

Link to comment
Share on other sites

Go to either column_left.php or column_right.php and 'rem' out the entries, like so:

 

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

 

This will stop the boxes appearing, but will leave them in place should you need them in future.  The edits you have already done I would reverse - they are not necessary and all you needed to do was as shown above.  If you undo those edits now then the boxes will be ready for use if you decide to use them in future.

 

Vger

 

 

Fantastic, all sorted - many thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...