Purpose: Template used to customize the design of the home page of your store.
Code Blocks
Note: It is important to preserve the commented tags to ensure the software performs correctly.
[leftbar]
[rightbar]
[CONTENT]
[category_Header-specials] [catalogid] [THUMBNAIL] [name] [catalogid] [name] [review_average] [review_count] [product_yourprice] [ITEMPRICE] [product_yourprice] [ITEMPRICE] [product_onsale] [ITEMSALEPRICE] [category_buyitlink] [catalogid] [product_items]
[CONTENT]
Important Code Blocks:-
- LEFT_BAR: To include left sidebar on the page.
- RIGHT_BAR: To include left sidebar on the page.
- home_carousel: To insert home page carousal.
- template_scripts: Items inside this code block will replace variable [page_scripts] variable in frame.html. This is used to insert scripts in frame.html.
- template_styles: Items inside this code block will replace variable [page_styles] variable in frame.html. This is used to insert styles in frame.html.
Variables
Note: Many of the following variables are dynamically inserted from your cart’s Settings ->Design ->Store Language section.
- [leftbar]: This variable includes leftbar.html contents into home.html when left sidebar is enabled for the page.
- [rightbar]: This variable includes rightbar.html contents into home.html when left sidebar is enabled for the page.
- [category_Header-specials] – Displays the Title of “Featured Products” header of the page. (See Settings ->Design ->Store Language)
- [catalogid] – This variable inserts the product’s catalog ID wherever applicable for scripting when the product is referenced. (i.e. Product images, links to product, etc.)
- [THUMBNAIL] – Inserts the respective product’s thumbnail image.
- [name] – Inserts the product’s Name information.
- [review_average] – Inserts the product’s individual Rating Average
- [product_yourprice] – Displays the Title of the “Your Price” section of the Product’s pricing section. (See Settings ->Design ->Store Language)
- [ITEMPRICE] – Inserts the Product’s Price information.
- [product_onsale] – Displays the Title of the “On Sale” section of the Product’s pricing section. (See Settings ->Design ->Store Language)
- [ITEMSALEPRICE] – Inserts the Product’s Sale Price information.
- [category_buyitlink] – Displays the Title of the “Add to Cart” button/link. (See Settings ->Design ->Store Language)
- [product_items] – Displays products_item.html template, which includes global styles of the products.