Hey David.
Been a while since i've posted here. Hope everything is going good :)
The problem i'm getting is with an old feed i've not updated in quite a while. It's now currently a .cfm. The feed is like so:
<html><head></head><body><table border="1"><tr><td>Product Name</td><td>Group</td><td>Category</td><td>Description</td><td>RRP</td><td>Price</td><td>Save</td><td>Product Link</td><td>Image Name</td></tr>
<tr><td>blah name</td><td>group1</td><td>category1</td><td>descrption blah blah</td><td>34.99</td><td>29.99</td><td>5.00</td><td>http://www.url.co.uk/product.cfm</td><td>4659.jpg</td></tr>
The price tapestry script is recognising parts of it, but for what ever reason I can't get it to read more than one line.
xml|HTML/BODY/TABLE/TR/TD/
I tried removing most of the tags at the beginning. For example the html/head/body/table, also remove the table headers and just left the tr/td's.
Any help/guidance is appreciated.
Kind Regards,
Steve
Hi Steve,
That looks like the process generating the feed is creating an HTML output rather then a normally formatted affiliate product feed. As it stands, that file is really only suitable for viewing in a web browser rather than being a dedicated product feed for computational rather than human reading.
If the URL is the same, it is probably worth contacting the publisher to see if they are aware that the output is being generated in this format - you would need a non-HTML XML output, or CSV output in order to use the feed with Price Tapestry...
Cheers,
David.