Remove "Our Customer service" block

I’m going crazy here

I dont know how to remove that block with the girl here :
http://jolipanda.com/all-in-one.html

5 answers

Profile photo of chavan 100.00 $tone August 18, 2014
Public
  1. Go to /app/design/frontend/default/(YourActiveTheme)/layout/catalog.xml
  2. Find the lines that say <reference name=”left”> or <reference name=”right”>. In those there should be block definitions for the callouts.
  3. Comment out anything that is a block you don’t want appearing
  4. In the Magento Admin area go to System > Cache Management
  5. Flush your cache
  6. Reload your page in your browser
#2
Profile photo of Adrian Zoescu 0.00 $tone August 18, 2014
Public

Hi. Thank you
Saguaros -- it was already Disabled and for some reason was still on
Chavan -- I already did those modifications but didn’t Flush M Cache -- too many flush buttons I flushed the other cache- but now works

Thank you for fast reponse.

#3
Profile photo of Qiang Wu 0.00 $tone September 11, 2014
Public

This is badly hard coded block, why not creating a new cms block namely position-18, e.g. and add the following code into catalog.xml

HTML Code:

       <block type="cms/block" name="left.permanent.callout" template="callouts/left_col.phtml" after="right.poll">
                <action method="setBlockId"><block_id>position-18</block_id></action>
        </block>
#4

Please login or Register to Submit Answer

Written By

Comments