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

Multi currency Options
polo
#1 Posted : Monday, March 08, 2010 7:41:34 AM
Rank: Starting Member

Groups: Registered

Joined: 3/8/2010
Posts: 1
Location: Singapore
It is a fatal mistake NOT to sell your items online in only 1 currency (us$). People buying on impulse want to deal in their own money. I offer 5 currencies euro-us-cdn-swiss-pounds because I know 95% of my target will use one of them. The problem is that for each item I have to create 5 buttons. Is there a method like a radio - dropdown menu to select the currency using only 1 button. Nothing wrong with 5 btn but it creates a messy code. thank you very much
Sponsor  
 
nds_webdesign
#2 Posted : Tuesday, March 09, 2010 3:13:10 AM
Rank: Junior Member

Groups: Registered

Joined: 10/15/2009
Posts: 159
Location: Omaha, NE USA
Sure you can use a drop down, here's an example button:

Code:
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="nate@ndswebdesign.com">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Currency Tester">
<input type="hidden" name="amount" value="1.00">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="cn" value="Add special instructions to the seller">
<input type="hidden" name="no_shipping" value="2">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
<table>
<tr><td>Select a Currency</td></tr><tr><td><select name="currency_code">
    <option value="USD">US Dollar</option>
    <option value="CAD">Canadian Dollar</option>
    <option value="EUR">Euro</option>
</select> </td></tr>
</table>
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0"

name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>


If you need additional assistance feel free to contact me at nate@ndswebdesign.com
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 1.9.3 | YAF © 2003-2009, Yet Another Forum.NET
This page was generated in 0.418 seconds.