-
Notifications
You must be signed in to change notification settings - Fork 63
Home
This Wiki will detail how Themes are created for the new Web Store. Themes are variations in color, styling and limited object placement that affect the display of Web Store products and information. (Prior versions of Web Store used the term "templates", but we have switched to using "Themes" both because it is the preferred terminology of the Yii framework that Web Store is built upon, and to differentiate from the old system since the files work differently.)
##Getting Started
- Pro Vs Cloud and Software Tenancy
- The First Step (copy an existing theme)
- View Layer File Structure
- View Layer Full File Breakdown
- Viewsets and Bootstrap
##The Admin Panel
- User defined configurations
- Your theme's configuration page
- Adding customizable options
- Adding a Colorpicker
- Using Google Fonts
##The Public Site This is specific stuff you need to know that will affect your designs. Content, buttons, links, and other things that must be available and visible to the online shopper broken down in a logical way.
- Navigation
- Product Grid
- Product Detail Page
- Cart
- Checkout
- Customer Profile Pages
- Wishlists
- Custom Pages
##Best practices
- The difference between Themes and View Layer files.
- Concerning viewsets
- Other General Recommendations
##Advanced Customizations