I have a .txt datafeed, how can I use it to put products on my site? (apologies if this is in the wrong forum)
Can you give some more info? From what you have said, I think this is what you mean: You have a .txt file called "data.txt" say. The contents of "data.txt" look like this: 1:Black Shoes:$45.95 2:Blue shoes:$55.95 And you want to open this file and display products on the site using this data. Is this correct?