You are here:  » Only Importing One Product


Only Importing One Product

Submitted by PaulH on Fri, 2006-04-14 12:47 in

Great software, one minor thing is that after several attempts it seemd i can only import one product.
Had ago at debugging, but my php isn’t that good.
heres is some smaple xml

<product>
<programname>Bikebandits</programname>
<programurl>http://www.jamster.com</programurl>
<lastupdated>08/07/2005 02:06:39</lastupdated>
<name>LangToLang English Spanish Dictionary</name>
<keywords>"LangToLang English Spanish Dictionary Mobile software Std-Software A comprehensive word database and intuitive learning features make LangToLang the perfect tool for Tourists, Writers, Journalists, Students, International Business People, Academics and an"</keywords>
<description>"A comprehensive word database and intuitive learning features make LangToLang the perfect tool for Tourists, Writers, Journalists, Students, International Business People, Academics and anybody who sees the world as their oyster. Features include intuiti"</description>
<sku>215150050</sku>
<currency>USD</currency>
<saleprice>0.00</saleprice>
<price>5.99</price>
<retailprice>0.00</retailprice>
<buyurl>http://www.tkqlhce.com/click-1708896-10393145?url=http%3A%2F%2Fwww.jamster.com%2Fjiw%2Fgo%2Fsdl%2F%3Fsearch%3Dlangtolang%2520english%2520spanish%2520dictionary%26amp%3Bdisplay%3Ddirect_link</buyurl>
<impressionurl>http://www.tqlkg.com/image-1708896-10393145</impressionurl>
<imageurl>http://www.jamster.com/storage/view/us/en/application_midp/GermanEnglishSpanishDictio111111111211111.gif</imageurl>
<advertisercategory>Mobile software - Std-Software</advertisercategory>
<instock>yes</instock>
</product>
<product>
<programname>Jamster.com cell phone ringtones</programname>
<programurl>http://www.jamster.com</programurl>
<lastupdated>08/07/2005 02:06:39</lastupdated>
<name>Flirt Analyzer</name>
<keywords>"Flirt Analyzer Mobile software Std-Software Now you can find out if your chase works or not before you start. Simply target the desired object with your mobile and after a short scan it will tell you, what you can expect... Mobile Software Application App"</keywords>
<description>"Now you can find out if your chase works or not before you start. Simply target the desired object with your mobile and after a short scan it will tell you, what you can expect..."</description>
<sku>415150022</sku>
<currency>USD</currency>
<saleprice>0.00</saleprice>
<price>5.99</price>
<retailprice>0.00</retailprice>
<buyurl>http://www.anrdoezrs.net/click-1708896-10393145?url=http%3A%2F%2Fwww.jamster.com%2Fjiw%2Fgo%2Fsdl%2F%3Fsearch%3Dflirt%2520analyzer%26amp%3Bdisplay%3Ddirect_link</buyurl>
<impressionurl>http://www.afcyhf.com/image-1708896-10393145</impressionurl>
<imageurl>http://www.jamster.com/storage/view/us/en/application_midp/AnmacheAnalysator11111.gif</imageurl>
<advertisercategory>Mobile software - Std-Software</advertisercategory>
<instock>yes</instock>
</product>

Submitted by support on Fri, 2006-04-14 12:49

Hi Paul,

Can you confirm how you registered the above feed?

I'm assuming:

Product Name: NAME
Buy URL: BUYURL
Price: PRICE

Also assuming that you've just pasted 2 records out of a larger feed there, and therefore the overall format string is "XML|PRODUCTS/PRODUCT" (guessing at the "PRODUCTS" bit) - is that correct?

The most common reason for only importing one product is where the wrong field has been registered as the product name, and it happens to be a field that contains the same thing for every product, therefore the dupe filter gets rid of all but 1 records...

Thanks,
David.

Submitted by PaulH on Fri, 2006-04-14 14:39

Doh!
just noticed that i was assigning the wrong field to the product name.

cheers