Setting a Minimum Cart Value

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anos atrás
I'd like to be able to set a minimum cart value before the purchase is completed. where do you think it is best to implement it and how.

any suggestion is greatly appreciated.

thank you.
14 anos atrás
1. Place your validation in ValidateCard() method (NopCommerceStore\Modules\OrderSumarry.ascx.cs file)
2. Place the same validation logic in OrderManager.PlaceOrder() method
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.