Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

language deleted - no items in catalog


Guest

Recommended Posts

hi,

i deleted english language because I want my shop only in german. after that my shop still worked from the frontend point of view. but when i go to catalog -> category, items in the admin menu i cannot see any entries. same thing when i create new ones.

 

 

btw what do i have to comment in index.php to get rid of the language selection box? and what for the new products random image on the left side?

 

 

thans for any hints

mat :thumbsup: :thumbsup:

Link to comment
Share on other sites

btw what do i have to comment in index.php to get rid of the language selection box?

In you catalog/include/column_right.php:

 

find:

include(DIR_WS_BOXES . 'languages.php');

Replace with:

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

Regards,

 

Nacer.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...