Quote Originally Posted by mc12345678 View Post
The message provided indicates that whatever is being used for your "unique record" is not present in the first line of the file... By default that field header is: v_products_model
By making changes in the configuration menu, it is possible to instead change to using: v_products_id
By way of code, there is an observer that can be used to select/use a completely different primary key.

Note that again, this "primary key" is what ties the data being imported to the record(s) in the database. Depending on what is used for the primary key, multiple database records may be affected. For example, if there was a word within the products description that was used as a "primary key", then every record that has that word would be impacted by importing a row of data with that word. This is why when using v_products_model if more than one product has that exact model designation that import of a record with that model designation will affect all such product.

As far as the reference to using/not using the prefix "v_", that is associated to identifying other product table fields that are to be used in the import/export. The place where the "v_" is omitted is within the configuration settings for the User Defined Products fields... When entering/adding such fields within the configuration menu, they should be added using whatever the field is actually called in the products table.

Perhaps the above helps? It may be of assistance to provide the configuration settings and other pertinent information to get to your solution.
adding the v_ prefix has got it working for me

Few slight issues though sadly if you can assist with any of these i'd be eternally grateful :) ..

1. The gtin field isn't being populated on my end even though its showing in the feed from supplier as "v_gtin". ive also tried it as "gtin" to no avail. after thought as typing should i try "v_products_gtin" it displays on my product listing with field name "gtin" and ive added it to the easy populate configuration (as shown in image below)

2.The supplier gives url's for the images but they also have not populated using "v_products_image"

3. I added the extra field support for the field "Condition" -as shown below, (ie new, used) however, i see it is showing on the page where you upload the feed file as the following...

User Defined Products Fields:
gtin: TRUE
Condition: FALSE

This would cause issues on google unless i set my merchant centre to assume items as new if not specified so number 3 i can live without solving for now


Click image for larger version. 

Name:	fields.jpg 
Views:	58 
Size:	9.9 KB 
ID:	19715