<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open Script Solution&#187; BankWire</title>
	<atom:link href="http://www.openscriptsolution.com/tag/bankwire/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openscriptsolution.com</link>
	<description>... where solutions for script programming are found ...</description>
	<lastBuildDate>Tue, 31 Jan 2012 03:22:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Make Currency Selection Working Properly in BankWire Module of PrestaShop</title>
		<link>http://www.openscriptsolution.com/2010/06/05/how-to-make-currency-selection-working-properly-in-bankwire-module-of-prestashop/</link>
		<comments>http://www.openscriptsolution.com/2010/06/05/how-to-make-currency-selection-working-properly-in-bankwire-module-of-prestashop/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 15:02:35 +0000</pubDate>
		<dc:creator>Masino Sinaga</dc:creator>
				<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[BankWire]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[mata uang]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[pembayaran]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://www.openscriptsolution.com/?p=1205</guid>
		<description><![CDATA[Today I realized that when I switched the currency from the current one to another in BankWire module of PrestaShop, then the value of the money in the new currency did not converted properly. For instant, the current one is $ 20, so I switch it to IDR, then the money become Rp 20 instead [...]]]></description>
			<content:encoded><![CDATA[<p>Today I realized that when I switched the currency from the current one to another in BankWire module of PrestaShop, then the value of the money in the new currency did not converted properly. For instant, the current one is $ 20, so I switch it to IDR, then the money become Rp 20 instead of Rp 183,061. So here is a small modification I made in order to fix this problem. Please note that this modification applied only for the bankwire module that implement the following old code. <span id="more-1205"></span></p>
<p>Open your <strong>/modules/bankwire/payment_execution.tpl</strong> file, and find this code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>37
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">		<span style="color: #339933;">&lt;</span>select id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;currency_payement&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;currency_payement&quot;</span> onChange<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;showElemFromSelect('currency_payement', 'amount_')&quot;</span><span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>then replace with this following code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>37
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">		<span style="color: #339933;">&lt;</span>select id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;currency_payement&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;currency_payement&quot;</span> onChange<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;setCurrency(this.value)&quot;</span><span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Warning: Do not apply this change if the old code you have differs from the old one above!</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.openscriptsolution.com%2F2010%2F06%2F05%2Fhow-to-make-currency-selection-working-properly-in-bankwire-module-of-prestashop%2F&amp;title=How%20to%20Make%20Currency%20Selection%20Working%20Properly%20in%20BankWire%20Module%20of%20PrestaShop" id="wpa2a_2"><img src="http://www.openscriptsolution.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.openscriptsolution.com/2010/06/05/how-to-make-currency-selection-working-properly-in-bankwire-module-of-prestashop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
