Themes in SmartStore.NET define the design of your shop. There are two different types of themes. One defines the display of the desktop view, and the other defines the display of the mobile view which will automatically be displayed when a customer uses a mobile device to browse through your shop. One theme should be active for each of both types. To choose the default theme of your store, just click on the button Activate.
...
Collapsed | Enhanced |
---|---|
Settings
250px|Option | Description | |||||
---|---|---|---|---|---|---|
Allow Customers To Select A Theme | Check the box to allow customers to select a store theme. If this option is active, your customers can choose a theme from a list in the footer which contains all the themes of your shop. | |||||
Save Theme Choice In Cookie | If this box is left unchecked, the user's theme choice is associated with the account. This may be undesirable, for instance, when multiple users share a guest account. | |||||
Mobile Devices Supported | Check the box to enable mobile devices support. If this option is active, SmartStore.NET will automatically detect whether your customers are browsing your shop with a mobile device and will display the active mobile theme. | |||||
Enable Asset Bundling | Determines if asset files (JS and CSS) should be grouped together in order to speed up page rendering. Select "Auto" if bundling should depend on the debug setting in web.config.
|
...