
Announcements
I've created a shopping cart / order form based on the below tutorial with minimal changes (except I display the collection on right side of the screen with a total field at the bottom):
Build A Shopping Cart In Power Apps (matthewdevaney.com)
My customer would like to implement a discount if two or more items containing specific keywords are selected ("Patch" & "Keychain"). So, for example, a Patch or Keychain is originally $8, but if they were to add two to the cart, their price should change to $7.50 (so a 2 for $15 discount). I could figure out how to implement it if they selected two of the same item, but having a hard time figuring it out if they were to, say, add a single keychain AND a single patch (checking the collection for those keywords and updating the prices for every two added).
Any suggestions on how to implement this feature?
Thanks in advance!