XML attributes not correctly imported
-
Ok here is a snippet of XML code that im trying to import
https://privatebin.net/?82828e2919c734f4#5N6GZFiyh4ipfLasr6CCGDAJhP4b6w9GcC8rmoTJozL7
Now the main problem is that within this snippet I want only 2 products after importing with all of its variations. Because within it I only have two unique <TITLE> spanning every <PRODUCT>
The best I could get is only 2 products with only one Type and Color, Sizes variations work correctly. Type and Colors are the last ones of the Products in XML snippet so I’m guessing importing them overrides them all to the last color and type. Is it at all possible to have them appended not overridden?
Thanks in advance
- You must be logged in to reply to this topic.