List Info

Thread: Re: how to exclude po box and ship only to 48 states using HTML ap




Re: how to exclude po box and ship only to 48 states using HTML ap
user name
2007-06-21 12:10:02

Glad it helped

APO or military addresses, that im not sure

heavent read any docs that days that that type of addr could be filtered!

i really doubt it, but Jacob can bring some light here

ropu

On 6/21/07, eb < salesebunlimited.com">salesebunlimited.com> wrote:

Hi Ropu,

I tried what you said and it worked. The thing is I saw this in the
Google docs that <allow-us-po-box&gt; tag is a subtag of <allowed-areas>.
But thanks a lot. Anyway, about APO or military addresses, if I don't
want to ship to these military addresses, will this <allow-us-po-box&gt;
take care of it? &nbsp;Thank you very much. I really appreciate your help.



On Jun 21, 10:22 am, Ropu < rovagn...gmail.com"> rovagn...gmail.com> wrote:
>; hi
> i think u have an issue in ur structure, the
>
&gt; allow-us-po-box
>
> tag u are putting it as a Subtag&nbsp; of the
>
&gt; allowed-areas
>
> tag, when is a Subtag of shipping-restriction or address-filter as u can see
> herehttp://code.google.com/apis/checkout/developer/index.html#tag_allow-u...
>
> u have this one
>
&gt; <input type=";hidden&quot;
> name=";checkout-flow-support.merchant-checkout-flow-support.shipping-methods-.flat-rate-shipping-1.shipping-restrictions.allowed-areas.allow-us-po-box"
>; value=&quot;false&quot;/>
>;
> and here is the correct one
>
> <input type=";hidden&quot;
> name=";checkout-flow-support.merchant-checkout-flow-support.shipping-methods-.flat-rate-shipping-1.shipping-restrictions.allow-us-po-box&quot;
> value=&quot;true";/>
&gt;
> this one was created with the XML 2 HTML tool i coded and u can find herehttp://demo.globant.com/~brovagnati/tools/=> xml2html
&gt;
> Note to jacob, docs bughttp://code.google.com/apis/checkout/developer/index.html#tag_shippin...
> have allow-us-po-box as subtag
>;
> ashttp://code.google.com/apis/checkout/developer/index.html#tag_address...
&gt; does has.
>
> hope this helps
>
> ropu
>
> On 6/21/07, eb < s...ebunlimited.com">s...ebunlimited.com> wrote:
>;
>
>
>
>
>
>
&gt; > Hi,
>
&gt; > I've tried the code below but it just doesn't work. First of all, it
> > would still allow shipping to PO Box Address even if I added the tag
> > <allow-us-po-box&gt; and set to false. Second, it would allow shipping
&gt; > addresses from Alaska and Hawaii even if I specifically put the value
&gt; > "CONTINENTAL_48&quot;. Please let me know what I'm doing wrong or if I'm
&gt; > still missing any tags.
>
> >   <input type=";hidden&quot; name=";item_name_1" value=&quot;$itemSKU1">
> >   <input type=";hidden&quot; name=";item_description_1&quot; &nbsp;value=&quot;$itemName1"&gt;
> >   <input type=";hidden&quot; name=";item_quantity_1" value=$itemQty1>
> >   <input type=";hidden&quot; name=";item_price_1" value=&quot;$itemPrc1"/>
>
> >   <input type=";hidden&quot; name=";item_name_2" value=&quot;$itemSKU2">
> >   <input type=";hidden&quot; name=";item_description_2&quot; value=&quot;$itemName2">
> >   <input type=";hidden&quot; name=";item_quantity_2" value=$itemQty2>
> >   <input type=";hidden&quot; name=";item_price_2" value=&quot;$itemPrc2"/>
>
> >   <input type=";hidden&quot; name=";item_name_3" value=&quot;$itemSKU3">
> >   <input type=";hidden&quot; name=";item_description_3&quot; &nbsp;value=&quot;$itemName3"&gt;
> >   <input type=";hidden&quot; name=";item_quantity_3" value=$itemQty3>
> >   <input type=";hidden&quot; name=";item_price_3" value=&quot;$itemPrc3"/>
>
> > <input type=";hidden&quot; name=";checkout-flow-support.merchant-checkout-
> > flow-support.shipping-methods.flat-rate-shipping-1.name"
&gt; > value=&quot;$shipMethodName1&quot;/>
>; > <input type=";hidden&quot; name="; checkout-flow-support.merchant-checkout-
> > flow-support.shipping-methods.flat-rate-shipping-1.price"
&gt; > value=&quot;$shipMethodPrice1&quot;/>
&gt; > <input type=";hidden&quot; name="; checkout-flow-support.merchant-checkout-
> > flow-support.shipping-methods.flat-rate-shipping-1.shipping-
> > restrictions.allowed-areas.allow-us-po-box&quot; value=&quot;false&quot;/>
>; > <input type=";hidden&quot; name="; checkout-flow-support.merchant-checkout-
> > flow-support.shipping-methods.flat-rate-shipping-1.shipping-
> > restrictions.allowed-areas.us-country-area.country-area"
>; > value=&quot;CONTINENTAL_48"/>
>;
> > <input type=";hidden&quot; name=";checkout-flow-support.merchant-checkout-
&gt; > flow-support.shipping-methods.flat-rate-shipping-2.name "
> > value=&quot;$shipMethodName2&quot;/>
>; > <input type=";hidden&quot; name=";checkout-flow-support.merchant-checkout-
&gt; > flow-support.shipping-methods.flat-rate-shipping-2.price "
> > value=&quot;$shipMethodPrice2&quot;/>
&gt; > <input type=";hidden&quot; name=";checkout-flow-support.merchant-checkout-
&gt; > flow-support.shipping-methods.flat-rate-shipping-2.shipping -
&gt; > restrictions.allowed-areas.allow-us-po-box&quot; value=&quot;false&quot;/>
>; > <input type=";hidden&quot; name=";checkout-flow-support.merchant-checkout-
&gt; > flow-support.shipping-methods.flat-rate-shipping-2.shipping -
&gt; > restrictions.allowed-areas.us-country-area.country-area"
>; > value=&quot;CONTINENTAL_48"/>
>
> > <input type=";hidden&quot; name=";checkout-flow-support.merchant-checkout -
> > flow-support.shipping-methods.flat-rate-shipping-3.name"
&gt; > value=&quot;$shipMethodName3&quot;/>
>; > <input type=";hidden&quot; name="; checkout-flow-support.merchant-checkout-
> > flow-support.shipping-methods.flat-rate-shipping-3.price"
&gt; > value=&quot;$shipMethodPrice3&quot;/>
&gt; > <input type=";hidden&quot; name="; checkout-flow-support.merchant-checkout-
> > flow-support.shipping-methods.flat-rate-shipping-3.shipping-
> > restrictions.allowed-areas.allow-us-po-box&quot; value=&quot;false&quot;/>
>; > <input type=";hidden&quot; name="; checkout-flow-support.merchant-checkout-
> > flow-support.shipping-methods.flat-rate-shipping-3.shipping-
> > restrictions.allowed-areas.us-country-area.country-area"
>; > value=&quot;CONTINENTAL_48"/>
>;
> > Thank you very much.
>
> --
> .-. --- .--. ..-
> 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]

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