Go Back   Volusion Review Forums - Get the Most from your Online Store > Volusion Forums > Inventory
User Name
Password Register
Register FAQ Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 06-01-2008, 09:12 PM
PeachyLove PeachyLove is offline
Junior Member
 
Join Date: Apr 2008
Posts: 6
Default Google Base?

Hello,
I am a newbie and technology challenge. Could someone tell where to find the .xml file name to place in Google base data feed. Also, where can I find Google base, shopping. COM and I can not remember the third links or information in admin. I have the gold level.
Thank you so much,
Robin

My site is www.totallyfashiontrendy.com if anyone would like to comment.
Reply With Quote
  #2  
Old 06-01-2008, 10:26 PM
Songofsnow_books Songofsnow_books is offline
Senior Member
 
Join Date: Aug 2006
Posts: 217
Default

Your best bet is to use a tab file for upload - imo, which you can access from

Products -> Import/Export -> Saved Exports - > Google Base

this will generate a .txt file when you save it as a tabbed file

Upload this as your data feed manually to Google Base

You will want to modify the Google Base saved query to fit your products, I imagine - size, color, style, mpn. Check with Google Base help pages to see what fields are recommended for your industry and then come back here

Once you are set up, all you'll have to do is periodically upload. Can take a bit of time to get things the way you want them, and the way that Google Base wants them, but after that it's a breeze

Good Luck
Lynne
Reply With Quote
  #3  
Old 06-02-2008, 12:43 AM
PureInfant PureInfant is offline
Member
 
Join Date: Jul 2007
Posts: 78
Default

Is the Google Base export there by default? I don't seem to have it in my Saved Export list.
Reply With Quote
  #4  
Old 06-02-2008, 08:39 PM
Songofsnow_books Songofsnow_books is offline
Senior Member
 
Join Date: Aug 2006
Posts: 217
Default

Here is the link to the query bank where your saved searches and exports are kept - be sure to replace yourwebsite.com

https://www.yourwebsite.com/admin/Ta...able=QueryBank

If there is no Google Base query there, select ADD
and enter the following:

QB_CustomerID field = 0
QB_AccessList field = leave blank
QB_Table = DB_Export
QB_Title = Google Base
QB_QueryType = Select
QB_Query = see big cut and paste that you will need to customize for your items below

SELECT
'Config_FullStoreURLProductDetails.asp?ProductCode =' + p.ProductCode + '&click=35' AS link
, p.ProductCode AS id
, pe.Google_Product_Type AS product_type
, p.ProductName AS title
, pd.ProductDescription AS [stripHTML-description]
, 'Config_FullStoreURLConfig_ProductPhotosFolder/' + IsNull(p.Photos_Cloned_From,p.ProductCode) + '-2T.jpg' AS image_link
, IsNull(pe.SalePrice,pe.ProductPrice) AS price
, pe.ProductManufacturer AS brand
, pe.ProductCondition AS condition
, pe.UPC_code AS upc
, p.Vendor_PartNo AS mpn
, CONVERT(VARCHAR(10), (GETDATE() + 30),120) AS expiration_date
FROM Products p
INNER JOIN Products_Descriptions pd ON p.ProductID = pd.ProductID
INNER JOIN Products_Extended pe ON pd.ProductID = pe.ProductID
INNER JOIN Products_Memos pm ON pd.ProductID = pm.ProductID
WHERE (p.IsChildOfProductCode is NULL OR p.IsChildOfProductCode = '')
AND (p.HideProduct is NULL OR p.HideProduct <> 'Y')
AND (pe.ProductPrice > 0)
ORDER BY p.ProductCode

Hit save

Examples of fields you may need to add for your business

, pe.CustomField3 AS size
, pe.CustomField4 AS main_color
, pe.CustomField5 AS sleeve_length


The custom fields can be used for any variable you like, just keep it consistant
Reply With Quote
  #5  
Old 06-03-2008, 01:12 AM
vintagerv vintagerv is offline
Senior Member
 
Join Date: Nov 2005
Posts: 136
Default Google Base API

Why not just use the Volusion API to create the XML and send it to Google Base? Much easier, right?

I have heard there some product types that are not fully supported with the Volusion API for Google Base, but I don't know the details.
Reply With Quote
  #6  
Old 06-03-2008, 03:18 PM
Songofsnow_books Songofsnow_books is offline
Senior Member
 
Join Date: Aug 2006
Posts: 217
Default

I asked that earlier when I looked into it. As it stands, and as I understand it from looking at the output, many of the fields required are not generated through the API and the ability to customize the output through the API is not available YET according to what I was told on these boards.
Reply With Quote
  #7  
Old 06-04-2008, 03:29 AM
PeachyLove PeachyLove is offline
Junior Member
 
Join Date: Apr 2008
Posts: 6
Default

Hello Lynn,
I am so sorry for the late reply. Thank you so much for your help and time.
Sincerely,
Robin
Reply With Quote
  #8  
Old 06-04-2008, 03:31 AM
PeachyLove PeachyLove is offline
Junior Member
 
Join Date: Apr 2008
Posts: 6
Default

Sorry, Lynne
Reply With Quote
  #9  
Old 06-04-2008, 06:52 PM
Songofsnow_books Songofsnow_books is offline
Senior Member
 
Join Date: Aug 2006
Posts: 217
Default

de nada - let us know if that works for you :)

Lynne

www.songofsnow.com
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +0. The time now is 09:50 PM.