Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do i delete contactinfo?


adelyn

Recommended Posts

how do i delete the contactinfo?

 

Do you mean the whole box?

If you want to remove a whole box from one of the side columns edit the appropriate

 

includes/column_left.php or includes/column_right.php

 

In the appropriate file..

Find the code that looks like this

 

<?php

require( DIR_WS_BOXES . 'categories.php');

require( DIR_WS_BOXES . 'whats_new.php');

require( DIR_WS_BOXES . 'search.php');

require( DIR_WS_BOXES . 'information.php');

?>

and comment out // or remove chosen box

eg

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

Hope this helps!

Hope this helps!

Link to comment
Share on other sites

Do you mean the whole box?

If you want to remove a whole box from one of the side columns edit the appropriate

 

includes/column_left.php or includes/column_right.php

 

In the appropriate file..

Find the code that looks like this

 

<?php

require( DIR_WS_BOXES . 'categories.php');

require( DIR_WS_BOXES . 'whats_new.php');

require( DIR_WS_BOXES . 'search.php');

require( DIR_WS_BOXES . 'information.php');

?>

and comment out // or remove chosen box

eg

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

Hope this helps!

 

i ment the customerinfo in the adressbook so i can reomve, phonenumber, faxnumber and contry...

Link to comment
Share on other sites

  • 1 year later...

Archived

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

×
×
  • Create New...