<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Magento: How to get all active payment modules</title>
	<atom:link href="http://inchoo.net/ecommerce/magento/magento-how-to-get-all-active-payment-modules/feed/" rel="self" type="application/rss+xml" />
	<link>http://inchoo.net/ecommerce/magento/magento-how-to-get-all-active-payment-modules/</link>
	<description>Magento Design and Magento Development Professionals - Inchoo</description>
	<lastBuildDate>Mon, 21 May 2012 08:29:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jerome Dennis D</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-get-all-active-payment-modules/comment-page-1/#comment-22842</link>
		<dc:creator>Jerome Dennis D</dc:creator>
		<pubDate>Mon, 26 Sep 2011 09:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3869#comment-22842</guid>
		<description>Thanks a lot for this code. And if anyone wants to have only the active payment methods which are enabled on the back end then they can check a condition given below

[code]

if($paymentModel-&gt;canUseCheckout()==1):

$paymentTitle = Mage::getStoreConfig(&#039;payment/&#039;.$paymentCode.&#039;/title&#039;);

/*And followed by your code*/

endif;
[/code]</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this code. And if anyone wants to have only the active payment methods which are enabled on the back end then they can check a condition given below</p>
<pre class="brush: plain; title: ; notranslate">

if($paymentModel-&gt;canUseCheckout()==1):

$paymentTitle = Mage::getStoreConfig('payment/'.$paymentCode.'/title');

/*And followed by your code*/

endif;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: oreales</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-get-all-active-payment-modules/comment-page-1/#comment-21631</link>
		<dc:creator>oreales</dc:creator>
		<pubDate>Tue, 21 Jun 2011 13:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3869#comment-21631</guid>
		<description>There is another &quot;standard&quot; and &quot;cleaner&quot; way of do it:

Mage_Payment_Helper_Data has a method: getPaymentMethodList that returns an array. Returned array format depends on parameters passed to this method. This is used in different grids in Admin to show an HTML select of payment methods, and can be used in frontend also.

To get an array of Payment Methods, with label and value to show a select in the front, you can use this code:

[code]
Mage::helper(&quot;sales&quot;)-&gt;getPaymentMethodList(true, true, true);
[/code]</description>
		<content:encoded><![CDATA[<p>There is another &#8220;standard&#8221; and &#8220;cleaner&#8221; way of do it:</p>
<p>Mage_Payment_Helper_Data has a method: getPaymentMethodList that returns an array. Returned array format depends on parameters passed to this method. This is used in different grids in Admin to show an HTML select of payment methods, and can be used in frontend also.</p>
<p>To get an array of Payment Methods, with label and value to show a select in the front, you can use this code:</p>
<pre class="brush: plain; title: ; notranslate">
Mage::helper(&quot;sales&quot;)-&gt;getPaymentMethodList(true, true, true);
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-get-all-active-payment-modules/comment-page-1/#comment-7470</link>
		<dc:creator>Saurabh</dc:creator>
		<pubDate>Mon, 28 Jun 2010 16:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3869#comment-7470</guid>
		<description>Hi,

Very useful article. One of my college used this.

Can you explain what is what in this code.

I want to get all active shipping methods.

Regards,
Saurabh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very useful article. One of my college used this.</p>
<p>Can you explain what is what in this code.</p>
<p>I want to get all active shipping methods.</p>
<p>Regards,<br />
Saurabh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-get-all-active-payment-modules/comment-page-1/#comment-6189</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Fri, 12 Feb 2010 16:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3869#comment-6189</guid>
		<description>This is relay helpful ,, 
I searched much , but i didn&#039;t find.....

anyway ,, thanks</description>
		<content:encoded><![CDATA[<p>This is relay helpful ,,<br />
I searched much , but i didn&#8217;t find&#8230;..</p>
<p>anyway ,, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaseem ansari</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-get-all-active-payment-modules/comment-page-1/#comment-6040</link>
		<dc:creator>vaseem ansari</dc:creator>
		<pubDate>Fri, 29 Jan 2010 10:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3869#comment-6040</guid>
		<description>i m newbie in magento, how to use this module i want the paypal payment module to be shown to my customers while they shop
can u suggest  me some thing to do this paypal enable
thanks</description>
		<content:encoded><![CDATA[<p>i m newbie in magento, how to use this module i want the paypal payment module to be shown to my customers while they shop<br />
can u suggest  me some thing to do this paypal enable<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://inchoo.net/ecommerce/magento/magento-how-to-get-all-active-payment-modules/comment-page-1/#comment-6008</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Wed, 27 Jan 2010 09:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://inchoo.net/?p=3869#comment-6008</guid>
		<description>And getActiveMethods() method has a bug , dependent on store based settings in multi store/website environment &quot;googlecheckout/payment&quot; will always return as active method even if it&#039;s disabled</description>
		<content:encoded><![CDATA[<p>And getActiveMethods() method has a bug , dependent on store based settings in multi store/website environment &#8220;googlecheckout/payment&#8221; will always return as active method even if it&#8217;s disabled</p>
]]></content:encoded>
	</item>
</channel>
</rss>

