Template Pages

Change the design of your Daily Deal Product

Purpose: This is the template used to display product details of the current Daily Deal item.

Notes: This template is identical to the regular listing_x.html template page with the addition of two specific code blocks which control the countdown timer as well as the savings display on the item. (see below)

Think of our Code Blocks as code includes within your HTML document. For example, if you wanted to add a breadcrumb to your page, you need the breadcrumb code block, plus the necessary variables inside that codeblock.

Code blocks will typically begin and end with commented out areas of HTML code which will contain the name of the block for easier reference.

Note: It is important to preserve the commented tags to ensure the software performs correctly.

For example:

<!--START: daily_deals-->
        [dd_expires]
        [dd_secs]
<!--END: daily_deals-->
<!--START: savings_percentage-->
        [savings_percentage]
<!--END: savings_percentage-->

Note: Code blocks and their respective variables will only work with specific template pages.

Note: The following variables are exclusive to the Daily Deal listing page. All other variables behave as they do normally on the listing_x.html template.

The first two variables are present in the form of a javascript which controls the countdown timer on your Daily Deal page(s).

 

  • [dd_expires] - Inserts the expiration of the Daily Deal in days, hours & minutes.
  • [dd_secs] - Inserts the expiration of the Daily Deal in constantly updating seconds.

This next variable showcases the item's percentage of savings.

 

  • [savings_percentage] - Displays the item's percentage off when the Daily Deal is active.

While these next few variables display the item name, price and sale price information as usual.

 

  • [name] - Inserts the product name.
  • [ITEMPRICE] - Inserts the Item's regular price.
  • [ITEMSALEPRICE] - Inserts the Item's Sale Price

 

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

Screenshot of the listing_dd.html Template