Class Ecommerce.Cart.AfterShippingCalculationArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
Provides information about order after shipping calculation is executed.
- Inheritance
-
Ecommerce.
Cart. After Shipping Calculation Args
- Inherited Members
Remarks
The passed NotificationArgs is Ecommerce.
Properties
Cancel
Property indicating whether to cancel the execution of the shipping calculation.
Default value is false
.
Property Value
- bool
true
if [cancel]; otherwise,false
.
Order
The Order being handled.
Property Value
- Order
The order.
Price
The information about calculated price.
Property Value
- Price
Calculated The shipping price.
Shipping
The Shipping being executed.
Property Value
- Shipping
The shipping.