pgmende Posted October 5, 2007 Share Posted October 5, 2007 Hello! I'm totally new in working with PHP and osCommerce, but I installed osCommerce successfully on our webspace. First I deleted the default products and tried to create a new one. In the MySQL-Database I can see the item in the tables "products" an "products_description". And when I reload the shop I can see the product on the start page in the box "New Products" (or "What's New"? - I'm running the Shop in german). But when I click on the product link there comes a message "product not found". And in the admin menu of osCommerce you can't see that item. So what am I doing wrong? What tables MUST be filled to see products in the admin menu and in the detailed view in the shop? The manufacturers table is filled... Thanks a lot in advance! Andreas Link to comment Share on other sites More sharing options...
pgmende Posted October 5, 2007 Author Share Posted October 5, 2007 OK, one issue I found by myself: I removed the english language 'cause we only have german customers (no int'l shipping), so the shop should be only available in german. I installed the contrib "Excel Import" and loaded some products with that. The items now appear in the admin menu (don't know why) and in the shop only when I change the language to "en" (in the link). But can someone tell me how to configure (I guess) the excel.php to load the items in german language? Link to comment Share on other sites More sharing options...
dessa Posted October 5, 2007 Share Posted October 5, 2007 OK, one issue I found by myself:I removed the english language 'cause we only have german customers (no int'l shipping), so the shop should be only available in german. I installed the contrib "Excel Import" and loaded some products with that. The items now appear in the admin menu (don't know why) and in the shop only when I change the language to "en" (in the link). But can someone tell me how to configure (I guess) the excel.php to load the items in german language? i gut same issue, u need to look in to the database and see what number your language have. go to excel.php line $v_language_id = 1; // returned to default by Jason //$items[2];//CATEGORIES_DESCRIPTION.language_id //DEFAULT =1 :) thats all i know :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.