Remove Top Rated From Category Sidebar

Any ideas on how to remove the Top Products block from the sidebar while browsing a category? I have searched everywhere and can’t figure out where the call to this block is coming from.

7 answers

Profile photo of Saguaros 0.00 $tone August 22, 2012
Public

Hi there,

Do you mean the Top Ratedas per our demo site, this is a static block in position-7 and called from CMS > Pages > Home page > Design

PHP Code:

<reference name="left">
         <
block type="cms/block" name="position-7">
        <
action method="setBlockId"><block_id>position-7</block_id></action>
    </
block>
</
reference




However as demo site this block only appears in homepage, please check again.

#1
Profile photo of Luís Algarvio 0.00 $tone November 1, 2013
Public

Hi there,

Do you mean the Top Ratedas per our demo site, this is a static block in position-7 and called from CMS > Pages > Home page > Design

PHP Code:

<reference name="left">
         <
block type="cms/block" name="position-7">
        <
action method="setBlockId"><block_id>position-7</block_id></action>
    </
block>
</
reference




However as demo site this block only appears in homepage, please check again.

How do I do to only show at home page?

#4
Profile photo of Sherlock 0.00 $tone November 4, 2013
Public

How do I do to only show at home page?

Go to edit your home cms page, Click at Design panel and at the field of Layout Update XML you can put this tag

HTML Code:

<reference name="left">
         <block type="cms/block" name="position-7">
		<action method="setBlockId"><block_id>position-7</block_id></action>
	</block>
</reference>

Doing this then the block would display only at homepage !

#5
Profile photo of Luís Algarvio 0.00 $tone November 4, 2013
Public

Go to edit your home cms page, Click at Design panel and at the field of Layout Update XML you can put this tag

HTML Code:

<reference name="left">
         <block type="cms/block" name="position-7">
		<action method="setBlockId"><block_id>position-7</block_id></action>
	</block>
</reference>

Doing this then the block would display only at homepage !

This tag was already there.

#6
Profile photo of Sherlock 0.00 $tone November 5, 2013
Public

Hi mate,

if it was already there then the block should display only at homepage, if it does not work for you you can pm me your admin account, the FTP info if possible, I will take a look for you

#7

Please login or Register to Submit Answer

Written By

Comments