Skip to content

Testing Discounts

How to properly test rules before publishing.

Why? To eliminate cache and cookies.

Steps:

  • Chrome/Edge: Ctrl + Shift + N (Windows) / Cmd + Shift + N (Mac)
  • Firefox: Ctrl + Shift + P (Windows) / Cmd + Shift + P (Mac)
  • Safari: Cmd + Shift + N

Verify:

  • Is the discount info block displayed?
  • Is the price correctly reduced (Auto Price)?
  • Are the messages and countdown correct?

Verify:

  • Is the discount applied in the cart?
  • Is the discount calculated correctly?
  • Is the tax correct?

Verify:

  • Is the discount included in the order?
  • Is the tracking saved?
  • Is the email correct?

Testing Different Quantities (Bulk/Bundle)

Section titled “Testing Different Quantities (Bulk/Bundle)”
Test 1: 1 pc → No discount
Test 2: 3 pcs → 10% discount
Test 3: 6 pcs → 20% discount
Test 1: Cart 400 CZK → Discount not applied (< 500 CZK)
Test 2: Cart 600 CZK → Discount applied (≥ 500 CZK)
Test 1: Rule A only
Test 2: Rule B only
Test 3: Rules A + B simultaneously

For detailed discount tracking, enable the plugin’s debug panel in settings (WPify → Discount Rules → Debug mode). The panel shows an overview of all rules — whether they are active, filter and condition validation results, pool state, and applied discounts. This allows you to see exactly what is being applied and what is not, and why.

See Troubleshooting for more details.

Basic Settings

  • Rule is active
  • Priority is correct
  • Discount type is correct

Filters and Conditions

  • Filters include the correct products
  • Conditions are properly configured
  • All values are filled in

Application Mode

  • Correct mode for the given discount type
  • Tax is properly configured (Fee Based)

Visual

  • Messages have no typos
  • Countdown is displayed (if enabled in the “Date to” condition)
  • Discount label is filled in

Testing

  • Tested in a private window
  • Various quantities tested
  • Conditions tested
  • Test order completed