i have 2 stores view, store view 1 , store view 2 have been creating 2 cms pages same content ex:
{{block type="cms/block" block_id="block_home_page"}} and go cms --> static block , create 2 blocks identifer: block_home_page
i go frontend , switch store view , content of static block changed folowing current store view, when enable caching in end, static block @ frontend has not change, happening , every body can me resolve problem.
i think problem here using two static blocks same identifier. block identifier used uniquely identify static block. since using same identifier 2 blocks, magento unable find correct 1 while caches content.
hence can use 2 different static blocks in 2 differnent cms pages. make sure static block identifiers different.
side note
it seems there bugs in magento static block cacheing in latest release of magento. (version = 1.9.2.0). can find exact problem here , solution using modules such this. (this own module. free though)
Comments
Post a Comment