Skip to content

Instantly share code, notes, and snippets.

@luizventurote
Created October 31, 2016 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizventurote/e67f34bc99a957774bbd50a10151c7c5 to your computer and use it in GitHub Desktop.
Save luizventurote/e67f34bc99a957774bbd50a10151c7c5 to your computer and use it in GitHub Desktop.
Removes default blocks on Magento 1.

Removing the shopping cart at the right side

<remove name=”right.cart_sidebar”/>

Removing the standard banners

<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 PayPal logo

<remove name=”paypal.partner.right.logo”/>

Remove the compare sidebar

<remove name=”catalog.compare.sidebar”/>

Remove compared products bar

<remove name=”right.reports.product.compared”/>

Remove reorder sidebar

<remove name="sale.reorder.sidebar"></remove>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment