Template Pages

Change the design of your Daily Deal Widget

Purpose: This template is used to display the contents of the Daily Deal feature widget.

Notes: This template contains its own style elements coded directly onto the template to allow font coloring and size changes.

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

For example:

        <!--START: dailydeal-->
          <!--START: savings_percentage-->
            [savings_percentage]
          <!--END: savings_percentage-->
            [catalogid]
            [image1]
            [name]
            [name]
          <!--START: ITEMPRICE-->
            [price]
          <!--END: ITEMPRICE-->
          <!--START: SALEPRICE-->
            [saleprice]
          <!--END: SALEPRICE-->
            [catalogid]
          <!--START: price2-->
            [price2]
            <!--START: SAVINGS-->
              [savings]
            <!--END: SAVINGS-->
          <!--END: price2-->
            [dd_expires]
            [dd_secs]
        <!--END: dailydeal-->
        <!--START: nodeal-->
        <!--END: nodeal-->

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

Note: Several of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance.

  • [savings_percentage] - Inserts the Deal's Savings Percentage factor.
  • [catalogid] - Used by the Software to Insert/Reference the Product's Database ID for linking purposes.
  • [image1] - Inserts the Product's Main image
  • [name] - Inserts and References the Product's Name informaiton.
  • [price] - Inserts the Product's Regular Price. (If the Deal Item is not marked down)
  • [saleprice] - Inserts the Deal item's On Sale Price. (If Deal Item is discounted)
  • [price2] - Inserts the Deal Item's Retail Price.
  • [savings] - Inserts ther Amount of Savings on the Deal.
  • [dd_expires] - This variable is used by the Javascript Timer to countdown to the Deal's Expiration in hours and minutes.
  • [dd_secs] - This variable is used by the Javascript Timer to countdown to the Deal's Expiration in seconds.

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

Screenshot of the dd_widget.html Template