So you started a new Magento webshop and got overwhelmed by lots of features and widgets?
It could be that you would like to remove some widgets and plugins. In order to do that, navigate to: /app/design/frontend/default/default/layout and open local.xml (or create it).
On top, between the <default>…</default> tags place the removal codes:
Removing the shopping cart at the right side
<remove name=”right.cart_sidebar”/>
<remove name=”right.permanent.callout”/>
<remove name=”left.permanent.callout”/>
Removing recently viewed products
<remove name=”left.reports.product.viewed”/>
<remove name=”right.reports.product.viewed”/>
Removing the top search
<remove name=”top.search” />
Removing the PayPal logo
<remove name=”paypal.partner.right.logo”/>
<remove name=”catalog.compare.sidebar”/>
Remove compared products bar
<remove name=”right.reports.product.compared”/>
<remove name=”sale.reorder.sidebar”></remove>