View Categories

Fix Per-Product Tag Discounts & Price Display Issues

Problem Description #

Rules created to apply by product tags or to display a per-product pricing table sometimes do not apply or display for tagged products.

Common symptoms:

  • Tag-based rule not applied to items with that tag.

  • Pricing table missing for products expected to show per-product pricing.

Cause:
Tag slug mismatch, caching, or the rule configuration scope is incorrect (e.g., rule set for category instead of tag). Also, product variations or custom product types may not inherit tag rules.

Solution – step-by-step #

  1. Confirm product tags and slugs

    1. Edit product → Tags and confirm exact tag name and slug. Use the slug in any rule that requests it.

  2. Check rule scope

    1. In plugin rule settings, ensure rule targets “Products with tag X”, not category or attribute.

  3. Test on simple product

    1. Test rule on a simple (non-variable) product to confirm functionality. If it works on simple but not variable, address variation support.

  4. Flush caches

    1. Purge caches and test again.

  5. Check whether per-product pricing uses product ID

    1. Some per-product tables expect configuration by product ID rather than tag. Confirm and set accordingly. WPFactory

  6. If issue persists, collect system info and contact support

    1. Provide product ID, product type, tags, and screenshots showing rule and product settings.

Prerequisites

  • Admin access to product and plugin rule settings.

Additional notes / prevention tips

  • Prefer using product IDs for mission-critical rules, because slugs or tags may change over time.