|
Znode Storefront uses ASP.NET Master Pages and Cascading Style Sheets (CSS) to implement templates for the storefront. This standards based template architecture enables developers familiar with ASP.NET to rapidly customize the storefront without having to learn a proprietary technology.
Highlights of the Znode Storefront Templates
| • | The storefront themes and related files are stored under Web\Themes\Default\ |
| • | The storefront includes one common master page located at Web\Themes\Default\Common\Main.Master - This master page defines the common areas of the storefront including header, footer, navigation, etc |
| • | Each functional area has a secondary master page that inherits from Main.Master. This allows each functional area to control the display specific to that functionality. For example: The product pages have the following master page: Web\Themes\Default\Product\Product.Master |
| • | The storefront has a single style sheet that controls fonts, colors and other global styles. The style sheet is located at Web\Themes\Default\Style.CSS |
View of the themes folder in the Znode Storefront solution

See Also:
Customizing the Storefront Theme
|