AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: sam on July 06, 2013, 01:29:09 PM

Title: Missing relation ID language_id for update_or_insert action in table product_des
Post by: sam on July 06, 2013, 01:29:09 PM
inserting products.csv after making column additions/data per documentation,.getting " Missing relation ID language_id for update_or_insert action in table product_descriptions. Skipping." After import attempt. Products do not show up in storefront. ( i did create an 'action" column with "insert" in cell data ) any idea how to fix ?
Title: Re: Missing relation ID language_id for update_or_insert action in table product_des
Post by: abantecart on July 06, 2013, 07:02:28 PM
Did you add correct language_id  ?
Usialy product_descriptions[0].language_id is 1 for English.



Title: Re: Missing relation ID language_id for update_or_insert action in table product_des
Post by: sam on July 07, 2013, 12:31:49 AM
Missed that., thought  from sample product wasn't necessary forit wasleft open/blank in csv. I had been concentrating on resource_descriptions[0][0][0].language_id      = 1 and resource_descriptions[1][0][0].language_id      = 1 .....Thank you, I'll be over in the corner of shame, working on a new csv file.