How-to Google Upload of Store Products
Posted: Sat Jan 23, 2010 4:16 am
Google Base: How-to Google Upload of Store Products
Google provides for free a way to upload your store products to it's search engines for free. The OpenCart store offers a a Module called "Google Base" as a way to produce the data needed to upload to Google. Google allows for automated uploading of your store products.
If you don't have UPC codes then following these steps update the following OpenCart site file to keep Google from erroring on your uploads.
Open Cart - Google Base (fix)
==============================
1) Locate file: catalog\controller\feed\google_base.php
2) Find the line with:
"$output .= '<g:upc>' . $product['model'] . '</g:upc>';"
3) Change the line to this:
"//$output .= '<g:upc>' . $product['model'] . '</g:upc>';"
4) NOTE: the only change is that I commented out the code.
SETTING UP GOOGLE
====================
1) Open your browser and navigate to http://www.google.com
2) Find the link on the bottom of the page called "Business Solutions" and click on it.
3) Find the link about the middle of the page called "Merchange Center" and click on it.
4) Do you have a google account?
a) YES: login and follow the prompts for setting up and account.
b) NO: click on the "Create an account now" link and follow the prompts.
5) Click on the "Data feeds" link
6) Click the button "New Data Feed"
a) Target country: choose a country
b) Data feed type: googlebase
c) Data feed filename: just make up a name with no spaces and with an extension of ".xml".
d) Click the button "Save changes"
e) Click the "Data feeds" link above
7) In the Data feeds listing
a) click on the "Create" link for the feed you just created.
b) setup the automated schedule you desire.
c) In the "Url of file" you will see your website url
d) Add the following to the end of your website name "/index.php?route=feed/google_base"
e) click the button "Schedule"
f) NOTE: I found that I see results about 15-20 minutes after the time I place in the schedule.
g) NOTE: The Data feeds shows a "Status" field with when the automation expires so you may have to check this and/or just click edit on your feed and then click the button "Update Schedule" to extend your expiration.
Google provides for free a way to upload your store products to it's search engines for free. The OpenCart store offers a a Module called "Google Base" as a way to produce the data needed to upload to Google. Google allows for automated uploading of your store products.
If you don't have UPC codes then following these steps update the following OpenCart site file to keep Google from erroring on your uploads.
Open Cart - Google Base (fix)
==============================
1) Locate file: catalog\controller\feed\google_base.php
2) Find the line with:
"$output .= '<g:upc>' . $product['model'] . '</g:upc>';"
3) Change the line to this:
"//$output .= '<g:upc>' . $product['model'] . '</g:upc>';"
4) NOTE: the only change is that I commented out the code.
SETTING UP GOOGLE
====================
1) Open your browser and navigate to http://www.google.com
2) Find the link on the bottom of the page called "Business Solutions" and click on it.
3) Find the link about the middle of the page called "Merchange Center" and click on it.
4) Do you have a google account?
a) YES: login and follow the prompts for setting up and account.
b) NO: click on the "Create an account now" link and follow the prompts.
5) Click on the "Data feeds" link
6) Click the button "New Data Feed"
a) Target country: choose a country
b) Data feed type: googlebase
c) Data feed filename: just make up a name with no spaces and with an extension of ".xml".
d) Click the button "Save changes"
e) Click the "Data feeds" link above
7) In the Data feeds listing
a) click on the "Create" link for the feed you just created.
b) setup the automated schedule you desire.
c) In the "Url of file" you will see your website url
d) Add the following to the end of your website name "/index.php?route=feed/google_base"
e) click the button "Schedule"
f) NOTE: I found that I see results about 15-20 minutes after the time I place in the schedule.
g) NOTE: The Data feeds shows a "Status" field with when the automation expires so you may have to check this and/or just click edit on your feed and then click the button "Update Schedule" to extend your expiration.