The Collections banner in the left column is not a block position. Seems to be hard coded somewhere. How can I remove it please?
1 answer
HI maz001,
It’s a block, too, created in file: \app\design\frontend\default\jm_fashira\layout\cat alog.xml, at approx line 51, you can see this code:
Code:
<reference name="left"> <block type="catalog/navigation" name="catalog.rightcat" template="catalog/navigation/sidenav.phtml" after="top.search" /> <block type="catalog/product_compare_sidebar" after="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/> <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml"> <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action> <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action> <action method="setLinkUrl"><url>checkout/cart</url></action> </block> </reference> <reference name="right"> <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/> <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml"> <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action> <action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action> </block> </reference>
You can remove or change to your own image in above image folder path.
Regards.