<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=930&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Produkt Module sortby SKU?]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=930</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Produkt Module sortby SKU?.]]></description>
		<lastBuildDate>Wed, 08 Jun 2011 11:04:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Produkt Module sortby SKU?]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=8288#p8288</link>
			<description><![CDATA[<p>Konnte es selber lösen <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/smile.png" alt="smile" />. <br />Falls es jemand auch mal braucht:</p><p>Im Products Module Ordner die Datei: &quot;action.default.php&quot; öffnen und etwa auf Zeile 137, steht </p><div class="codebox"><pre><code>  $sortby = $this-&gt;GetPreference(&#039;sortby&#039;,&#039;product_name&#039;);
    if( isset( $params[&#039;sortby&#039;] ) )
      {
    $tmp = strtolower(trim($params[&#039;sortby&#039;]));
    switch( $tmp )
      {
      case &#039;id&#039;:
        $sortby = &#039;id&#039;;
        break;
    
      case &#039;product_name&#039;:
        $sortby = &#039;product_name&#039;;
        break;
      case &#039;price&#039;:
        $sortby = &#039;price&#039;;
        break;
      case &#039;created&#039;:
        $sortby = &#039;create_date&#039;;
        break;
      case &#039;modified&#039;:
        $sortby = &#039;modified_date&#039;;
        break; </code></pre></div><p>Hier einfach noch folgendes einfügen:</p><div class="codebox"><pre><code> case &#039;sku&#039;:
$sortby = &#039;sku&#039;;
 break;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (dalton)]]></author>
			<pubDate>Wed, 08 Jun 2011 11:04:44 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=8288#p8288</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Produkt Module sortby SKU?]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=8287#p8287</link>
			<description><![CDATA[<p>Hallo,</p><p>ich will Produkte im Products Module nach SKU ordnen nur leider geht das nicht.</p><p>Hab es mit: sortby=&quot;sku&quot; und mit sortby=&quot;f:sku&quot; probiert leider funktioniert das nicht weis jemand wie ich die Produkte nach dem SKU Feld ordnen kann?</p>]]></description>
			<author><![CDATA[dummy@example.com (dalton)]]></author>
			<pubDate>Wed, 08 Jun 2011 10:54:47 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=8287#p8287</guid>
		</item>
	</channel>
</rss>
