Disable a block

Hi,

How to I disable this or change it?
Attachment 23467

Regards,
Ryan

2 answers

Profile photo of Saguaros 0.00 $tone September 21, 2012
Public

Hi Ryan,

This block located in : \app\design\frontend\default\jm_feronis(your default them)\layout\catalog.xml

PHP Code:

<reference name="right">
     <
block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.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




If you don’t want to use, you can remove this snippet of code, otherwise you can edit by changing the image path: images/media/col_right_callout.jpg

Hope this helps.

#1

This question is now closed

Written By

Comments