1. Documenation
  2. Finale WooCommerce Sales Countdown Timer & Scheduler
  3. Shortcodes

Shortcodes

Campaign Grid

Shortcodes is one of the features of Finale PRO version. To show the grid of products associated with a campaign. Refer to this documentation for more details on using this shortcode.

Countdown Timer

To show countdown timer use following shortcode:

[finale_countdown_timer campaign_id="561" skip_rules= "yes"]

Note: To get the output visible following conditions should meet:

  • Campaign should be in Running mode
  • Countdown Timer Visibility for should be set to SHOW. You check manage settings under Campaign Settings > Elements > Countdown Timer
  • Campaign_id is a mandatory parameter

Counter Bar

To show counter bar use following shortcode:

[finale_counter_bar campaign_id="561" product_id="XXX" skip_rules="yes"]

Note: To get the output visible following conditions should meet:

  • Campaign should be in Running mode
  • Counter Bar Visibility for Campaign should be set to SHOW. You check manage settings under Campaign Settings > Elements > Counter Bar
  • Important Note: “product_id” is a mandatory attribute to show counter bars.By default this parameter is available if you are embedding shortcode on product page or in grid but is not available on custom pages built via page builders.

    If you are using page builders to create a custom page, replace XXX with the product ID you want to show counter bars.

Custom Text

To show custom text use following shortcode:

[finale_custom_text campaign_id="561" skip_rules="yes"]

Note: To get the output visible following conditions should meet:

  • Campaign should be in Running mode
  • Custom Text Visibility for Campaign should be set to SHOW. You check manage settings under Campaign Settings > Elements > Custom Text

You can also use these optional attributes:

  • skip_rules: to skip the rule check while displaying countdown timer, counter bar or custom text.
    Example: skip_rules=”no” or skip_rules=”yes” (preferred)
  • debug: Only used for the purpose of troubleshooting.
    In case you are unable to see the output of your shortcode then set debug=”yes” and the system will try to find out why shortcode is not rendering the output.Check out this troubleshooting guide to get in-depth view of how to use this parameter for troubleshooting

Watch this short video to learn more

How can we help?