Monday 20 June 2016

Magento : Remove recently added items

You simply use following xml layout update in local.xml:

   <remove name="cart_sidebar" />
OR

<action method="unsetChild"><name>cart_sidebar</name></action>


Done! 

No comments:

Post a Comment