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
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.
Problem solved. Thank you.
My pleasure!
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?
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 !
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.
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