YetAnotherForum
Welcome Guest Search | Active Topics | Log In | Register

Shipping based on location Options
Jumper
#1 Posted : Thursday, March 17, 2011 11:13:21 AM
Rank: Starting Member

Groups: Registered

Joined: 3/17/2011
Posts: 1
Hi, I'd like to set up three different flat rate shipping costs based on the locations uk, Europe and international. Is this possible and if so, how can I do this?
Thanks!
Sponsor  
 
ron.guttman
#2 Posted : Thursday, March 17, 2011 12:57:01 PM
Rank: Starting Member

Groups: Registered

Joined: 3/17/2011
Posts: 1
Location: Canada
I have the exact same challenge as Jumper, but have gone one step further. I have incorporated the shipping fees into the product pricing, based on destination. This should lessen cart abandonment as there is no surprise at checkout with excessive shipping charges added there.

I could use PayPal's standard drop-down menu for options. However, graphically, I feel that a radio button set is a better choice for the user. I am using a hosted button (which could be part of the problem).

Here is what I have (and it does renders exactly the way I want ...

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="xxxxxxxxxxx">
<table>
<tr><td><input type="hidden" name="on0" value="Shipping"Shipping</td></tr>
<tr><td>
<input type="radio" name="os0" value="Canada">Canada $9.00<br/>
<input type="radio" name="os0" <value="United States">United States $9.00<br/>
<input type="radio" name="os0" <value="International">International $11.00<br/><br/>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="CAD">
<input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_US/i/btn/btn_cart_LG.gif" border="0" align="right" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

PayPal is complaining about a website error, but I'm not sure what I'm missing.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFVision Theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.180 seconds.