Templates
Templates control what's rendered on each type of page in a Shoplazza online store. Each template represents a specific page type, such as the home page, product pages, or collection pages.
For a full introduction, see the Templates overview.
Template types
| Template | Description |
|---|---|
| index | Home page |
| product | Product detail page |
| collection | Collection listing page |
| cart | Shopping cart page |
| blog | Blog listing page |
| article | Blog article page |
| page | Static page |
| search | Search results page |
| 404 | Page not found |
| password | Password-protected store landing page |
| order | Customer order detail page |
| order-verify | Order lookup page |
| customers/login | Customer login page |
| customers/register | Customer registration page |
| customers/addresses | Customer address management |
| customers/order | Customer order history detail |
| customers/reset_password | Password reset page |
| customers/reset_success | Password reset success page |
Related
- Liquid templates — How templates use JSON to define section layouts