That is definitely invalid. You cannot put a string after an int and think PHP will not complain about it.
----- Original Message ----- From: "debasish mondal" <[email protected]> To: [email protected] Sent: Monday, August 17, 2009 11:04:06 PM Subject: [Google-Base-API] Re: Sending Free Shipping Status in Google Base via API $entry->addGbaseAttribute(" shipping.price", 0f, "floatUnit"); On Mon, Aug 17, 2009 at 8:45 PM, Donald < [email protected] > wrote: have you figured this out?? I am having somewhat of the same issue. I would suggest trying the following: $entry->addGbaseAttribute("shipping.country", "US" , "text"); $entry->addGbaseAttribute("shipping.price", '0', "floatUnit"); AS a floatUnit should not contain an text, and giving the country should specify the current. Let me know if you have solved this another way? On Aug 6, 10:50 am, Kylet < [email protected] > wrote: > I've searched the google base API documentation on shipping and it > does not seem to clearly explain how to submit free shipping so Google > Products will display 'Free Shipping' in gray under the price. > > Currently, using Zend API, I'm submitting as: > $entry->addGbaseAttribute("shipping.country", "US" , "text"); > $entry->addGbaseAttribute("shipping.price", '0 USD', "floatUnit"); > > This does not seem to work though. Can anyone that has successfully > gotten Google to recognize Free Shipping via the API please lend some > help? > > thanks, > Kyle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-base-data-api?hl=en -~----------~----~----~----~------~----~------~--~---
