Hi Guys,
I ma pretty new to opencart and would really appreciate some help with Google Base. I have setup my website and everything working well www.kandlfashion.co.uk but unfortunatley I cannot seem to get anywhere with Google Base. I have created a new Base account and uploaded a new feed via the link provided in my admin section for the google base extension.
It is throwing up a whole lot of errors and I cannot seem to work out waht to do. Any help or guidance would be great with this. Errors listed below.
Feed-Level Messages
Error: XML formatting error - Error
Our system encountered an error when processing your data feed.
Learn more.
Examples: Examples:
Line No. Column No.
44 334
Item Errors - 36 items with errors 36 items affected18
URLs do not belong to your website (18 errors)
Please verify and claim a new website URL on the General Settings page or change the product listing link to point to a page that belongs to your current website.
Learn more.
Examples: Examples:
Item ID Line No. Value
52 13 http://www.bit-solutions.co.uk/kandlfas ... duct_id=52 Show Item
53 17 http://www.bit-solutions.co.uk/kandlfas ... duct_id=53 Show Item
54 19 http://www.bit-solutions.co.uk/kandlfas ... duct_id=54 Show Item
58 28 http://www.bit-solutions.co.uk/kandlfas ... duct_id=58 Show Item
60 30 http://www.bit-solutions.co.uk/kandlfas ... duct_id=60 Show Item
18
Missing required attribute: availability (18 errors, only affecting Product Search, Search API for Shopping)
Please make sure that you include all required attributes in your data feed.
Examples: Examples:
Item ID Line No.
113 7 Show Item
54 19 Show Item
57 26 Show Item
60 30 Show Item
64 38 Show Item
Item Warnings - 36 items with warnings 36 items affected18
Missing recommended attribute: brand (18 warnings)
While items missing recommended attributes will process successfully, we recommend including relevant attributes if they are available.
Examples: Examples:
Item ID Line No.
101 5 Show Item
55 22 Show Item
61 32 Show Item
63 36 Show Item
65 40 Show Item
18
Missing recommended attribute: google product category (18 warnings)
While items missing recommended attributes will process successfully, we recommend including relevant attributes if they are available.
Examples: Examples:
Item ID Line No.
50 1 Show Item
51 11 Show Item
53 17 Show Item
54 19 Show Item
56 24 Show Item
Regards
Billy
Why do you have kandlfashion.co.uk when all links and I'm guessing all URLS in your config files are set to bit-solutions.co.uk
Google will only allow urls to product pages where the domain matches the one you have set-up in the General settings in that account.
--
OC's Google Base does not display the Availability attribute, so you will get errors for this.
Depending on your type products, brand may or may not be required. Google is only issuing you with a warning there. So your products may pass anyway. However, where possible set-up your manufacturers/brands in admin and assign them to your products. The feed will then pick them up
Google Product Category - Again it depends on your products. Again OC's Google Base feed does not display this 'new' attribute. You will always get warning for this, but if your products do not require this attribute, it is nothing to worry about.
--
There are Google Merchant Extensions available that will satisfy all of Google's new requirements. You may also search the forum to find answers on the availability attributes etc on how to hard code them in to the default OC Google Base feed.
Google will only allow urls to product pages where the domain matches the one you have set-up in the General settings in that account.
--
OC's Google Base does not display the Availability attribute, so you will get errors for this.
Depending on your type products, brand may or may not be required. Google is only issuing you with a warning there. So your products may pass anyway. However, where possible set-up your manufacturers/brands in admin and assign them to your products. The feed will then pick them up
Google Product Category - Again it depends on your products. Again OC's Google Base feed does not display this 'new' attribute. You will always get warning for this, but if your products do not require this attribute, it is nothing to worry about.
--
There are Google Merchant Extensions available that will satisfy all of Google's new requirements. You may also search the forum to find answers on the availability attributes etc on how to hard code them in to the default OC Google Base feed.
Hi simon,
Thanks for your quick reply. Reason it shows bit-solutions is that I am hosting this site for a client on my web server so when the code generates from the google base extension in open cart it shows my domain first as this where the site is hosted. Hope this makes sense. What do you think the best solution would be to sort?
Thanks for your quick reply. Reason it shows bit-solutions is that I am hosting this site for a client on my web server so when the code generates from the google base extension in open cart it shows my domain first as this where the site is hosted. Hope this makes sense. What do you think the best solution would be to sort?
Is it a multi-store ?
If not you should change your URLs in the config.php to suit your client's domain rather than yours
i.e.
change
to
Likewise with the admin/config.php although this will not affect Google Base, it is still the right thing to do.
If you are using the .htaccess file for SEO URLs you will also need to change
RewriteBase /kandlfashion/
to
RewriteBase /
If not you should change your URLs in the config.php to suit your client's domain rather than yours
i.e.
change
Code: Select all
define('HTTP_SERVER', 'http://www.bit-solutions.co.uk/kandlfashion/');
define('HTTP_IMAGE', 'http://www.bit-solutions.co.uk/kandlfashion/image/');
define('HTTP_ADMIN', 'http://www.bit-solutions.co.uk/kandlfashion/admin/');
define('HTTPS_SERVER', 'http://www.bit-solutions.co.uk/kandlfashion');
define('HTTPS_IMAGE', 'http://www.bit-solutions.co.uk/kandlfashion/image/');
Code: Select all
define('HTTP_SERVER', 'http://www.kandlfashion.co.uk/');
define('HTTP_IMAGE', 'http://www.kandlfashion.co.uk/image/');
define('HTTP_ADMIN', 'http://www.kandlfashion.co.uk/admin/');
define('HTTPS_SERVER', 'https://www.kandlfashion.co.uk/');
define('HTTPS_IMAGE', 'https://www.kandlfashion.co.uk/image/');
If you are using the .htaccess file for SEO URLs you will also need to change
RewriteBase /kandlfashion/
to
RewriteBase /
Who is online
Users browsing this forum: No registered users and 2 guests