Template Pages

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:

  1. <!--START: CATEGORY_HEADER-->
  2. [CONTENT]
  3. <!--END: CATEGORY_HEADER-->
  4. <!--START: FEATURE_MENU-->
  5. [category_Header-specials]
  6. <!--START: CATEGORY_ITEMS-->
  7. <!--START: ITEM_TEMPLATE_0-->
  8. [catalogid]
  9. [THUMBNAIL]
  10. [name]
  11. [catalogid]
  12. [name]
  13. <!--START: product_review-->
  14. <!--START: product_review_average-->
  15. [review_average]
  16. [review_count]
  17. <!--END: product_review_average-->
  18. <!--END: product_review-->
  19. <!--START: ITEMPRICE-->
  20. [product_yourprice]
  21. [ITEMPRICE]
  22. <!--END: ITEMPRICE-->
  23. <!--START: SALEPRICE-->
  24. [product_yourprice]
  25. [ITEMPRICE]
  26. [product_onsale]
  27. [ITEMSALEPRICE]
  28. <!--END: SALEPRICE-->
  29. [category_buyitlink]
  30. [catalogid]
  31. <!--END: ITEM_TEMPLATE_0-->
  32. <!--END: CATEGORY_ITEMS-->
  33. <!--END: FEATURE_MENU-->
  34. <!--START: CATEGORY_FOOTER-->
  35. [CONTENT]
  36. <!--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.

  • [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)

Download this Template     (Save as a backup or edit to customize)

Screenshot of the home.html Template