Change the design of your homepage
Purpose: Template used to customize the design of the home page of your store.
Notes: The template is identical to a category template, with the difference that some code blocks such as paging are not included; as they are not necessary. The list of code blocks are below, for more details on how to customize each block, please review the category_x.html notes.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
- <!--START: CATEGORY_HEADER-->
- [CONTENT]
- <!--END: CATEGORY_HEADER-->
- <!--START: FEATURE_MENU-->
- [category_Header-specials]
- <!--START: CATEGORY_ITEMS-->
- <!--START: ITEM_TEMPLATE_0-->
- [catalogid]
- [THUMBNAIL]
- [name]
- [catalogid]
- [name]
- <!--START: product_review-->
- <!--START: product_review_average-->
- [review_average]
- [review_count]
- <!--END: product_review_average-->
- <!--END: product_review-->
- <!--START: ITEMPRICE-->
- [product_yourprice]
- [ITEMPRICE]
- <!--END: ITEMPRICE-->
- <!--START: SALEPRICE-->
- [product_yourprice]
- [ITEMPRICE]
- [product_onsale]
- [ITEMSALEPRICE]
- <!--END: SALEPRICE-->
- [category_buyitlink]
- [catalogid]
- <!--END: ITEM_TEMPLATE_0-->
- <!--END: CATEGORY_ITEMS-->
- <!--END: FEATURE_MENU-->
- <!--START: CATEGORY_FOOTER-->
- [CONTENT]
- <!--END: CATEGORY_FOOTER-->
Note: Code blocks and their respective variables will only work with specific template pages.
Note: Many of the following variables are dynamically inserted from your cart's Settings ->Design ->Store Language section.