cancel
Showing results for 
Search instead for 
Did you mean: 

Multi store layout only showing main store templates

Multi store layout only showing main store templates

I have 2 shops. I am merging one into the other. I setup a Magento multistore on the first one by defining them in admin > manage stores, then set the store URLS, then adding this line above RewriteEngine in .htaccess:

   SetEnvIf Host .*pss.* MAGE_RUN_CODE=pss
   SetEnvIf Host .*pss.* MAGE_RUN_TYPE=website

After that I uploaded my theme's app/design/frontend/pss and skin/frontend/pss folders. I then set my pss store theme package to 'pss'.

Now when I create CMS pages, on "Design > layout", I only see templates for the main store, and not the custom templates for pss. What am I doing wrong?

Thanks,
Francois

PS: I am also getting errors on the front-end. It is complaining about missing template files for that sub theme, but they are present in the them folder.

1 REPLY 1

Re: Multi store layout only showing main store templates

The layouts in cms -> page -> design are defined in modules, not from your theme or default theme, its not the handles in theme layout xml files you are thinking of.