Well i have upgraded to the new version since running 1.7.3 for years with no problem.
Had to upgrade after google turned off all my listings!! GRRRRR
after upgrading I now getthing the following error:
XML tag mismatch
Your data feed contains a pair of opening/closing XML tags that do not match. A closing tag must always match the most recent opening tag in the feed. For example, this XML would generate an "XML Tag Mismatch" error:
<g:event_dateTime>
<g:from>2005-12-20T14:00:00
<g:to>2005-12-20T19:00:00</g:to>
</g:event_dateTime>
The XML generates an error because the attribute tag <g:from> does not have a matching end-tag </g:from>. Each attribute tag must be terminated by the matching end-tag:
<g:event_dateTime>
<g:from>2005-12-20T14:00:00</g:from>
<g:to>2005-12-20T19:00:00</g:to>
</g:event_dateTime>
The item containing this error will be skipped. However, other properly-formatted products in your feed will still process.
Also non of my items are searchable because im missing availablility but all my items are in stock and available :-(
Bookmarks