<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Change of the Woocommerce price currency</title>
		<link>http://www.kriesi.at/support/topic/change-of-the-woocommerce-price-currency</link>
		<description>Support Forum - Topic: Change of the Woocommerce price currency</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 09:22:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/change-of-the-woocommerce-price-currency" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Change of the Woocommerce price currency"</title>
			<link>http://www.kriesi.at/support/topic/change-of-the-woocommerce-price-currency#post-37728</link>
			<pubDate>Sun, 15 Jan 2012 10:37:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think there's a better solution. Add following code to functions.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;woocommerce_currencies&#38;#39;, &#38;#39;add_custom_currency&#38;#39; );

function add_custom_currency( $currencies ) {
   $currencies[&#38;#39;3DIGITCODE&#38;#39;] = __( &#38;#39;Name of Currency&#38;#39;, &#38;#39;woothemes&#38;#39; );
   return $currencies;
}

add_filter( &#38;#39;add_currency_symbol&#38;#39;, &#38;#39;add_custom_symbol&#38;#39;);

function add_custom_symbol() {
		$currency = get_option( &#38;#39;woocommerce_currency&#38;#39; );
		switch( $currency ) {
			case &#38;#39;3DIGITCODE&#38;#39;: $symbol = &#38;#39;€&#38;#39;; break;
		}
		return $symbol;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace 3DIGITCODE, the symbol (€) and the name of the currency with your currency details.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marthawebmark on "Change of the Woocommerce price currency"</title>
			<link>http://www.kriesi.at/support/topic/change-of-the-woocommerce-price-currency#post-37641</link>
			<pubDate>Sat, 14 Jan 2012 15:10:51 +0000</pubDate>
			<dc:creator>marthawebmark</dc:creator>
			<guid isPermaLink="false">37641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;you can see how to add any currency you want here: &#60;a href=&#34;http://pastie.org/2905821&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2905821&#60;/a&#62;&#60;br /&#62;
i 've just added romanian leu  (ron)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koudiboy on "Change of the Woocommerce price currency"</title>
			<link>http://www.kriesi.at/support/topic/change-of-the-woocommerce-price-currency#post-36898</link>
			<pubDate>Sat, 07 Jan 2012 15:52:00 +0000</pubDate>
			<dc:creator>koudiboy</dc:creator>
			<guid isPermaLink="false">36898@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to change or to add a new currency price, for example to change $ with lv. How should I do this ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
