Home » Magento

Magento: Show Currency Selector in right sidebar

21 August 2010 1,895 views Popularity: 4% Share/Bookmark

email

Here, I will show you how you can change the location of currency selector in Magento.

By default, the currency selector is displayed in the left sidebar. Here, I will show you how you can show it in right sidebar.

Showing currency selector in product view detail page

Put the following code in layout/directory.xml

<!--
Product default layout
-->

<catalog_product_view>
	<reference name="right">
		<block type="directory/currency" name="currency" before="-" template="directory/currency.phtml"/>
	</reference>
</catalog_product_view>

Showing currency selector in homepage

Go to Admin Panel -> CMS -> Manage Pages -> Edit Homepage

Click Custom Design tab in left sidebar

Write the following code in Layout Update XML box.

<reference name="right">
	<block type="directory/currency" name="currency" before="-" template="directory/currency.phtml"/>
</reference>

Hope this helps. Thanks.

Related posts:

  1. Magento: Show Currency Selector in header
  2. Magento: Convert Price from Current Currency to Base Currency and vice-versa
  3. Magento: How to get Currency Rates?
  4. Magento: Setup multiple currency shop
  5. Magento: Showing Store Selector / Switcher in header and footer
  6. Magento: How to change Currency symbol by Model Override ?
  7. Magento: How to change Currency symbol ?
  8. Magento: Set/Change page layout, title tag, meta keywords and description
  9. Javascript: Show/Hide HTML elements
  10. Magento: Set title, keywords and description in your module
  • http://topsy.com/blog.chapagain.com.np/magento-show-currency-selector-in-right-sidebar/?utm_source=pingback&utm_campaign=L2 Tweets that mention Magento: Show Currency Selector in right sidebar | Mukesh Chapagain’s Blog — Topsy.com

    [...] This post was mentioned on Twitter by magento news, Tech Blog. Tech Blog said: Magento: Show Currency Selector in right sidebar (http://bit.ly/deZKcF) #Magento #sidebar [...]

  • Patricia

    Thanks! it was really helpful and easy :)
    Cheers!

  • Daivu

    wht is this bot currency help is useless… in mag 1.5…