Magento依据不同的浏览器自动切换package或 theme

Magento根据不同的浏览器自动切换package或 theme在后台设置中:System Configuration Design切换Packa

Magento根据不同的浏览器自动切换package或 theme
在后台设置中:

System > Configuration > Design

切换Package:

在Package设定里面:
添加 exception:
Matched expression: iPhone|iPod
Value: (新建的package名字,如mobile, /magento/app/design/frontend/mobile)

如果要自动切换Theme:

在Themes设定里面:
添加 exception:
Matched expression: iPhone|iPod
Value: (新建的theme名字,如mobile, /magento/app/design/frontend/default/mobile)