{"section":"known-issues","requestedLocale":"en","requestedSlug":"promotional-flag-displayed-on-products-outside-of-the-price-range","locale":"en","slug":"promotional-flag-displayed-on-products-outside-of-the-price-range","path":"docs/en/known-issues/Marketing & Merchandising/promotional-flag-displayed-on-products-outside-of-the-price-range.md","branch":"main","content":"## Summary\n\nThe viewports `$product.DiscountHightLight` and `<vtex.cmc:discountHightLight/>` are based on the teasers provided by checkout as a rule for displaying promotional flags. However, the checkout does not filter \"ItemMinPrice\" rules if other rules are configured.\n\nAs a consequence, promotions that are based on ranges of values for items and have other restrictions, such as payment methods, appear as a promotional flag for other products, even if they are outside the price range for the promotion.\n\n\n## Simulation\n\n1. From the Admin, choose Rates and Benefits > Benefits.\n2. In the upper right corner, click the __New Benefit__ button > __Regular__.\n3. Choose any type of discount.\n4. Under Product Highlight, choose __Highlight__.\n5. Apply some restriction, for example: by price range of the item.\n6. Restrict it by some payment method, such as Bank Slip.\n7. Activate and save the promotion.\n\n## Workaround\n\nUse the checkout API (orderForm Simulation) to fetch information from available teasers for the product, and then render the promotional flag with the desired business rule in a custom way."}