Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create two pages titled “deal-of-the-week” and “deal-of-the-week-sold”

  2. On “deal-of-the-week”, add a promotion snippet with the following values:

    1. SoldPage – “deal-of-the-week-sold”

    2. ItemTemplate – “UnitPromotion.cshtml” or a custom template if the dealer has one set up.

    3. PromotionTypeId – Place the ID of the Deal of the Week promotion listed in the “Promotions” tab of ICC.

  3. On “deal-of-the-week” add the following scripts to the footer.

    1. Code Block
      <script src="https://assets-cdn.interactcp.com/interactrv/js/common_netcore/countdown.js" type="text/javascript"></script>

      b.

      Code Block
      <script type="text/javascript">$('.dow-unit-content.hidden').removeClass('hidden');</script>

      c.

      Code Block
      <script>// <!--CDATAOPENTAG--> $(function () {
      
      $('.dow-countdown-large').each(function() {
      
      var endDay = new Date($(this).attr('data-end-date'));
      
      $(this).countdown({until: endDay});
      
      });
      
      });
      
      // <!--CDATACLOSETAG--></script>

Variations

We can also do a Deal of the Month. See Chesaco RV for an example.