<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Programming Questions</title>
    <link>http://www.magentocommerce.com/boards/</link>
    <description>Magento Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-05-15T16:17:39-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Customizing Checkout Process: Showing certain Payment Method IF specific Shipping Method is selected.</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8254/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8254/#When:14:06:00Z</guid>
      <description><![CDATA[<p>Hi All,
</p>
<p>
Anyone have a quick reference to which files will need to be modified in order to do the following:
<br />
- retrieve the selected Shipping Method?
<br />
- display specific Payment Method only if a specific Shipping method is selected
</p>
<p>
Also, how would I find the value of the &#8220;shipping&#8221; variable that gets passed into the &#8220;Step 4: Payment Method&#8221;?
</p>
<p>
I know of the following files off-hand that might be involved,
<br />
- app/code/core/Mage/Checkout/Model/Type/Multishipping.php
<br />
- app/code/core/Mage/Checkout/Model/Type/Onepage.php
<br />
- - app/code/core/Mage/Checkout/controllers/OnepageController.php
</p>
<p>
Thanks,
<br />
  Lee
</p>]]></description>
      <dc:date>2008-05-15T14:06:00-08:00</dc:date>
    </item>

    <item>
      <title>MagentoLite</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8105/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8105/#When:14:53:51Z</guid>
      <description><![CDATA[<p>Hi guys,
</p>
<p>
I am so impressed with Magento&#8217;s templating engine I would like to use Magento for a general purpose dynamic website, that is not necessarily a store. I was wondering, is there a way to use the Magento framework/template engine without the &#8220;store&#8221; overhead or without gutting the template engine all together?
</p>
<p>
Is it possible to just disable modules and call Mage::run()  as type=&#8217;website&#8217;? Or is it a one-way configuration?
</p>
<p>
Thanks
</p>]]></description>
      <dc:date>2008-05-13T14:53:51-08:00</dc:date>
    </item>

    <item>
      <title>Multiple ratlerates &#63;</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8258/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8258/#When:15:17:05Z</guid>
      <description><![CDATA[<p>Hello,
</p>
<p>
Is it possible to use multiples tablerates in the same store (for 2 different carrier for example) ?
</p>
<p>
Thanks.
</p>]]></description>
      <dc:date>2008-05-15T15:17:05-08:00</dc:date>
    </item>

    <item>
      <title>Paymenth module integration help</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8257/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8257/#When:15:14:24Z</guid>
      <description><![CDATA[<p>Hello,
</p>
<p>
I use magento for this online shop: <a href="http://www.antury.com" target="_blank">http://www.antury.com</a>, and i have to implement the payment system <a href="http://www.pagosonline.com" target="_blank">http://www.pagosonline.com</a> (In Colombia), I already put the module, but it dont have the code for the php file, idont understand how to get the vars.
<br />
I have to model 3 pages, one for send the info (this is my big problem), and must content something like this:
<br />
<div class="codeblock"><code>
<span style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;&nbsp;$clave_secreta&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"1111111111111111"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$usuarioId</span><span style="color: #007700">=</span><span style="color: #0000BB">2</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$refVenta</span><span style="color: #007700">=</span><span style="color: #0000BB">0001</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$valor</span><span style="color: #007700">=</span><span style="color: #0000BB">116000</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$iva</span><span style="color: #007700">=</span><span style="color: #0000BB">16000</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$moneda</span><span style="color: #007700">=</span><span style="color: #0000BB">COP</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$descripcion&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"Pruebas&nbsp;de&nbsp;Generacion&nbsp;de&nbsp;Firmas"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$firma</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">"$clave_secreta~$usuarioId~$refVenta~$valor~$moneda"</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$firma_codificada&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">md5</span><span style="color: #007700">(</span><span style="color: #0000BB">$firma</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">?&gt;<br /><br /><br /></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">form&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"form1"&nbsp;</span><span style="color: #0000BB">method</span><span style="color: #007700">=</span><span style="color: #DD0000">"post"<br />&nbsp;&nbsp;</span><span style="color: #0000BB">action</span><span style="color: #007700">=</span><span style="color: #DD0000">"https://gateway2.pagosonline.net/apps/gateway/index.html"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">table&nbsp;width</span><span style="color: #007700">=</span><span style="color: #DD0000">"500"&nbsp;</span><span style="color: #0000BB">border</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"&nbsp;</span><span style="color: #0000BB">cellpadding</span><span style="color: #007700">=</span><span style="color: #DD0000">"0"&nbsp;</span><span style="color: #0000BB">cellspacing</span><span style="color: #007700">=</span><span style="color: #DD0000">"2"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#000099"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">th&nbsp;width</span><span style="color: #007700">=</span><span style="color: #DD0000">"119"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Campo</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">th</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">th&nbsp;width</span><span style="color: #007700">=</span><span style="color: #DD0000">"375"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Valor</span><span style="color: #007700">&lt;/</span><span style="color: #0000BB">th</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#CCCCCC"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Usuario</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"usuarioId"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;?php&nbsp;echo($usuarioId)&nbsp;?&gt;"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#DEDEDE"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Descripci</span><span style="color: #007700">&amp;</span><span style="color: #0000BB">oacute</span><span style="color: #007700">;</span><span style="color: #0000BB">n</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"descripcion"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;?php&nbsp;echo&nbsp;$descripcion&nbsp;?&gt;"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#CCCCCC"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Ref</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">Venta</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"refVenta"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;?php&nbsp;echo&nbsp;$refVenta&nbsp;?&gt;"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#DEDEDE"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Valor</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"valor"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;?php&nbsp;echo&nbsp;$valor&nbsp;?&gt;"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#CCCCCC"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#CCCCCC"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">IVA</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"iva"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;?php&nbsp;echo&nbsp;$iva&nbsp;?&gt;"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#DEDEDE"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#DEDEDE"</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Moneda</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"moneda"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;?php&nbsp;echo&nbsp;$moneda&nbsp;?&gt;"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#CCCCCC"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;</span><span style="color: #0000BB">Firma</span><span style="color: #007700">:&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"firma"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text"<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"&lt;?php&nbsp;echo&nbsp;$firma_codificada&nbsp;?&gt;"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">tr&nbsp;bgcolor</span><span style="color: #007700">=</span><span style="color: #DD0000">"#CCCCCC"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">input&nbsp;name</span><span style="color: #007700">=</span><span style="color: #DD0000">"Submit"&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">=</span><span style="color: #DD0000">"submit"&nbsp;</span><span style="color: #0000BB">value</span><span style="color: #007700">=</span><span style="color: #DD0000">"Enviar"</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">tr</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&lt;/</span><span style="color: #0000BB">table</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">form</span><span style="color: #007700">&gt;</span>
</code></div>
</p>
<p>
I dont know where to put that, i how get the vars with the post method.
</p>
<p>
The other pages, are the answer page, and the confirmation page, but i think this is more easy.
</p>
<p>
Thanks for help!!!!
</p>
<p>
SeeYa.
</p>]]></description>
      <dc:date>2008-05-15T15:14:24-08:00</dc:date>
    </item>

    <item>
      <title>Automatic Images</title>
      <link>http://www.magentocommerce.com/boards/viewthread/7457/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/7457/#When:12:56:10Z</guid>
      <description><![CDATA[<p>I would like it very much if I could just batch upload some images, and then have the products automatically pick which image to use based on the name
</p>
<p>
For example:
<br />
If I name an image <b>b</b>SKUcolor then it would be the base image for the sku of that number and that color. If I name it <b>t</b>SKUcolor then it would automatically be the image for the thumbnail, and <b>s</b>SKUcolor for the standard.
</p>
<p>
That would be so much quicker than having to, 1 by 1,  tell which item to use which image, and upload the images all individually.
</p>
<p>
Can anyone think of a way to do this?
<br />
I can figure out how to batch upload the images, but not how to tell Magento to automatically use them.
</p>]]></description>
      <dc:date>2008-05-02T12:56:10-08:00</dc:date>
    </item>

    <item>
      <title>How do I list 2 different categories on homepage</title>
      <link>http://www.magentocommerce.com/boards/viewthread/7408/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/7408/#When:23:57:49Z</guid>
      <description><![CDATA[<p>Hello,
</p>
<p>
I was developping some code to be able to display products from different categories on home page.
</p>
<p>
I&#8217;ve have the following problem : only the first category is list even if correct category id is set.
</p>
<p>
So I check my code, but I was unable to find the problem. Then I tried &#8216;core code&#8217; with the following blocks on home page :
</p>
<p>
<div class="codeblock"><code>
<span style="color: #0000BB">&#123;&#123;block&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"catalog/product_list"&nbsp;</span><span style="color: #0000BB">category_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"5"&nbsp;</span><span style="color: #0000BB">template</span><span style="color: #007700">=</span><span style="color: #DD0000">"catalog/product/list.phtml"</span><span style="color: #0000BB">&#125;&#125;&nbsp;<br /><br />&#123;&#123;block&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"catalog/product_list"&nbsp;</span><span style="color: #0000BB">category_id</span><span style="color: #007700">=</span><span style="color: #DD0000">"6"&nbsp;</span><span style="color: #0000BB">template</span><span style="color: #007700">=</span><span style="color: #DD0000">"catalog/product/list.phtml"</span><span style="color: #0000BB">&#125;&#125;</span>
</code></div>
</p>
<p>
The first block shows correct products of the category (id=5) but the second block show the products of the previous category (id=5) and not the products of the awaiting category (id=6).
</p>
<p>
I mention that no cache is used on our development plateform.
</p>
<p>
Any idea ?
</p>
<p>
Luc
</p>]]></description>
      <dc:date>2008-05-01T23:57:49-08:00</dc:date>
    </item>

    <item>
      <title>Beanstream payment method</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8255/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8255/#When:14:10:30Z</guid>
      <description><![CDATA[<p>I&#8217;ve just finished coding this payment method (Beanstream.com) ... contact me if you&#8217;re interested to get the source
</p>]]></description>
      <dc:date>2008-05-15T14:10:30-08:00</dc:date>
    </item>

    <item>
      <title>Plea for controller action override tutorial/docs</title>
      <link>http://www.magentocommerce.com/boards/viewthread/3332/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/3332/#When:07:08:49Z</guid>
      <description><![CDATA[<p>Could we PLEASE PLEASE PLEASE with a cherry on top have a step-by-step tutorial for overriding a standard Magento controller?
</p>
<p>
There are a few threads in the forums that talk about overriding helpers, etc, but there doesn&#8217;t seem to be a complete set of instructions for overriding a controller.
</p>
<p>
This seems to be a core necessity for extending/modifying Magento for custom functionality.
</p>
<p>
Suggestions for information to include:
</p>
<p>
All XML files that need to be modified and the EXACT code that needs to be put in (and the full paths to them, sometimes the other threads aren&#8217;t clear on which file you&#8217;re supposed to be modifying.)
</p>
<p>
File locations and modifications that are necessary for the controller to be recognized.&nbsp; The best I&#8217;ve been able to manage so far is to have the core_url_rewrite SQL table point at a different controller (checkout/cart mapping to mymodule/cart) but the best I&#8217;ve been able to do is get a &#8216;404 Not Found 1&#8217; page.
</p>
<p>
Thanks in advance for any help.
</p>]]></description>
      <dc:date>2008-02-12T07:08:49-08:00</dc:date>
    </item>

    <item>
      <title>Error in configuration/categories</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8245/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8245/#When:12:22:31Z</guid>
      <description><![CDATA[<p>Now getting this error since latest update when I click on configuration/categories? any ideas?
</p>
<p>
Warning: include(Mage/Adminhtml/Model/System/Config/Backend/Seo/Product.php) [function.include]: failed to open stream: No such file or directory  in /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Core/functions.php on line 44
<br />
Trace:
<br />
#0 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Core/functions.php(44): mageCoreErrorHandler(2, &#8216;include(Mage/Ad...&#8217;, &#8216;/var/www/vhosts...&#8217;, 44, Array)
<br />
#1 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Core/functions.php(44): __autoload()
<br />
#2 [internal function]: __autoload(&#8217;Mage_Adminhtml_...&#8217;)
<br />
#3 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Core/Model/Config.php(696): class_exists(&#8217;Mage_Adminhtml_...&#8217;)
<br />
#4 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/Mage.php(294): Mage_Core_Model_Config-&gt;getModelInstance(&#8217;adminhtml/syste...&#8217;, Array)
<br />
#5 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Adminhtml/Block/System/Config/Form.php(232): Mage::getModel(&#8217;adminhtml/syste...&#8217;)
<br />
#6 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Adminhtml/Block/System/Config/Form.php(170): Mage_Adminhtml_Block_System_Config_Form-&gt;initFields(Object(Varien_Data_Form_Element_Fieldset), Object(Mage_Core_Model_Config_Element), Object(Mage_Core_Model_Config_Element))
<br />
#7 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Adminhtml/Block/System/Config/Edit.php(84): Mage_Adminhtml_Block_System_Config_Form-&gt;initForm()
<br />
#8 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Adminhtml/controllers/System/ConfigController.php(78): Mage_Adminhtml_Block_System_Config_Edit-&gt;initForm()
<br />
#9 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Core/Controller/Varien/Action.php(342): Mage_Adminhtml_System_ConfigController-&gt;editAction()
<br />
#10 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Core/Controller/Varien/Router/Admin.php(148): Mage_Core_Controller_Varien_Action-&gt;dispatch(&#8217;edit&#8217;)
<br />
#11 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/code/core/Mage/Core/Controller/Varien/Front.php(146): Mage_Core_Controller_Varien_Router_Admin-&gt;match(Object(Mage_Core_Controller_Request_Http))
<br />
#12 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/app/Mage.php(427): Mage_Core_Controller_Varien_Front-&gt;dispatch()
<br />
#13 /var/www/vhosts/justmodelsandkits.co.uk/httpdocs/index.php(40): Mage::run(&#8217;default&#8217;)
<br />
#14 &#123;main&#125;
</p>]]></description>
      <dc:date>2008-05-15T12:22:31-08:00</dc:date>
    </item>

    <item>
      <title>Change content if user is logged in (via static blocks)</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8240/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8240/#When:11:23:11Z</guid>
      <description><![CDATA[<p>I am pretty sure this is possible (well i hope).
</p>
<p>
I have a static block that I have created from the admin. Within that static block is some very basic text content that I want to change based if the customer is logged in or not...ie: in a similar way i guess to how the Log in / Log out text works.
</p>
<p>
I have done a few searches, but it does not appear to be an area that&#8217;s been covered, it at all, in any great detail.
</p>
<p>
I am presuming some form of if statement will be needed, but not knowing the code fully yet, I&#8217;m not sure how this could be achieved.
</p>
<p>
All answered warmly received.
</p>]]></description>
      <dc:date>2008-05-15T11:23:11-08:00</dc:date>
    </item>

    
    </channel>
</rss>