<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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>Magik Forum &#187; Forum: Magik Electronics Store - Recent Posts</title>
		<link>http://forum.magikcommerce.com/forum/magik-electronics-store</link>
		<description>Magik Forum</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 08:10:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.magikcommerce.com/search.php</link>
		</textInput>
		<atom:link href="http://forum.magikcommerce.com/rss/forum/magik-electronics-store" rel="self" type="application/rss+xml" />

		<item>
			<title>Kayleeann on "Change Currency Symbol on front page"</title>
			<link>http://forum.magikcommerce.com/topic/change-currency-symbol-on-front-page#post-366</link>
			<pubDate>Thu, 29 Sep 2011 12:57:36 +0000</pubDate>
			<dc:creator>Kayleeann</dc:creator>
			<guid isPermaLink="false">366@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi Anne,&#60;/p&#62;
&#60;p&#62;I had the same problem but seem to have fixed the issue, for my site at least. I also use the magik mobile store theme. you need to locate:&#60;/p&#62;
&#60;p&#62;&#34;app/design/frontend/default/YOURTHEME/template/catalog/product/list.phtml&#34;&#60;/p&#62;
&#60;p&#62;and change this line:&#60;/p&#62;
&#60;p&#62;&#34;&#38;lt;?php echo &#34;$ &#34;.$_product-&#38;gt;getPrice(); ?&#38;gt;&#34;&#60;/p&#62;
&#60;p&#62;to this:&#60;/p&#62;
&#60;p&#62;&#34;&#38;#163;&#38;lt;?php echo number_format($_product-&#38;gt;getPrice(),2,'.',''); ?&#38;gt;&#34;&#60;/p&#62;
&#60;p&#62;I'm in the UK so I put in the pound sign, this is changeable. Also, the string appears twice in list.phtml so make sure you get both! This fixed mine, and now appears with the correct currency and only 2 decimal places.&#60;/p&#62;
&#60;p&#62;Kaylee
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Anne on "Change Currency Symbol on front page"</title>
			<link>http://forum.magikcommerce.com/topic/change-currency-symbol-on-front-page#post-332</link>
			<pubDate>Fri, 02 Sep 2011 11:46:34 +0000</pubDate>
			<dc:creator>Anne</dc:creator>
			<guid isPermaLink="false">332@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;hi &#60;br /&#62;i have the exact same problem just with magik mobil store.&#60;br /&#62;but i can find &#60;code&#62;&#34;app/design/frontend/default/yourtheme/template/catalog/random.phtml&#34; ??&#60;br /&#62;&#60;/code&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>MagikTejas on "Changing the Product Detail page slider"</title>
			<link>http://forum.magikcommerce.com/topic/changing-the-product-detail-page-slider#post-220</link>
			<pubDate>Fri, 01 Apr 2011 05:26:45 +0000</pubDate>
			<dc:creator>MagikTejas</dc:creator>
			<guid isPermaLink="false">220@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi Hassan,&#60;/p&#62;
&#60;p&#62;You can add one more tab on product details page. But there is not enough space to fit 5th newly added tab in the design. So It's better to change &#34;Product Tags&#34; to &#34;Technical Spec&#34;.&#38;nbsp; &#60;/p&#62;
&#60;p&#62;To do this go to&#38;nbsp; &#60;code&#62;app/design/frontend/default/Theme/catalog/product/view.phtml&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In this page search for &#34;Product Tags&#34; &#38;amp; replace with &#34;Technical Spec&#34;&#60;/p&#62;
&#60;p&#62;For changing the content -&#60;/p&#62;
&#60;p&#62;Remove following line -&#60;/p&#62;
&#60;pre lang=&#34;php&#34;&#62;&#38;lt;?php echo $this-&#38;gt;getChildHtml('product_additional_data') ?&#38;gt;&#60;/pre&#62;
&#60;p&#62;&#38;amp; replace there your content for technical spec. &#60;/p&#62;
&#60;p&#62;Hope this will help you.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>ahassan on "Changing the Product Detail page slider"</title>
			<link>http://forum.magikcommerce.com/topic/changing-the-product-detail-page-slider#post-219</link>
			<pubDate>Thu, 31 Mar 2011 06:39:35 +0000</pubDate>
			<dc:creator>ahassan</dc:creator>
			<guid isPermaLink="false">219@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Dear Forum,&#60;/p&#62;
&#60;p&#62;I'm almost done with electronic store and hoping to launch it soon. One&#60;br /&#62;
little modification i want to do in this theme to fit my needs. I need&#60;br /&#62;
to display technical specification of my electronic stuff (laptops,&#60;br /&#62;
keyboards, processors etc.) on the product detail page. I see the four tabs slider below is best place to put this info. &#60;br /&#62;
Questions: &#60;br /&#62;1. Can i add one more tab say &#34;Technical Spec&#34; in these sliders?&#60;br /&#62;2.&#60;br /&#62;
If not than can i change one of the tab say &#34;Product Tags&#34; to my&#60;br /&#62;
required &#34;Technical Spec&#34; and the inside contents of the that tab as&#60;br /&#62;
well?&#60;/p&#62;
&#60;p&#62;Your help will be highly appreciated. Thanks&#60;/p&#62;
&#60;p&#62;Hassan
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Magik Pranali on "Change Currency Symbol on front page"</title>
			<link>http://forum.magikcommerce.com/topic/change-currency-symbol-on-front-page#post-159</link>
			<pubDate>Wed, 12 Jan 2011 05:07:05 +0000</pubDate>
			<dc:creator>Magik Pranali</dc:creator>
			<guid isPermaLink="false">159@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;No it wont cause problem anywhere else.As your are changing only in random.phtml file which is used only on front page(i.e Home page).
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>philrichardson on "Change Currency Symbol on front page"</title>
			<link>http://forum.magikcommerce.com/topic/change-currency-symbol-on-front-page#post-158</link>
			<pubDate>Tue, 11 Jan 2011 14:46:43 +0000</pubDate>
			<dc:creator>philrichardson</dc:creator>
			<guid isPermaLink="false">158@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;Okay, fixed it with..&#60;/p&#62;
&#60;p&#62;'&#60;span class=&#34;price&#34;&#62;&#60;span class=&#34;price&#34;&#62;&#38;pound;&#38;lt;?php echo number_format(($displayed_products[$random_products[$i]]-&#38;gt;getPrice()),'2','.','');&#38;nbsp; ?&#38;gt;&#60;/span&#62;'&#60;/p&#62;
&#60;p&#62;Will that cause problems anywhere else?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Phil&#60;br /&#62;&#60;/span&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>philrichardson on "Change Currency Symbol on front page"</title>
			<link>http://forum.magikcommerce.com/topic/change-currency-symbol-on-front-page#post-157</link>
			<pubDate>Tue, 11 Jan 2011 14:34:18 +0000</pubDate>
			<dc:creator>philrichardson</dc:creator>
			<guid isPermaLink="false">157@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hello again Pranali&#60;/p&#62;
&#60;p&#62;I couldn't find that specific piece of code in random.phtml but i have identified the element that is doing it but when ia adapt it as below, i get...&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;button-row&#34;&#62;&#60;br /&#62;
					&#60;span class=&#34;regular-price&#34;&#62;						&#60;/p&#62;
&#60;p&#62;						&#60;span class=&#34;price&#34;&#62;£19.99000.00&#60;/span&#62;&#60;/span&#62;&#60;/p&#62;
&#60;p&#62;Any clues? Many thanks&#60;/p&#62;
&#60;p&#62;P&#60;br /&#62;&#60;/div&#62;&#60;br /&#62;&#38;nbsp;`&#60;br /&#62;&#60;span class=&#34;price&#34;&#62;&#60;span class=&#34;price&#34;&#62;&#38;pound;&#38;lt;?php echo $displayed_products[$random_products[$i]]-&#38;gt;getPrice(); echo number_format($prod_price,2,'.',''); ?&#38;gt;&#60;/span&#62;&#60;/span&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Magik Pranali on "Change Currency Symbol on front page"</title>
			<link>http://forum.magikcommerce.com/topic/change-currency-symbol-on-front-page#post-155</link>
			<pubDate>Tue, 11 Jan 2011 05:29:59 +0000</pubDate>
			<dc:creator>Magik Pranali</dc:creator>
			<guid isPermaLink="false">155@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;In &#34;random.ptml&#34;&#38;nbsp; replace the below line&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo $displayed_products[$random_products[$i]]-&#38;gt;getPrice(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php $prod_price =&#38;amp;nbsp; $displayed_products[$random_products[$i]]-&#38;gt;getPrice(); echo number_format($prod_price,2,&#38;#39;.&#38;#39;,&#38;#39;&#38;#39;); ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>philrichardson on "Change Currency Symbol on front page"</title>
			<link>http://forum.magikcommerce.com/topic/change-currency-symbol-on-front-page#post-153</link>
			<pubDate>Mon, 10 Jan 2011 11:04:14 +0000</pubDate>
			<dc:creator>philrichardson</dc:creator>
			<guid isPermaLink="false">153@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hello Pranali&#60;/p&#62;
&#60;p&#62;Thak you very much for that! It worked straight away.&#60;/p&#62;
&#60;p&#62;Could i press you once more and see if you can help me get rid of the four places after the decimal point on the same page. At present I have £19.9900 which is a bit mad.&#60;/p&#62;
&#60;p&#62;Many thanks&#60;/p&#62;
&#60;p&#62;Phil
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Magik Pranali on "Change Currency Symbol on front page"</title>
			<link>http://forum.magikcommerce.com/topic/change-currency-symbol-on-front-page#post-151</link>
			<pubDate>Mon, 10 Jan 2011 05:11:32 +0000</pubDate>
			<dc:creator>Magik Pranali</dc:creator>
			<guid isPermaLink="false">151@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hi Philrichardson,&#60;/p&#62;
&#60;p&#62;Go to&#38;nbsp; &#60;code&#62;&#38;quot;app/design/frontend/default/yourtheme/template/catalog/random.phtml&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#38;nbsp;and remove &#34;$&#34; from the following line &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;price&#38;quot; &#38;gt;$&#38;lt;?php echo $displayed_products[$random_products[$i]]-&#38;gt;getPrice(); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;strong&#62;&#60;/strong&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>philrichardson on "Change Currency Symbol on front page"</title>
			<link>http://forum.magikcommerce.com/topic/change-currency-symbol-on-front-page#post-150</link>
			<pubDate>Fri, 07 Jan 2011 16:56:03 +0000</pubDate>
			<dc:creator>philrichardson</dc:creator>
			<guid isPermaLink="false">150@http://forum.magikcommerce.com/</guid>
			<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;Well, i have done a moderately reasonable job of getting the theme up for my site, &#60;a href=&#34;http://www.moods3d.com&#34; rel=&#34;nofollow&#34;&#62;www.moods3d.com&#60;/a&#62; but i have found that the currency symbol is still the dollar sign on the front page (home page).&#60;/p&#62;
&#60;p&#62;How do i change that to a UKP symbol please?&#60;/p&#62;
&#60;p&#62;Thank you - Happy with the theme too!!&#60;/p&#62;
&#60;p&#62;P
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>

