Update product discount rule to use Product Adapter #663
mattbrailsford
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The product based discount rules in the discount engine currently use straight content pickers for picking which products the rule applies to, but this assumes products are always Umbraco nodes.
With the recent Carts update though, ProductAdapters were updated to be able to lookup products and so I think we should probably change this behaviour and have the product discount rules use this API and a custom picker instead.
Originally raised on Our at https://our.umbraco.com/packages/website-utilities/vendr/vendr-support/108647-use-productadapter-for-product-discount
Beta Was this translation helpful? Give feedback.
All reactions