cancel
Showing results for 
Search instead for 
Did you mean: 

Multi Store Footer Problem - HELP

SOLVED

Multi Store Footer Problem - HELP

Hi

 

I have 3 stores on my Magento installation. 

Each site has its own footer, with content coming from Static Blocks that are allocated to a specific Site View.

 

This is added to the page via cms.xml. For example:

<block type="cms/block" name="cms_footer_links" before="footer_links_ic">
<!--
The content of this block is taken from the database by its block_id.
You can manage it in admin CMS -> Static Blocks
-->
<action method="setBlockId"><block_id>footer_links_ic</block_id></action>
</block>

 

This was fine until recently, when I noticed that suddenly all the sites had the same footer. I hadn't changed anything relating to the footers; although maybe the recent update to 1.9.2 was responsible?

 

Anyway, I don't understand why the footers now don't work properly. Please help, it's driving me crazy.

I don't know where to even start on this.

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Multi Store Footer Problem - HELP

Apparently this is caused by a known bug which was reported in v1.9.2. Here it gives a tempory solution:

Temporary Fix Disable the Blocks HTML output cache and the blocks displayed are correctly.

So that's what I'll do until Magento supply a fix.

View solution in original post

1 REPLY 1

Re: Multi Store Footer Problem - HELP

Apparently this is caused by a known bug which was reported in v1.9.2. Here it gives a tempory solution:

Temporary Fix Disable the Blocks HTML output cache and the blocks displayed are correctly.

So that's what I'll do until Magento supply a fix.