I want to add a promotion of 10% for every customers 1st purchase on our cscart, but when we’re testing we get the following problemettes:
- If you arrive at the site as a guest, add 1 product to your cart before logging in you get the green alert about qualifying for the promotion
- If you then log and have already used the promotion, you get continued red warnings when checking out that the promotion has already been used…?
Is this an issue with 2.0.6 or the way with which we have setup the promotion (follows)?
Group: if ALL of these conditions are TRUE
Once per customer: YES
Order discount: to percentage of original price: 90
The promotion works correctly if the user is logged in prior to adding items to their cart and the discount is correctly applied when checking out, but the guest handling is broke, same with returning customers…
Am I missing something relating to memberships as ideally I want to differenciate between guests and registered users as the Disable anonymous checkout is checked