Hi Guys,
When i try to auto feed from the link ive got in my opencart i get an error, when i paste the link into my browser i see errors too.
http://www.quickpacksupplies.co.uk/inde ... oogle_base
Error:
Too few column delimiters (2914 errors)
Your items contain fewer attributes than those specified in the header row. Learn more.
Examples:
Line No.
2
3
4
5
6
Its totally baffling me now as i give up hunting on google with this error code and googles help files tend to just confuse you!
When i try to auto feed from the link ive got in my opencart i get an error, when i paste the link into my browser i see errors too.
http://www.quickpacksupplies.co.uk/inde ... oogle_base
Error:
Too few column delimiters (2914 errors)
Your items contain fewer attributes than those specified in the header row. Learn more.
Examples:
Line No.
2
3
4
5
6
Its totally baffling me now as i give up hunting on google with this error code and googles help files tend to just confuse you!
The error is caused because you seem to have obtained a newer version of the OC google_base.php file than your store OC version.
edit: catalog/model/catalog/product.php
find
add after
find
Code: Select all
'sku' => $query->row['sku'],
Code: Select all
'upc' => $query->row['upc'],
Totally different error now :
XML formatting error - Error
Our system encountered an error when processing your data feed. Learn more.
Examples:
Line No. Column No.
2 195
Don't think it likes the formatting there.. Grr so fustrating!
XML formatting error - Error
Our system encountered an error when processing your data feed. Learn more.
Examples:
Line No. Column No.
2 195
Don't think it likes the formatting there.. Grr so fustrating!
open: catalog/controller/feed/google_base.php
find
change to
find
Code: Select all
$output .= '<description>' . $product['description'] . '</description>';
Code: Select all
$output .= '<description>' . strip_tags(html_entity_decode($product['description'], ENT_QUOTES, 'UTF-8')) . '</description>';
0 out of 1 imported..
XML formatting error - Error
Our system encountered an error when processing your data feed. Learn more.
Examples:
Line No. Column No.
8 8
Seems to be getting less errors just this now, When i hit learn more it takes me to this knowledge base:
http://www.google.com/support/merchants ... swer=16003
Thank you for your assistance UKSB.
XML formatting error - Error
Our system encountered an error when processing your data feed. Learn more.
Examples:
Line No. Column No.
8 8
Seems to be getting less errors just this now, When i hit learn more it takes me to this knowledge base:
http://www.google.com/support/merchants ... swer=16003
Thank you for your assistance UKSB.
It's going to be some sort of non-standard character in the description at a guess that is breaking the xml.
I have fixed it seemed to be the   !
I have managed to import them but they fail to reach product search.
Reasons:
Availability is missing
google product category is missing
I have no way of inputting these but is there a way i can put something in for each product so i can get them on the prouct search.
I have managed to import them but they fail to reach product search.
Reasons:
Availability is missing
google product category is missing
I have no way of inputting these but is there a way i can put something in for each product so i can get them on the prouct search.
That was one of the main reasons I release my extension (see sig) because the default OC Google Base does not cover all the new regulations.
If you want to add a default for each across the board you can.
There are threads in the forums (use search) to add the availability - and probably for the google product category too.
If you want to add a default for each across the board you can.
There are threads in the forums (use search) to add the availability - and probably for the google product category too.
I solved it with:

Thanks at all.
on every string with conflict.strip_tags(html_entity_decode(utf8_decode('STRING')))

Thanks at all.
Pedro Martin - websitesbuilder.com.au
Checkout my free extensions: https://www.opencart.com/index.php?rout ... r=comprido
Who is online
Users browsing this forum: No registered users and 1 guest