Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

nauwgi

Archived
  • Posts

    39
  • Joined

  • Last visited

Profile Information

  • Real Name
    Gino

nauwgi's Achievements

  1. Ok .. specifying this format in the spreadsheet does the trick /[subfolder]/[image_name]
  2. Now that I got the EP working, my next problem are the pictures that go with the product. Rather vague as a description isn't it? So let me try and explain what am trying to accomplish and perhaps someone has encountered the same situation and (hopefully) found a solution to this. Below is an extract from the spreadsheet listing the image v_products_model v_products_image v_products_name_4 v_products_description_4 v_products_url_4 v_products_name_1 v_products_description_1 DWWI070 Dwwi070.jpg Hybrid Wood Wilson Men’s ProStaff DC Hybrid Wood with Graphite Shaft www.wilson.com Hybrid Wood Wilson Men’s ProStaff DC Hybrid Wood with Graphite Shaft This image is inserted into the shop without any problems because the picture (DWWI070.JPG) is located in the default images folder. However since we are talking about a lot of products from different suppliers, I'd like to get the pictures organized in a folder per supplier. So for instance, pictures of products from supplier wilson should be located in images\wilson. When I however use this location in the spreadsheet, no pictures shows up when uploading data to the database. I tried with different formats, i.e. \images\wilson\DWWI070.jpg, images\wilson\DWWI070.JPG, \wilson\DWWI070.JPG etc. None of these get me the picture. Does anybody have an idea if above is possible and if so, how this can be accomplished? Tks
  3. I figured the first one out. I had import.txt also sitting in the catalog\temp folder. I moved it into another location and the only thing left as an error now is the no products_model field in record error (although from looking at the DB entry, this field can be left blank.. So don't understand what causes this error??
  4. I finally got some sort of EP import running. Using 1 article the import module works ok. when importing more products, it gives me an error message Warning: move_uploaded_file(C:/xampp/htdocs/webshop/temp/import.txt) [function.move-uploaded-file]: failed to open stream: Permission denied in C:\xampp\htdocs\webshop\admin\easypopulate_functions.php on line 43 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\xampp\tmp\php42BF.tmp' to 'C:/xampp/htdocs/webshop/temp/import.txt' in C:\xampp\htdocs\webshop\admin\easypopulate_functions.php on line 43 File uploaded. Temporary filename: C:\xampp\tmp\php42BF.tmp User filename: import.txt Size: No products_model field in record. This line was not imported No products_model field in record. This line was not imported No products_model field in record. This line was not imported No products_model field in record. This line was not imported No products_model field in record. This line was not imported There are 5 lines in the text file, which matches above error message.. Anyone encountered this problem before ??
  5. I can't offer some help here, but I was hoping you could lend me a helping hand :blush: I am using EP version 2.76d and can download from the database into a csv file. I did this to have a reference file at my disposal where I could see what the format looks like. However when I add articles into this file and saves the file as a tab delimited txt file and tries to upload it to insert the articles into the DB, nothing happens. I get no error message or an indication that lines got inserted. Could it be that I need to make some more changes in the easypopulate.php file and if so, what are those changes? Any help/info you can give me would be highly appreciated. Cheers Gino
  6. Hello all, After having tried in vain to get easy populate to work, I reverted to another contribution which seemed promising. However, aftr having changed to csv_import.php module to suit my needs (removed it, de, etc and just kept dutch and english), I can't upload the csv or txt file nor (when i have copied it manually to the csv folder in admin) can I import it into the database. I checked the fields and they seem ok (see below example of contents of csv file) Category (id);Model;Name_nl;Name_en;Quantity;Image;Price;Weight;Active;Description_nl;Des cription_en;Tax Class (id);Manufacturer Name 12;TROL12;Trolley zelfsturend;Trolley self..;5;no_image.jpg;100,00;0,100;1;beschijving in het nederlands;beschrijving in het engels;1;WILSON when trying to import it, I don't get a warning message of any kind, it is just as if the routine is called but nothing else is done with it. I run OSCommerce 2.2 RC1. Does anyone have ideas on how to take this further? I really would like to have the possibility to insert the data via a text file. Thanks for your help
  7. I originally posted this in the general support forum, but I guess this question/problem is better placed here, so here goes Quote Hello everyone, I have in vain tried to install utlities that would allow me to upload articles directly into the sql database. The latest attempt I did was to install the easy populate contribution version 2.76d. Here are the steps I did to get it running a) I changed the easypopulate.php to reflect my store's directory (by default it is not called catalog, but webshop) I created a temp directory in /webshop and made sure the permissions were set to r/w I can acces the easypopulate screen in admin but when i select the option create EP export files (or even via the shortcuts), the program kicks in and seems to run without any errors, but no text file is generated in the temp directory. Has anyone encountered similar problems and what was done to overcome these? Thanks
×
×
  • Create New...