|
List Info
Thread: How do I post my merchant order number in a html form request to g
|
|
| How do I post my merchant order number
in a html form request to g |
  United States |
2007-06-08 10:01:51 |
hi,
I am sure this must be a simple task but I can't find the
correct
method for doing this?
I am looking for something like this to add to my form post
<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.continue-shopping-url" value="http://localhost:2934/tmc/
paymentprocessed.aspx" />
This example obviously returns the user to the correct page
on my site
when the payment process is complete.
There must be a similar line for passing my order number
in???
Surely?
Please help!
Thanks in advance
Neil.
--~--~---------~--~----~------------~-------~--~----~
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-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: How do I post my merchant order
number in a html form request |

|
2007-06-08 10:10:17 |
|
Hi sorry i can find tony's post about this
but his hack says this:
Use the HTTP_REFERER header, in that url u have the order number 
hope this helps
ropu, on behalf of robin
On 6/8/07, googlingalong
< neil_j_mitchell yahoo.co.uk">neil_j_mitchell yahoo.co.uk> wrote:
hi, I am sure this must be a simple task but I can't find the correct method for doing this?
I am looking for something like this to add to my form post
<input type="hidden" name="
checkout-flow-support.merchant-checkout- flow-support.continue-shopping-url" value="http://localhost:2934/tmc/ paymentprocessed.aspx" />
This example obviously returns the user to the correct page on my site
when the payment process is complete.
There must be a similar line for passing my order number in???
Surely?
Please help!
Thanks in advance Neil.
-- .-. --- .--. ..- R o p u
--~--~---------~--~----~------------~-------~--~----~
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-integration googlegroups.com To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en -~----------~----~----~----~------~----~------~--~---
|
| Re: How do I post my merchant order
number in a html form request |
  United States |
2007-06-08 10:17:32 |
Thanks for the quick reply. Yes I am happy that if the
customer
decides to come back from the google I can do this but isn't
there a
way of passing the order number into the initial order
checkout with
my initial http form request?
On Jun 8, 4:10 pm, Ropu <rovagn... gmail.com> wrote:
> Hi
> sorry i can find tony's post about this
>
> but his hack says this:
>
> Use the HTTP_REFERER header, in that url u have the
order number
>
>
>
> hope this helps
>
> ropu, on behalf of robin
>
> On 6/8/07, googlingalong <neil_j_mitch... yahoo.co.uk> wrote:
>
>
>
>
>
>
>
> > hi,
> > I am sure this must be a simple task but I can't
find the correct
> > method for doing this?
>
> > I am looking for something like this to add to my
form post
>
> > <input type="hidden"
name="checkout-flow-support.merchant-checkout-
> > flow-support.continue-shopping-url"
value="http://localhost:2934/tmc/
> > paymentprocessed.aspx" />
>
> > This example obviously returns the user to the
correct page on my site
> > when the payment process is complete.
>
> > There must be a similar line for passing my order
number in???
>
> > Surely?
>
> > Please help!
>
> > Thanks in advance
> > Neil.
>
> --
> .-. --- .--. ..-
> 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-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: How do I post my merchant order
number in a html form request |

|
2007-06-08 10:30:39 |
|
hi
u can use this tag http://code.google.com/apis/checkout/developer/index.html#tag_merchant-private-data
the contents of this tag will be sent in the merchant-calculation-callback and in the new-order-notif
here is a hack i've wrote explaining how this can be used for retrieving sessions, u can apply the same concept for order-numbers
http://www.ropusoft.com.ar/hack_book/merchant_private_data.php
also u wanna use this to inform the buyer about that order number after he bought using GC
http://code.google.com/apis/checkout/developer/index.html#add_merchant_order_number_example
hope this helps
ropu
On 6/8/07, googlingalong < neil_j_mitchell yahoo.co.uk">neil_j_mitchell yahoo.co.uk> wrote:
Thanks for the quick reply. Yes I am happy that if the customer decides to come back from the google I can do this but isn't there a way of passing the order number into the initial order checkout with my initial http form request?
On Jun 8, 4:10 pm, Ropu < rovagn... gmail.com">rovagn... gmail.com> wrote: > Hi > sorry i can find tony's post about this > > but his hack says this: >
> Use the HTTP_REFERER header, in that url u have the order number  > > > > hope this helps > > ropu, on behalf of robin > > On 6/8/07, googlingalong < neil_j_mitch... yahoo.co.uk">
neil_j_mitch... yahoo.co.uk> wrote: > > > > > > > > > hi, > > I am sure this must be a simple task but I can't find the correct > > method for doing this?
> > > I am looking for something like this to add to my form post > > > <input type="hidden" name="checkout-flow-support.merchant-checkout- > > flow-support.continue-shopping-url
" value="http://localhost:2934/tmc/ > > paymentprocessed.aspx" /> > > > This example obviously returns the user to the correct page on my site
> > when the payment process is complete. > > > There must be a similar line for passing my order number in??? > > > Surely? > > > Please help! > > > Thanks in advance
> > Neil. > > -- > .-. --- .--. ..- > 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-integration googlegroups.com To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en -~----------~----~----~----~------~----~------~--~---
|
| Re: How do I post my merchant order
number in a html form request |
  United States |
2007-06-11 03:59:22 |
Sadly this will not work for me as I am not implementing a
level 2
system. Can I hide the order number somewhere in my
checkout html
post? All I want to do is reconcile this manually in the
merchant
centre.
Thanks,
Neil.
On Jun 8, 4:30 pm, Ropu <rovagn... gmail.com> wrote:
> hi
>
> u can use this taghttp://code.google.com/apis/checkout/dev
eloper/index.html#tag_merchan...
>
> the contents of this tag will be sent in the
merchant-calculation-callback
> and in the new-order-notif
>
> here is a hack i've wrote explaining how this can be
used for retrieving
> sessions, u can apply the same concept for
order-numbers
>
> http://www.ropusoft.com.ar/hack_book/merchant_priv
ate_data.php
>
> also u wanna use this to inform the buyer about that
order number after he
> bought using GChttp://code.google.com/apis/checkout/dev
eloper/index.html#add_merchan...
>
> hope this helps
>
> ropu
>
> On 6/8/07, googlingalong <neil_j_mitch... yahoo.co.uk> wrote:
>
>
>
>
>
>
>
> > Thanks for the quick reply. Yes I am happy that
if the customer
> > decides to come back from the google I can do this
but isn't there a
> > way of passing the order number into the initial
order checkout with
> > my initial http form request?
>
> > On Jun 8, 4:10 pm, Ropu <rovagn... gmail.com> wrote:
> > > Hi
> > > sorry i can find tony's post about this
>
> > > but his hack says this:
>
> > > Use the HTTP_REFERER header, in that url u
have the order number
>
> > > hope this helps
>
> > > ropu, on behalf of robin
>
> > > On 6/8/07, googlingalong
<neil_j_mitch... yahoo.co.uk> wrote:
>
> > > > hi,
> > > > I am sure this must be a simple task but
I can't find the correct
> > > > method for doing this?
>
> > > > I am looking for something like this to
add to my form post
>
> > > > <input type="hidden"
name="checkout-flow-support.merchant-checkout-
> > > > flow-support.continue-shopping-url"
value="http://localhost:2934/tmc/
> > > > paymentprocessed.aspx" />
>
> > > > This example obviously returns the user
to the correct page on my site
> > > > when the payment process is complete.
>
> > > > There must be a similar line for passing
my order number in???
>
> > > > Surely?
>
> > > > Please help!
>
> > > > Thanks in advance
> > > > Neil.
>
> > > --
> > > .-. --- .--. ..-
> > > R o p u- Hide quoted text -
>
> > > - Show quoted text -
>
> --
> .-. --- .--. ..-
> 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-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: How do I post my merchant order
number in a html form request |

|
2007-06-11 10:04:15 |
|
u can send that number as an other item in the cart with price $0
if u do this, be very clear in the name and description of the item to avoid the buyer be confused...
hope this helps
ropu
On 6/11/07, googlingalong < neil_j_mitchell yahoo.co.uk">neil_j_mitchell yahoo.co.uk> wrote:
Sadly this will not work for me as I am not implementing a level 2 system. Can I hide the order number somewhere in my checkout html post? All I want to do is reconcile this manually in the merchant centre.
Thanks, Neil.
On Jun 8, 4:30 pm, Ropu < rovagn... gmail.com">rovagn... gmail.com> wrote: > hi > > u can use this taghttp://code.google.com/apis/checkout/developer/index.html#tag_merchan...
> > the contents of this tag will be sent in the merchant-calculation-callback > and in the new-order-notif > > here is a hack i've wrote explaining how this can be used for retrieving
> sessions, u can apply the same concept for order-numbers > > http://www.ropusoft.com.ar/hack_book/merchant_private_data.php
> > also u wanna use this to inform the buyer about that order number after he > bought using GChttp://code.google.com/apis/checkout/developer/index.html#add_merchan... > > hope this helps >
> ropu > > On 6/8/07, googlingalong < neil_j_mitch... yahoo.co.uk">neil_j_mitch... yahoo.co.uk> wrote: > > > > > > > > > Thanks for the quick reply. Yes I am happy that if the customer
> > decides to come back from the google I can do this but isn't there a > > way of passing the order number into the initial order checkout with > > my initial http form request? >
> > On Jun 8, 4:10 pm, Ropu < rovagn... gmail.com">rovagn... gmail.com> wrote: > > > Hi > > > sorry i can find tony's post about this > > > > but his hack says this:
> > > > Use the HTTP_REFERER header, in that url u have the order number  > > > > hope this helps > > > > ropu, on behalf of robin > > > > On 6/8/07, googlingalong <
neil_j_mitch... yahoo.co.uk">neil_j_mitch... yahoo.co.uk> wrote: > > > > > hi, > > > > I am sure this must be a simple task but I can't find the correct > > > > method for doing this?
> > > > > I am looking for something like this to add to my form post > > > > > <input type="hidden" name="checkout-flow-support.merchant-checkout- > > > >
flow-support.continue-shopping-url" value="http://localhost:2934/tmc/ > > > > paymentprocessed.aspx" /> > > > > > This example obviously returns the user to the correct page on my site
> > > > when the payment process is complete. > > > > > There must be a similar line for passing my order number in??? > > > > > Surely? > > > > > Please help!
> > > > > Thanks in advance > > > > Neil. > > > > -- > > > .-. --- .--. ..- > > > R o p u- Hide quoted text - > > > > - Show quoted text -
> > -- > .-. --- .--. ..- > 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-integration googlegroups.com To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en -~----------~----~----~----~------~----~------~--~---
|
[1-6]
|
|