Skip to main content
All CollectionsVolume Discounts
Discount Table Configuration
Discount Table Configuration
Steven avatar
Written by Steven
Updated over a month ago

When configuring a discount / offer you have the ability to have a table generated and shown on the Product page. This selection will allow you to use some predefined templates for your table or you can create more custom configurations based on your needs.

Configuring

Go to "Storefront" > "Discount Tables" in our app where you can enable using app blocks.

Placement of your discount table is done in your theme.

- Make sure you put the discount table on your Product Pages that you are actively using.

Design

Change colors, padding, boarders, etc..

Automatic Tables

By default you can use our default table labels.

Custom Tables

Or create new custom tables with additional fields.

Discount Table types for specific offers

If you want to use a different discount table type you can select that in the specific offer.

These variables can be used in your table by enclosing them in double curly braces -> {{ variable }}

  • min_val - Used to display the min quantity or subtotal.

  • max_val - Used to display the max quantity or subtotal.

  • range - Used to show the min-max range.

  • discount - Used to show the discount value based on the offer type. If the offer is % off, this would be the same as percent_discount

  • dollar_amount - Used to the dollar amount the customer would pay.

  • dollar_discount - Used to show the dollar discount the customer would receive.

  • percent_discount - Used to show the percent discount the customer would receive

Add custom footer messaging to a discount table

Did this answer your question?