List Info

Thread: Why is the integrations sooooo difficult?




Why is the integrations sooooo difficult?
country flaguser name
United States
2007-03-30 09:45:03
I have been struggling with integrating google check out for
months ..
I give up in frustration .. first I tried the php/xml
integration (I'm
fair at coding in both, was successful with creating the
google xml
upload files) then discovered that the examples are bad so
gave up.
Now I'm trying to get the html code to work and my code
comes out as
an exact match to the example, except with my merchant id,
but google
says that there is an error and they will notify the seller
what the
error is .. but I haven't received any notification. I tried
to get
the dang sandbox to work and that has been even more of an
excersise
in futility and frustration. So if you want people to use
this
service, you have got to either make it work better or post
accurate
examples ....


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Why is the integrations sooooo difficult?
user name
2007-03-30 11:37:53
hi amshene

have a look again to the sample codes, they are updated and working fine!
http://code.google.com/apis/checkout/samplecode.html

also have a look to the OSCommerce and Zencart integrations

im hosting some demos ties if u want to have a look to GC working live (sandbox, of course ;)

http://demo.globant.com/

ropu

On 3/30/07, amshene < amshenegmail.com">amshenegmail.com> wrote:

I have been struggling with integrating google check out for months ..
I give up in frustration .. first I tried the php/xml integration (I'm
fair at coding in both, was successful with creating the google xml
upload files) then discovered that the examples are bad so gave up.
Now I'm trying to get the html code to work and my code comes out as
an exact match to the example, except with my merchant id, but google
says that there is an error and they will notify the seller what the
error is .. but I haven't received any notification. I tried to get
the dang sandbox to work and that has been even more of an excersise
in futility and frustration. So if you want people to use this
service, you have got to either make it work better or post accurate
examples ....

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; group.
To post to this group, send email to google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: Why is the integrations sooooo difficult?
country flaguser name
United States
2007-03-30 12:51:17
make sure that in your account settings you don't have the
setting enabled 
which only lets you post xml carts for security.

----- Original Message ----- 
From: "amshene" <amshenegmail.com>
To: "Google Checkout Developers Forum - API Integration
Basics" 
<google-checkout-api-integrationgooglegroups.com>
Sent: Friday, March 30, 2007 7:45 AM
Subject: [google-checkout-api-integration] Why is the
integrations sooooo 
difficult?


>
> I have been struggling with integrating google check
out for months ..
> I give up in frustration .. first I tried the php/xml
integration (I'm
> fair at coding in both, was successful with creating
the google xml
> upload files) then discovered that the examples are bad
so gave up.
> Now I'm trying to get the html code to work and my code
comes out as
> an exact match to the example, except with my merchant
id, but google
> says that there is an error and they will notify the
seller what the
> error is .. but I haven't received any notification. I
tried to get
> the dang sandbox to work and that has been even more of
an excersise
> in futility and frustration. So if you want people to
use this
> service, you have got to either make it work better or
post accurate
> examples ....
>
>
> > 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Why is the integrations sooooo difficult?
country flaguser name
United States
2007-04-01 05:36:40
When you get an error like this, you can find the
explanation of it in
your seller account Settings->Integration. E.g. "You
are not
configured to post unsigned carts to this server; please
change your
settings if you wish to do this."



On Mar 30, 3:45 pm, "amshene" <amsh...gmail.com> wrote:
> I have been struggling with integrating google check
out for months ..
> I give up in frustration .. first I tried the php/xml
integration (I'm
> fair at coding in both, was successful with creating
the google xml
> upload files) then discovered that the examples are bad
so gave up.
> Now I'm trying to get the html code to work and my code
comes out as
> an exact match to the example, except with my merchant
id, but google
> says that there is an error and they will notify the
seller what the
> error is .. but I haven't received any notification. I
tried to get
> the dang sandbox to work and that has been even more of
an excersise
> in futility and frustration. So if you want people to
use this
> service, you have got to either make it work better or
post accurate
> examples ....


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Why is the integrations sooooo difficult?
country flaguser name
United States
2007-04-01 07:33:36
Thank you everyone for posting suggestions .. could you tell
I was a
bit frustrated? ... lol
The problem did turn out to be Dabei's & Robin's
suggestion ... dah ..
honestly it took me forever to find out where that setting
is in my
account, I'm finding that the more google services I use the
more
confussing it is to find where specific information for a
particular
service is actually located ...

Now I need to get to work on the API call back .....
aaaaagggghhh!  ... Thanks again!

On Apr 1, 5:36 am, "Dabei" <Jiayao...gmail.com> wrote:
> When you get an error like this, you can find the
explanation of it in
> your seller account Settings->Integration. E.g.
"You are not
> configured to post unsigned carts to this server;
please change your
> settings if you wish to do this."
>
> On Mar 30, 3:45 pm, "amshene" <amsh...gmail.com> wrote:
>
>
>
> > I have been struggling with integrating google
check out for months ..
> > I give up in frustration .. first I tried the
php/xml integration (I'm
> > fair at coding in both, was successful with
creating the google xml
> > upload files) then discovered that the examples
are bad so gave up.
> > Now I'm trying to get the html code to work and my
code comes out as
> > an exact match to the example, except with my
merchant id, but google
> > says that there is an error and they will notify
the seller what the
> > error is .. but I haven't received any
notification. I tried to get
> > the dang sandbox to work and that has been even
more of an excersise
> > in futility and frustration. So if you want people
to use this
> > service, you have got to either make it work
better or post accurate
> > examples ....- Hide quoted text -
>
> - Show quoted text -


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Why is the integrations sooooo difficult?
country flaguser name
United States
2007-04-01 08:07:20
R o p u
FYI: None of the demos you have there work. I tried both OSC
and
Zencart. The GC button leads to nowhere.

Thanks.

On Mar 30, 12:37 pm, Ropu <rovagn...gmail.com> wrote:
> hi amshene
>
> have a look again to the sample codes, they are updated
and working fine!
http://code.google.com/apis/checkout/samplecode.html
>
> also have a look to the OSCommerce and Zencart
integrations
>
> im hosting some demos ties if u want to have a look to
GC working live
> (sandbox, of course ;)
>
> http://demo.globant.com/

>
> ropu
>
> On 3/30/07, amshene <amsh...gmail.com> wrote:
>
>
>
>
>
>
>
> > I have been struggling with integrating google
check out for months ..
> > I give up in frustration .. first I tried the
php/xml integration (I'm
> > fair at coding in both, was successful with
creating the google xml
> > upload files) then discovered that the examples
are bad so gave up.
> > Now I'm trying to get the html code to work and my
code comes out as
> > an exact match to the example, except with my
merchant id, but google
> > says that there is an error and they will notify
the seller what the
> > error is .. but I haven't received any
notification. I tried to get
> > the dang sandbox to work and that has been even
more of an excersise
> > in futility and frustration. So if you want people
to use this
> > service, you have got to either make it work
better or post accurate
> > examples ....
>
> --
> .-. --- .--. ..-
> R  o  p  u- Hide quoted text -
>
> - Show quoted text -


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Why is the integrations sooooo difficult?
user name
2007-04-01 08:12:27
Yes, oy, thats true...

i have a little php prxoy to log all HTTP messages to show them in the MC notif viewer...

some configuration in the server must have changed...

thx for the notice!

ropu

On 4/1/07, oy < oyehezkelygmail.com">oyehezkelygmail.com> wrote:

R o p u
FYI: None of the demos you have there work. I tried both OSC and
Zencart. The GC button leads to nowhere.

Thanks.

On Mar 30, 12:37 pm, Ropu < rovagn...gmail.com">rovagn...gmail.com > wrote:
>; hi amshene
&gt;
> have a look again to the sample codes, they are updated and working fine!http://code.google.com/apis/checkout/samplecode.html
>
&gt; also have a look to the OSCommerce and Zencart integrations
>
&gt; im hosting some demos ties if u want to have a look to GC working live
> (sandbox, of course ;)
>
&gt; http://demo.globant.com/
>
&gt; ropu
>;
> On 3/30/07, amshene < amsh...gmail.com">amsh...gmail.com> wrote:
>;
>
>
>
>
>
>
&gt; > I have been struggling with integrating google check out for months ..
> > I give up in frustration .. first I tried the php/xml integration (I'm
&gt; > fair at coding in both, was successful with creating the google xml
> > upload files) then discovered that the examples are bad so gave up.
> > Now I'm trying to get the html code to work and my code comes out as
> > an exact match to the example, except with my merchant id, but google
>; > says that there is an error and they will notify the seller what the
> > error is .. but I haven't received any notification. I tried to get
> > the dang sandbox to work and that has been even more of an excersise
> > in futility and frustration. So if you want people to use this
>; > service, you have got to either make it work better or post accurate
&gt; > examples ....
>
> --
> .-. --- .--. ..-
> R &nbsp;o &nbsp;p ; u- Hide quoted text -
>
>; - Show quoted text -

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; group.
To post to this group, send email to google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: Why is the integrations sooooo difficult?
user name
2007-04-09 16:54:07
hi oy

thx for the advise. The issue was that sandbox changed (or added) the IP address blocks. So the new IPs wheren';t allowed to be accessed from the demo server... i have a little php proxy that logs all the HTTP traffic so it can be shown in the log viewers. that proxy wasnt able to conect to sandbox, causing the timeout.

thx again for the report, its now fixed and working!

http://demo.globant.com

ropu

On 4/1/07, Ropu < rovagnatigmail.com">rovagnatigmail.com> wrote:
Yes, oy, thats true...

i have a little php prxoy to log all HTTP messages to show them in the MC notif viewer...

some configuration in the server must have changed...

thx for the notice!

ropu


On 4/1/07, oy < oyehezkelygmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">oyehezkelygmail.com> wrote:

R o p u
FYI: None of the demos you have there work. I tried both OSC and
Zencart. The GC button leads to nowhere.

Thanks.

On Mar 30, 12:37 pm, Ropu < rovagn...gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> rovagn...gmail.com > wrote:
>; hi amshene
&gt;
> have a look again to the sample codes, they are updated and working fine!http://code.google.com/apis/checkout/samplecode.html
>
&gt; also have a look to the OSCommerce and Zencart integrations
>
&gt; im hosting some demos ties if u want to have a look to GC working live
> (sandbox, of course ;)
>
&gt; http://demo.globant.com/
>
> ropu
>;
> On 3/30/07, amshene < amsh...gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">amsh...gmail.com> wrote:
>;
>
>
>
>
>
>
> > I have been struggling with integrating google check out for months ..
> > I give up in frustration .. first I tried the php/xml integration (I'm
&gt; > fair at coding in both, was successful with creating the google xml
> > upload files) then discovered that the examples are bad so gave up.
> > Now I'm trying to get the html code to work and my code comes out as
> > an exact match to the example, except with my merchant id, but google
>; > says that there is an error and they will notify the seller what the
> > error is .. but I haven't received any notification. I tried to get
> > the dang sandbox to work and that has been even more of an excersise
> > in futility and frustration. So if you want people to use this
>; > service, you have got to either make it work better or post accurate
&gt; > examples ....
>
> --
> .-. --- .--. ..-
> R &nbsp;o &nbsp;p ; u- Hide quoted text -
>
>; - Show quoted text -





--
.-. --- .--. ..-
R &nbsp;o &nbsp;p ; u
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; group.
To post to this group, send email to google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

[1-8]

about | contact  Other archives ( Real Estate discussion Medical topics )