ลบ compare products และ recently viewed ใน magento

compare products คือการเปรียบเทียบสินค้า และ recently viewed จะแสดงสินค้าที่เราพึ่งดูมาใน magento ซึ่งจะแสดงแสดงอยู่ด้านขวามือเรา ถ้าเกิดเราไม่ต้องการก็สามารถเอาออกได้ครับ
ไปที่ไฟล์ app/design/frontend/default/youttheme/layout/catalog.xml หาโค็ดดังกล่าวและทำการลบออกหรือคอมเมนต์ไว้
<block type="core/template" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/> <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
ต่อมาไปที่ไฟล์ app/design/frontend/default/youttheme/layout/reports.xml หาโค็ดดังกล่าวและทำการลบออกหรือคอมเมนต์ไว้
<block type="reports/product_viewed" before="right.permanent.callout" name="right.reports.product.viewed" template="reports/product_viewed.phtml" />
แค่นี้ละครับมันก็จะไม่มากวนใจเราแล้ว
บทความแนะนำ
