Calling Developers!
We are reenergizing our code contribution process! Learn More

How to apply a voucher discount to only normal priced products?

Options
simo.savonen
simo.savonen Spryker Solution Partner Posts: 8 🧑🏻‍🚀 - Cadet

I'm trying to define the query for a voucher code that would apply it's discount to only normal priced products.

A query that finds products by product-label DOES NOT CONTAIN 'SALE' will skip products without any label. The query builder is missing a way to find products where product-label DOES NOT EXIST OR product-label DOES NOT CONTAIN 'SALE'

Answers

  • simo.savonen
    simo.savonen Spryker Solution Partner Posts: 8 🧑🏻‍🚀 - Cadet
    Options

    Looks like this was solved by updating the deprecated classes with the suggested ones in DiscountDependencyProvider. 😀