also failing because all my items are free shipping. says 0 is incorrect for shipping
Printable View
also failing because all my items are free shipping. says 0 is incorrect for shipping
Does anyone know why when running the feed creation I'm getting this message for all products?
Processing: Feed - Yes, Upload - No
id: 570, price: 0, description length: 127 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed
id: 571, price: 0, description length: 122 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed
id: 572, price: 0, description length: 124 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed
id: 573, price: 0, description length: 264 - skipped: price below zero, description length less than 15 chars, or title less than 3 chars - failed
Help very much appreciated.
maybe because the item is price below zero,
or the title less than 3 chars
??
Ok, I left the post open to that one :blush:
Additional information I should have put in the post. I'm using Zen Cart 1.5 and have just re-implemented the add on. The error message is for all products and NO the prices aren't below zero or titles less than 3 chars.
Hope someone can help with this as it’s a great contribution and I'd love to get it working properly.
When going to the feed URL it appears that the feed is in order from the oldest products to the newest. Is there a way to sort it from the newest to oldest?
I had the same problem after upgradin to 1.13. After some troubleshooting, if removed line 376
from the file catalog\includes\classes\google_base.php , and all is working fine again :clap:Code:$additional_images = $this->additional_images($products->fields['products_image']);
this line was added in version 1.13
The latest version can be found here google merchant center feeder