List Info

Thread: Completion of order processiongAfter google checkout returning bac




Completion of order processiongAfter google checkout returning bac
country flaguser name
United States
2007-08-30 08:37:16
Once order processing is completed with google checkout how
to
redirect user back  to owner site with required details.
Where this code has to worked out?

i need this to workout with html api with php.
Where can i get the error code
I will appreciate your help
Thanks


--~--~---------~--~----~------------~-------~--~----~
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: Completion of order processiongAfter google checkout returning
user name
2007-08-30 08:43:55
take a look at the continue-shopping-url example here:
http://checkout.google.com/sup
port/sell/bin/answer.py?answer=64729&topic=11964

note that you cannot redirect a user back to your site
automatically,
what this does is give a link in the Google page saying
"Continue
shopping" which takes the user back to your site if
they click on it.

cheers,

On 8/30/07, Pallavi Shah <pallaviwebmyne.com> wrote:
>
> Once order processing is completed with google checkout
how to
> redirect user back  to owner site with required
details.
> Where this code has to worked out?
>
> i need this to workout with html api with php.
> Where can i get the error code
> I will appreciate your help
> Thanks
>
>
> >
>


-- 
pablof

--~--~---------~--~----~------------~-------~--~----~
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: Completion of order processiongAfter google checkout returning
country flaguser name
United States
2007-08-31 01:30:24
hi
well i just went to the link specified by u
but not getting what i want. may m not getting clear
i simply want is what should i do to redirect user to my
site once the
order is completed.
do i have to make some change to my code

<form action="http
s://checkout.google.com/cws/v2/Merchant/abc/
checkoutForm" id="BB_BuyButtonForm"
method="post"
name="BB_BuyButtonForm">
    <table cellpadding="5"
cellspacing="0" width="1%">
        <tr>
            <td align="right"
width="1%">
                <select
name="item_selection_1">
                    <option
value="1">&#x24;0.01 - One Year
Subscription - 1st 50 Promotion!</option>
                    <option
value="2">&#x24;79.00 - One Year
Subscription - 1 listing</option>
                    <option
value="3">&#x24;129.00 - One Year
Subscription - 2 listings</option>
                    <option
value="4">&#x24;169.00 - One Year
Subscription - 3 listings</option>
                    <option
value="5">&#x24;199.00 - One Year
Subscription - 4 listings</option>
                    <option
value="6">&#x24;229.00 - One Year
Subscription - 5 listings</option>
                    <option
value="7">&#x24;239.00 - One Year
Subscription - 6listings</option>
                </select>
<!--input type="hidden"
name="shopping-cart.items.item-1.merchant-item-
id" value="SKU123">
<input type="hidden"
name="shopping-cart.items.item-1.merchant-private-
item-data" value="color=blue;memory=2gb">

<input type="hidden"
name="checkout-flow-support.merchant-checkout-
flow-support.continue-shopping-url" value="http://www.example.com/
continue"-->


                <input
name="item_option_name_1" type="hidden"
value="One Year Subscription - 1st 50
Promotion!"/>
                <input
name="item_option_price_1"
type="hidden"
value="0.01"/>
                <input
name="item_option_description_1"
type="hidden"
value=""/>
                <input
name="item_option_quantity_1"
type="hidden"
value="1"/>
                <input
name="item_option_currency_1"
type="hidden"
value="USD"/>

                <input
name="item_option_name_2" type="hidden"
value="One Year Subscription - 1 listing"/>
                <input
name="item_option_price_2"
type="hidden"
value="79.0"/>
                <input
name="item_option_description_2"
type="hidden"
value=""/>
                <input
name="item_option_quantity_2"
type="hidden"
value="1"/>
                <input
name="item_option_currency_2"
type="hidden"
value="USD"/>

                <input
name="item_option_name_3" type="hidden"
value="One Year Subscription - 2 listings"/>
                <input
name="item_option_price_3"
type="hidden"
value="129.0"/>
                <input
name="item_option_description_3"
type="hidden"
value=""/>
                <input
name="item_option_quantity_3"
type="hidden"
value="1"/>
                <input
name="item_option_currency_3"
type="hidden"
value="USD"/>

                <input
name="item_option_name_4" type="hidden"
value="One Year Subscription - 3 listings"/>
                <input
name="item_option_price_4"
type="hidden"
value="169.0"/>
                <input
name="item_option_description_4"
type="hidden"
value=""/>
                <input
name="item_option_quantity_4"
type="hidden"
value="1"/>
                <input
name="item_option_currency_4"
type="hidden"
value="USD"/>

                <input
name="item_option_name_5" type="hidden"
value="One Year Subscription - 4 listings"/>
                <input
name="item_option_price_5"
type="hidden"
value="199.0"/>
                <input
name="item_option_description_5"
type="hidden"
value=""/>
                <input
name="item_option_quantity_5"
type="hidden"
value="1"/>
                <input
name="item_option_currency_5"
type="hidden"
value="USD"/>

                <input
name="item_option_name_6" type="hidden"
value="One Year Subscription - 5 listings"/>
                <input
name="item_option_price_6"
type="hidden"
value="229.0"/>
                <input
name="item_option_description_6"
type="hidden"
value=""/>
                <input
name="item_option_quantity_6"
type="hidden"
value="1"/>
                <input
name="item_option_currency_6"
type="hidden"
value="USD"/>

                <input
name="item_option_name_7" type="hidden"
value="One Year Subscription - 6listings"/>
                <input
name="item_option_price_7"
type="hidden"
value="239.0"/>
                <input
name="item_option_description_7"
type="hidden"
value=""/>
                <input
name="item_option_quantity_7"
type="hidden"
value="1"/>
                <input
name="item_option_currency_7"
type="hidden"
value="USD"/>
            </td>
            <td align="left"
width="1%">
                <input alt="" src="https://checkout
.google.com/buttons/
buy.gif?
merchant_id=abc&amp;w=117&amp;h=48&amp;style=whi
te&amp;variant=text&amp;loc=en_US"
type="image"/>
            </td>
        </tr>
    </table>
</form>

see this the code that i m using.
now what sort of changes i have to do here
please kindly guide me as m new to this
I will appreciate your help


On Aug 30, 6:43 pm, pablof <pab...gmail.com> wrote:
> take a look at the continue-shopping-url example
here:http://checkout.google.com/support/s
ell/bin/answer.py?answer=64729&to...
>
> note that you cannot redirect a user back to your site
automatically,
> what this does is give a link in the Google page saying
"Continue
> shopping" which takes the user back to your site
if they click on it.
>
> cheers,
>
> On 8/30/07, Pallavi Shah <pall...webmyne.com> wrote:
>
>
>
> > Once order processing is completed with google
checkout how to
> > redirect user back  to owner site with required
details.
> > Where this code has to worked out?
>
> > i need this to workout with html api with php.
> > Where can i get the error code
> > I will appreciate your help
> > Thanks
>
> --
> pablof


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---


[1-3]

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