Jump to content

[Resolved] Importing csv file into Store


bosanci28

Recommended Posts

Hello,

So i was trying to upload/import a new csv file to my store and made a backup copy to the database and the exported csv file.

Then i did the import for about 30 items/products and then when i went back to the site,not sure what happen but all my product where gone!.

So based on this picture:

15qryid.png

Bellow at those to boxes ,what do i need to check or i don't? 

What i am doing is : updating with new products to my site that don't exists! So i am not updating stock or whatever i have ,all i am doing

is adding new stuff.

So do i check those 2 boxes or no,or one of them?

 

Thanks for any advice.

Regards. 

Link to comment
Share on other sites

Of the two options shown at the bottom of the selectors list, having checked "Replace existing inventory" means that CubeCart will first delete all records (that is, the SQL command TRUNCATE) in the following tables:

            'CubeCart_inventory',
            'CubeCart_image_index',
            'CubeCart_option_assign',
            'CubeCart_reviews',
            'CubeCart_category_index',
            'CubeCart_inventory_language',
            'CubeCart_options_set_product',
            'CubeCart_pricing_quantity',
            'CubeCart_pricing_group',

To insert more inventory while keeping the existing inventory, make sure this option is not checked.

Link to comment
Share on other sites

So just to clear my self... for adding new inventory (under new categories,new pictures,new items)

CSV has column headers > check box.

Replace existing inventory > do not check box.

 

Thank you!...

Edited by bosanci28
Link to comment
Share on other sites

Only if the file has a first row that is not inventory data. For example:

Name, Desc, Price, Sale
Fort, Snow, 10.00, 9.00
Ball, Blue, 11.99, 8.99

This CSV file has a first row that does not have data pertaining to inventory to be added. The first row has 'column headers'. In this case, the checkbox is checked.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...