1. In the digital_delivery HTML Template, place the {IF-DIGITAL-FILE-RELEASED-END} tag after all related QuickCode tags to display information about the digital object. Use the {IF-DIGITAL-FILE-RELEASED-BEGIN} tag above all of the product related tags. If today's date is less than the release date, nothing from in between the Beginning and Ending tags will be displayed to the user.
2. Example:
Greatest hits download:
{IF-DIGITAL-FILE-RELEASED-BEGIN} Checkout the new release of the Greatest hits! {IF-DIGITAL-FILE-RELEASED-END}
3. Would output this:
Greatest hits download:
Checkout the new release of the Greatest hits!
|