⟩ How to set different themes for logged in users?
1) if(Mage::getSingleton('customer/session')->isLoggedIn()):
2) Mage::getDesign()->setPackageName('package_name')->setTheme('themename');
3) endif;
1) if(Mage::getSingleton('customer/session')->isLoggedIn()):
2) Mage::getDesign()->setPackageName('package_name')->setTheme('themename');
3) endif;
How to create magento custom module?
Explain the difference between MagegetSingletone() and MagegetModel() in Magento?
What is Module conflict?
How to fetch bestsellers products programmatically?
Explain the difference between Final class and Abstract class?
What are the addAttributeToFilter Conditionals in Magento?
How to customize currency symbols?
How to change currency in INR in magento?
How to improve magento performance?
What are the handles in magento (layout)?