Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Please Help! Can't upload inventory


Guest

Recommended Posts

Posted

Please, I hate to sound so desparate, but I am.

 

I have installed easy populate. It downloads data alright, but it doesn't seem to upload it.

 

I am guessing my problem is in one of two areas: 1) Directory addresses or 2) file format.

 

What I am doing: Using Easy Populate, I downloaded two files:

Download Complete tab-delimited .txt file to edit

Download Model/Price/Qty tab-delimited .txt file to edit

 

I modified the quantities for all the inventory from '0' to '99' and tried to Upload EP File.

When I Insert into db I get the following report at the top left corner of the page:

File uploaded.

Temporary filename: /tmp/php8RoHxp

User filename: curinv.txt

Size: 23343

 

Until I used the setting in Reference (A) below, I never found a copy of the file I uploaded, now I find it in the downtown/tmp folder (downtown is the folder in which I have installed osC) (B) and © didn't work I tried other arrangements and names as well but didn't list them all.

 

I first started using the file created by 'Download Complete tab-delimited .txt file to edit'. When that wasn't working and after re-reading the instructions again, I started using 'Download Model/Price/Qty tab-delimited .txt file to edit'.

 

I loaded these files into MS Excell 2003 and changed the quantities for all the products from 0 to 99. References (D) through (G) contain sample rows of the files I actually used.

 

This is the last major step I need before taking my store live.

 

Thank you,

Buck

 

 

 

 

 

 

 

Reference:

 

(A)

// Please set DOCUMENT_ROOT to $DOCUMENT_ROOT in your /downtown/admin/includes/configure.php

$tempdir = "www.towncorp.net/downtown/tmp";

$tempdir2 = "www.towncorp.net/downtown/tmp";

 

(B)

// Please set DOCUMENT_ROOT to $DOCUMENT_ROOT in your /downtown/admin/includes/configure.php

$tempdir = "/downtown/tmp";

$tempdir2 = "/downtown/tmp";

 

©

// Please set DOCUMENT_ROOT to $DOCUMENT_ROOT in your /downtown/admin/includes/configure.php

$tempdir = "/tmp";

$tempdir2 = "/tmp";

 

 

(D) Long table Original

v_products_model v_products_image v_products_name_1 v_products_description_1 v_products_url_1 v_products_price v_products_weight v_date_avail v_date_added v_products_quantity v_attribute_options_id_1 v_attribute_options_name_1_1 v_attribute_values_id_1_1 v_attribute_values_name_1_1_1 v_attribute_values_price_1_1 v_attribute_values_id_1_2 v_attribute_values_name_1_2_1 v_attribute_values_price_1_2 v_attribute_values_id_1_3 v_attribute_values_name_1_3_1 v_attribute_values_price_1_3 v_attribute_values_id_1_4 v_attribute_values_name_1_4_1 v_attribute_values_price_1_4 v_attribute_options_id_2 v_attribute_options_name_2_1 v_attribute_values_id_2_1 v_attribute_values_name_2_1_1 v_attribute_values_price_2_1 v_attribute_values_id_2_2 v_attribute_values_name_2_2_1 v_attribute_values_price_2_2 v_attribute_values_id_2_3 v_attribute_values_name_2_3_1 v_attribute_values_price_2_3 v_manufacturers_name v_categories_name_1 v_categories_name_2 v_categories_name_3 v_tax_class_title v_status EOREOR

ESD10563P 52235244612.jpg ESD10563P Platinum Over Sterling Pendant Platinum plated over sterling silver # 1MOM pendant. Comes with one point genuine Diamond. Diamond is pave'set by hand. 16" inches long bead chain included. Boxed item 43.75 0.00 2005-10-14 00:00:00 2005-09-27 23:57:04 0 1 Stone Type 1 Amathyst 2 Clear CZ 3 Red Garnet 4 Garnet 2 Size 5 7 6 8 7 9 Sterling Platinum Over Taxable Goods Inactive EOREOR

 

(E) Long Table modified

v_products_model v_products_image v_products_name_1 v_products_description_1 v_products_url_1 v_products_price v_products_weight v_date_avail v_date_added v_products_quantity v_attribute_options_id_1 v_attribute_options_name_1_1 v_attribute_values_id_1_1 v_attribute_values_name_1_1_1 v_attribute_values_price_1_1 v_attribute_values_id_1_2 v_attribute_values_name_1_2_1 v_attribute_values_price_1_2 v_attribute_values_id_1_3 v_attribute_values_name_1_3_1 v_attribute_values_price_1_3 v_attribute_values_id_1_4 v_attribute_values_name_1_4_1 v_attribute_values_price_1_4 v_attribute_options_id_2 v_attribute_options_name_2_1 v_attribute_values_id_2_1 v_attribute_values_name_2_1_1 v_attribute_values_price_2_1 v_attribute_values_id_2_2 v_attribute_values_name_2_2_1 v_attribute_values_price_2_2 v_attribute_values_id_2_3 v_attribute_values_name_2_3_1 v_attribute_values_price_2_3 v_manufacturers_name v_categories_name_1 v_categories_name_2 v_categories_name_3 v_tax_class_title v_status EOREOR

ESD10563P 52235244612.jpg ESD10563P Platinum Over Sterling Pendant "Platinum plated over sterling silver # 1MOM pendant. Comes with one point genuine Diamond. Diamond is pave'set by hand. 16"" inches long bead chain included. Boxed item" 43.75 0 10/14/2005 0:00 9/27/2005 23:57 99 1 Stone Type 1 Amathyst 2 Clear CZ 3 Red Garnet 4 Garnet 2 Size 5 7 6 8 7 9 Sterling Platinum Over Taxable Goods Inactive EOREOR

 

 

(F) Short table original

v_products_model v_products_price v_products_quantity EOREOR

ESD10563P 43.75 0 EOREOR

 

(G) Short table modified

v_products_model v_products_price v_products_quantity EOREOR

ESD10563P 43.75 99 EOREOR

Archived

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

×
×
  • Create New...