grandnode / grandnode2

Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
https://grandnode.com/
GNU General Public License v3.0
1.05k stars 431 forks source link

discount requirement 'subtotal in shopping cart x.xx' is actually 'customer had spent x.xx amount' #488

Closed kjames2001 closed 3 months ago

kjames2001 commented 3 months ago

discount requirement 'subtotal in shopping cart x.xx' is actually 'customer had spent x.xx amount'.

it even shows 'Required spent amount' when choosing the 'subtotal in shopping cart x.xx' rule. 图片

KrzysztofPajak commented 3 months ago

@kjames2001 I've just checked, and I think it works as it should. When you use the discount rule: "Customer has spent x.xx amount," your customer must have at least one complete order with an amount greater than X. Then, for the next order, the discount will be applied.

kjames2001 commented 3 months ago

@kjames2001 I've just checked, and I think it works as it should. When you use the discount rule: "Customer has spent x.xx amount," your customer must have at least one complete order with an amount greater than X. Then, for the next order, the discount will be applied.

I'm actually trying to use 'subtotal in shopping cart x.xx', but it doesn't work. That's the faulty one, not 'customer had spent x.xx amount'.