<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>รวมวิธีการใช้ Wordpress, Joomla, Drupal, Magento และ SEO &#187; move</title> <atom:link href="http://killthewhat.com/tag/move/feed/" rel="self" type="application/rss+xml" /><link>http://killthewhat.com</link> <description>Knowledge Base by howhost.com</description> <lastBuildDate>Fri, 24 Dec 2010 15:00:17 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.3</generator> <item><title>ย้าย Recently Viewed Products ไปยังใต้สินค้าใน magento</title><link>http://killthewhat.com/magento-tutorials/%e0%b8%a2%e0%b9%89%e0%b8%b2%e0%b8%a2-recently-viewed-products-%e0%b9%84%e0%b8%9b%e0%b8%a2%e0%b8%b1%e0%b8%87%e0%b9%83%e0%b8%95%e0%b9%89%e0%b8%aa%e0%b8%b4%e0%b8%99%e0%b8%84%e0%b9%89%e0%b8%b2%e0%b9%83/</link> <comments>http://killthewhat.com/magento-tutorials/%e0%b8%a2%e0%b9%89%e0%b8%b2%e0%b8%a2-recently-viewed-products-%e0%b9%84%e0%b8%9b%e0%b8%a2%e0%b8%b1%e0%b8%87%e0%b9%83%e0%b8%95%e0%b9%89%e0%b8%aa%e0%b8%b4%e0%b8%99%e0%b8%84%e0%b9%89%e0%b8%b2%e0%b9%83/#comments</comments> <pubDate>Thu, 20 May 2010 13:40:30 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Magento]]></category> <category><![CDATA[move]]></category> <category><![CDATA[product]]></category> <category><![CDATA[recently viewed]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=5974</guid> <description><![CDATA[Recently Viewed Products ที่มีไว้แสดงสินค้าที่ลูกค้าดูมาแล้วมาอะไรบ้าง โดยปกติมันจะขึ้นอยู่ทางด้านขวามือแต่ถ้าเราอยากให้มันแสดงอยู่ใต้สินค้าเราจะทำได้ยังไง พอดีมีลูกค้ามาสอบถามผมก็เลยไปหาคำตอบมาให้และพอทำได้ก็เลยมาเขียนลงใน KTW ดีกว่ามาดูวิธีทำกันดีกว่า 1. แก้ไขไฟล์ app/design/frontend/default/default/layout/reports.xml ให้เป็นดังนี้ &#60;layout version=&#34;0.1.0&#34;&#62; &#60;default&#62; &#60;reference name=&#34;right&#34;&#62; &#60;!-- &#60;block type=&#34;reports/product_viewed&#34; before=&#34;right.permanent.callout&#34; name=&#34;right.reports.product.viewed&#34; template=&#34;reports/product_viewed.phtml&#34; /&#62; --&#62; &#60;/reference&#62; &#60;/default&#62; &#60;catalog_product_view&#62; &#60;reference name=&#34;content&#34;&#62; &#60;reference name=&#34;product.info&#34;&#62; &#60;reference name=&#34;product.recently.viewed&#34;&#62; &#60;block type=&#34;reports/product_viewed&#34; before=&#34;right.permanent.callout&#34; name=&#34;right.reports.product.viewed&#34; template=&#34;reports/product_viewed.phtml&#34; /&#62; &#60;/reference&#62; &#60;/reference&#62; &#60;/reference&#62; &#60;/catalog_product_view&#62; &#60;/layout&#62; 2. สร้าง block ใหม่ใน app/design/frontend/default/default/layout/catalog.xml โดยนำโค็ดด้านล่าง &#60;!-- product_viewed add --&#62; [...]]]></description> <content:encoded><![CDATA[<p>Recently Viewed Products ที่มีไว้แสดงสินค้าที่ลูกค้าดูมาแล้วมาอะไรบ้าง โดยปกติมันจะขึ้นอยู่ทางด้านขวามือแต่ถ้าเราอยากให้มันแสดงอยู่ใต้สินค้าเราจะทำได้ยังไง<span
id="more-5974"></span></p><p>พอดีมีลูกค้ามาสอบถามผมก็เลยไปหาคำตอบมาให้และพอทำได้ก็เลยมาเขียนลงใน KTW ดีกว่ามาดูวิธีทำกันดีกว่า</p><p>1. แก้ไขไฟล์ app/design/frontend/default/default/layout/reports.xml ให้เป็นดังนี้</p><pre class="brush: php; title: ;">
&lt;layout version=&quot;0.1.0&quot;&gt;
&lt;default&gt;
&lt;reference name=&quot;right&quot;&gt;
&lt;!-- &lt;block type=&quot;reports/product_viewed&quot; before=&quot;right.permanent.callout&quot; name=&quot;right.reports.product.viewed&quot; template=&quot;reports/product_viewed.phtml&quot; /&gt; --&gt;
&lt;/reference&gt;
&lt;/default&gt;
&lt;catalog_product_view&gt;
&lt;reference name=&quot;content&quot;&gt;
&lt;reference name=&quot;product.info&quot;&gt;
&lt;reference name=&quot;product.recently.viewed&quot;&gt;
&lt;block type=&quot;reports/product_viewed&quot; before=&quot;right.permanent.callout&quot; name=&quot;right.reports.product.viewed&quot; template=&quot;reports/product_viewed.phtml&quot; /&gt;
&lt;/reference&gt;
&lt;/reference&gt;
&lt;/reference&gt;
&lt;/catalog_product_view&gt;
&lt;/layout&gt;
</pre><p>2. สร้าง block ใหม่ใน app/design/frontend/default/default/layout/catalog.xml โดยนำโค็ดด้านล่าง</p><pre class="brush: php; title: ;">
 &lt;!-- product_viewed add --&gt;
            &lt;block type=&quot;catalog/product_view&quot; name=&quot;product.info&quot; template=&quot;catalog/product/view.phtml&quot;&gt;
		 &lt;!-- product_viewed add --&gt;
</pre><p>ไปใส่ไว้ใต้</p><pre class="brush: php; title: ;">
&lt;!--
Product view
--&gt;

&lt;catalog_product_view&gt;
&lt;!-- Mage_Catalog --&gt;
&lt;reference name=&quot;root&quot;&gt;
&lt;action method=&quot;setTemplate&quot;&gt;&lt;template&gt;page/2columns-right.phtml&lt;/template&gt;&lt;/action&gt;
&lt;/reference&gt;
&lt;reference name=&quot;head&quot;&gt;
&lt;action method=&quot;addJs&quot;&gt;&lt;script&gt;varien/product.js&lt;/script&gt;&lt;/action&gt;

&lt;action method=&quot;addItem&quot;&gt;&lt;type&gt;js_css&lt;/type&gt;&lt;name&gt;calendar/calendar-win2k-1.css&lt;/name&gt;&lt;params/&gt;&lt;!--&lt;if/&gt;&lt;condition&gt;can_load_calendar_js&lt;/condition&gt;--&gt;&lt;/action&gt;
&lt;action method=&quot;addItem&quot;&gt;&lt;type&gt;js&lt;/type&gt;&lt;name&gt;calendar/calendar.js&lt;/name&gt;&lt;!--&lt;params/&gt;&lt;if/&gt;&lt;condition&gt;can_load_calendar_js&lt;/condition&gt;--&gt;&lt;/action&gt;
&lt;action method=&quot;addItem&quot;&gt;&lt;type&gt;js&lt;/type&gt;&lt;name&gt;calendar/calendar-setup.js&lt;/name&gt;&lt;!--&lt;params/&gt;&lt;if/&gt;&lt;condition&gt;can_load_calendar_js&lt;/condition&gt;--&gt;&lt;/action&gt;
&lt;/reference&gt;
&lt;reference name=&quot;content&quot;&gt;
&lt;block type=&quot;catalog/product_view&quot; name=&quot;product.info&quot; template=&quot;catalog/product/view.phtml&quot;&gt;

…
</pre><p><a
href="http://killthewhat.com/wp-content/uploads/2010/05/Selection_0017.png" rel="lightbox[5974]"><img
src="http://killthewhat.com/wp-content/uploads/2010/05/Selection_0017.png" alt="" title="Selection_001" width="550" height="162" class="aligncenter size-full wp-image-5975" /></a></p><p>3. ต่อมาแก้ไขไฟล์ app/design/frontend/default/default/template/catalog/product/view.phtm นำโค็ดด้านล่าง</p><pre class="brush: php; title: ;">
&lt;?php echo $this-&gt;getChildHtml('product_recently_viewed') ?&gt;
</pre><p>ไปวางไว้เหนือ</p><pre class="brush: php; title: ;">
&lt;?php echo $this-&gt;getChildHtml('upsell_products') ?&gt;
</pre><p>แค่นี้ละครับ Recently Viewed Products ก็จะมาอยู่บริเวณใต้สินค้าเราแล้ว ถ้าจะแก้ไข layout ของมันให้ไปแก้ที่ไฟล์ app/design/frontend/default/default/template/reports/product_viewed.phtml</p><p>Thank : http://www.magentocommerce.com/boards/viewthread/62096/</p> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/magento-tutorials/%e0%b8%a2%e0%b9%89%e0%b8%b2%e0%b8%a2-recently-viewed-products-%e0%b9%84%e0%b8%9b%e0%b8%a2%e0%b8%b1%e0%b8%87%e0%b9%83%e0%b8%95%e0%b9%89%e0%b8%aa%e0%b8%b4%e0%b8%99%e0%b8%84%e0%b9%89%e0%b8%b2%e0%b9%83/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Component : eXtplorer &#124; จัดการไฟล์ในเว็บ joomla โดยไม่ต้อง FTP</title><link>http://killthewhat.com/joomla-tutorial/component-extplorer-%e0%b8%88%e0%b8%b1%e0%b8%94%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%84%e0%b8%9f%e0%b8%a5%e0%b9%8c%e0%b9%83%e0%b8%99%e0%b9%80%e0%b8%a7%e0%b9%87%e0%b8%9a%e0%b9%82%e0%b8%94%e0%b8%a2/</link> <comments>http://killthewhat.com/joomla-tutorial/component-extplorer-%e0%b8%88%e0%b8%b1%e0%b8%94%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%84%e0%b8%9f%e0%b8%a5%e0%b9%8c%e0%b9%83%e0%b8%99%e0%b9%80%e0%b8%a7%e0%b9%87%e0%b8%9a%e0%b9%82%e0%b8%94%e0%b8%a2/#comments</comments> <pubDate>Sat, 30 May 2009 07:43:18 +0000</pubDate> <dc:creator>snappy</dc:creator> <category><![CDATA[Joomla]]></category> <category><![CDATA[component]]></category> <category><![CDATA[copy]]></category> <category><![CDATA[delete]]></category> <category><![CDATA[directory]]></category> <category><![CDATA[extplorer]]></category> <category><![CDATA[file]]></category> <category><![CDATA[ftp]]></category> <category><![CDATA[move]]></category><guid
isPermaLink="false">http://killthewhat.com/?p=1966</guid> <description><![CDATA[eXtplorer เป็น component ที่จะช่วยในการจัดการกับไฟล์ในเว็บของเราด้วยความสะดวก สำหรับคนที่ไม่ค่อยถนัดกับเรื่อง FTP เท่าไรนัก เพราะตัวนี้จะเป็นคล้ายๆ control panel ผ่านเว็บเราเลยครับในหน้า backend เรามาดูกันครับว่าเจ้าตัวนี้ทำไรได้บาง เข้าถึงไฟล์และไดเร็กทอรี่ต่างๆ แก้ไข, copy, ย้ายและลบไฟล์ ค้นหา, อัฟโหลด และ ดาวโหลดไฟล์ สร้างไฟล์และไดเร็กทอรี่ สร้าง และ แตกไฟล์บีบอัดได้ เปลี่ยนสิทธิ์ของไฟล์ ให้เราดาวโหลด eXtplorer มาติดตั้งครับ เวลเรียกใช้งานให้เราไปที่ Component > joomlaXplorer Link : http://joomlacode.org/gf/project/joomlaxplorer/frs/]]></description> <content:encoded><![CDATA[<p><a
href="http://joomlacode.org/gf/project/joomlaxplorer/frs/">eXtplorer</a> เป็น component ที่จะช่วยในการจัดการกับไฟล์ในเว็บของเราด้วยความสะดวก สำหรับคนที่ไม่ค่อยถนัดกับเรื่อง FTP เท่าไรนัก เพราะตัวนี้จะเป็นคล้ายๆ control panel ผ่านเว็บเราเลยครับในหน้า backend<br
/> <span
id="more-1966"></span><br
/> เรามาดูกันครับว่าเจ้าตัวนี้ทำไรได้บาง</p><ul><li>เข้าถึงไฟล์และไดเร็กทอรี่ต่างๆ</li><li>แก้ไข, copy, ย้ายและลบไฟล์</li><li>ค้นหา, อัฟโหลด และ ดาวโหลดไฟล์</li><li>สร้างไฟล์และไดเร็กทอรี่</li><li>สร้าง และ แตกไฟล์บีบอัดได้</li><li>เปลี่ยนสิทธิ์ของไฟล์</li></ul><p>ให้เราดาวโหลด <a
href="http://joomlacode.org/gf/project/joomlaxplorer/frs/">eXtplorer</a> มาติดตั้งครับ<br
/> <img
src="http://killthewhat.com/wp-content/uploads/2009/05/explorer.png" alt="explorer" title="explorer" width="436" height="294" class="aligncenter size-full wp-image-1968" /><br
/> เวลเรียกใช้งานให้เราไปที่ Component > joomlaXplorer<br
/> <img
src="http://killthewhat.com/wp-content/uploads/2009/05/explorer1.png" alt="explorer1" title="explorer1" width="482" height="236" class="aligncenter size-full wp-image-1970" /><br
/> <a
href="http://killthewhat.com/wp-content/uploads/2009/05/explorer3.png" rel="lightbox[1966]"><img
src="http://killthewhat.com/wp-content/uploads/2009/05/explorer3.png" alt="explorer3" title="explorer3" width="630" height="325" class="aligncenter size-full wp-image-1972" /></a></p><p>Link : http://joomlacode.org/gf/project/joomlaxplorer/frs/</p> ]]></content:encoded> <wfw:commentRss>http://killthewhat.com/joomla-tutorial/component-extplorer-%e0%b8%88%e0%b8%b1%e0%b8%94%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b9%84%e0%b8%9f%e0%b8%a5%e0%b9%8c%e0%b9%83%e0%b8%99%e0%b9%80%e0%b8%a7%e0%b9%87%e0%b8%9a%e0%b9%82%e0%b8%94%e0%b8%a2/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 24/43 queries in 0.013 seconds using disk

Served from: killthewhat.com @ 2012-02-08 17:55:17 -->
