Namespace Dynamicweb.Ecommerce.Orders.Adjustments.Conditions
Classes
- CountryCondition
A condition that checks if the order is from a specific country.
- CurrencyCondition
A condition that checks if the order currency matches the specified currency code.
- CustomerNumberCondition
A condition that checks if the customer number matches a specific value.
- DateTimeCondition
Condition that checks if the current date and time is within a specified range.
- LanguageCondition
A condition that checks if the order is in a specific language.
- OrderTotalCondition
A condition that checks the total price of an order.
- PaymentCondition
A condition that checks if the order has a specific payment method.
- ProductCondition
A condition that checks if a product is in the order.
- ProductGroupCondition
A condition that checks if a certain amount of products from a certain product group is in the order.
- ShippingCondition
A condition that checks if the order has a specific shipping method.
- ShopCondition
A condition that checks if the order is created in a specific shop.
- UserGroupCondition
A condition that checks if the customer is in a specific user group.
- VoucherCondition
A condition that checks if a voucher is applied to an order.