Active
Project:
Google Base
Version:
6.x-1.0-alpha1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2009 at 20:51 UTC
Updated:
24 Jan 2010 at 17:27 UTC
drupal 6.14
ubercart 2x
When viewing my products in google base, I can't see the price. I'm only sending the product item type which is supposed to be forwarded to google merchant before it becomes search-able (I could be wrong, this is from the google merchant help blog). As far as I can tell its missing attributes that is preventing the the products from being sent to merchant center automatically. Specifically the new/used requirement and possibly the price. Base shows the items as search-able, but I haven't been able to find them. Please let me know if you there is anything I can do to help you understand/fix this. I appreciate all your work on this module.
Comments
Comment #1
Kephas commentedComment #2
Kephas commentedI've been asking questions on the google forum. http://www.google.com/support/forum/p/base/thread?tid=466bd9409298eaa6&h... This is the most helpful response so far. "this generally may happen for at least a few reasons --
- the item_type within the insert was not exact;
- the google-merchant-center terms-of-service
and website-url settings did not match the insert,
- old google-base data is being used in updates.
the insert or update is only automatic if the item-type,
attributes, and account-settings are proper and correct."
Also if I hit the ahah callback this is what I get.
"{ "status": true, "data": "\x3cdiv class=\"messages error\"\x3e\nwarning: Invalid argument supplied for foreach() in /homepages/12/d300610884/htdocs/sites/all/modules/googlebase/googlebase.admin.inc on line 154.\x3c/div\x3e\n\x3ctable class=\"sticky-enabled\"\x3e\n \x3ctr\x3e\x3cth\x3eField\x3c/th\x3e\x3cth\x3eType\x3c/th\x3e\x3c/tr\x3e\n\x3c/table\x3e\n" }"
Comment #3
jtsnow commentedThe reason your products are not showing up is because they are missing attributes that are required by Google Base.
This module will map your custom CCK fields to Google Base attributes. However, field provided by other modules, such as Ubercart, cannot be mapped automatically. An additional module could be written that uses the API provided by this module to map node properties provided by Ubercart to Google Base attributes.
The AHAH callback is not currently used for anything. It was an experimental feature.
Comment #4
tharrison commentedHi jtsnow --
I am experimenting with the module. It looks like it's on the right path.
I would be interested in helping provide some integration with ubercart, and perhaps UI to help perform custom mappings of CCK fields to GBase fields.
Let me know if I can help.
Tom