Im having a big issue with static pages on my Magento install.
I have several stores setup. eg, store1, store2, store3…
Store 1, static pages seem to work fine.
Store 2 + 3, the element ‘col-main’ is always empty.
Ive debugged the page controller. The page content is in the database, but when it renders the layout for the page, the content is not added to the output!
I am unsure what else i can do…can anyone shed any light on why this may be happening?
many thanks
Shaun
Is your page content coming from CMS pages? I’d suggest making sure the “scope” of the pages is set correctly to allow them to show across your stores. You can do this by going to CMS -> Pages, select one of your pages and on the “Page Information” tab make sure the “Store View” multi-select has all the applicable store views selected.
If your page still doesn’t show after a refresh, drop a reply here and I’ll help you debug it further.