Magento Question: Download Magento PDF

How to set different themes for logged in users?

Tweet Share WhatsApp

Answer:

1) if(Mage::getSingleton('customer/session')->isLoggedIn()):
2) Mage::getDesign()->setPackageName('package_name')->setTheme('themename');
3) endif;

Download Magento PDF Read All 38 Magento Questions
Previous QuestionNext Question
How to add an external javascript/css file to Magento?How to get the total price of items currently in the Cart?