Dynamicweb 8 Documentation
eCommerce.Cart Class Fields


For a list of all members of this type, see eCommerce.Cart members.

Public Fields
 NameDescription
Public FieldAfterCustomerAcceptedValueIsChangedThis notification is broadcast after Customer Accepted value is set. This notification is only broadcast if the Customer Accepted value has been changed.  
Public FieldAfterCustomerAcceptedValueIsSetThis notification is broadcast after Customer Accepted value is set. This notification is always broadcast when the Customer Accepted value is set.  
Public FieldAfterCustomerCountryIsChangedThis notification is broadcast after Country is set. This notification is only broadcast if Country has been changed by the user.  
Public FieldAfterCustomerCountryIsSetThis notification is broadcast after Country is set. This notification is always broadcast when a Country is set by the user.  
Public FieldAfterCustomFieldValueIsChangedThis notification is broadcast after a Custom Order Field is set. This notification is only broadcast if the Custom Order Field value has been changed.  
Public FieldAfterCustomFieldValueIsSetThis notification is broadcast after a Custom Order Field is set. This notification is always broadcast when a Custom Order Field value is set.  
Public FieldAfterDefaultPropertiesValueIsChangedThis notification is broadcast after a Default Order Property is set. This notification is only broadcast if the Default Order Property value has changed.  
Public FieldAfterDefaultPropertiesValueIsSetThis notification is broadcast after a Default Order Property is set. This notification is always broadcast when a Default Order Property is set.  
Public FieldAfterDeliveryCountryIsChangedThis notification is broadcast after Delivery Country is set. This notification is only broadcast if Delivery Country has been changed by the user.  
Public FieldAfterDeliveryCountryIsSetThis notification is broadcast after Delivery Country is set. This notification is always broadcast when a Delivery Country is set by the user.  
Public FieldAfterNewsletterSubscriptionValueIsChangedThis notification is broadcast after Newsletter Subscription is set. This notification is only broadcast if the Newsletter Subscription value has been changed.  
Public FieldAfterNewsletterSubscriptionValueIsSetThis notification is broadcast after Newsletter Subscription is set. This notification is always broadcast when the Newsletter Subscription value is set.  
Public FieldAfterPaymentIsResetThis notification is broadcast after PaymentMethod is reset. This notification is only broadcast if the current PaymentMethod is not available for the current Country/DeliveryCountry.  
Public FieldAfterPaymentMethodIsChangedThis notification is broadcast after PaymentMethod is set. This notification is only broadcast if PaymentMethod has been changed by the user.  
Public FieldAfterPaymentMethodIsSetThis notification is broadcast after payment method is set. This notification is always broadcast when a PaymentMethod is set by the user.  
Public FieldAfterShippingIsResetThis notification is broadcast after ShippingMethod is reset. This notification is only broadcast if the current ShippingMethod is not available for the current Country/DeliveryCountry.  
Public FieldAfterShippingMethodIsChangedThis notification is broadcast after ShippingMethod is set. This notification is only broadcast if ShippingMethod has been changed by the user.  
Public FieldAfterShippingMethodIsSetThis notification is broadcast after ShippingMethod is set. This notification is always broadcast when a ShippingMethod is set by the user.  
Public FieldBeforeCustomerAcceptedValueIsChangedThis notification is broadcast before Customer Accepted value is set. This notification is only broadcast if the Customer Accepted value has been changed.  
Public FieldBeforeCustomerAcceptedValueIsSetThis notification is broadcast before Customer Accepted value is set. This notification is always broadcast when the Customer Accepted value is set.  
Public FieldBeforeCustomerCountryIsChangedThis notification is broadcast before Country is set. This notification is only broadcast if Country has been changed by the user.  
Public FieldBeforeCustomerCountryIsSetThis notification is broadcast before Country is set. This notification is always broadcast when a Country is set by the user.  
Public FieldBeforeCustomFieldValueIsChangedThis notification is broadcast before a Custom Order Field is set. This notification is only broadcast if the Custom Order Field value has been changed.  
Public FieldBeforeCustomFieldValueIsSetThis notification is broadcast before a Custom Order Field is set. This notification is always broadcast when a Custom Order Field value is set.  
Public FieldBeforeDefaultPropertiesValueIsChangedThis notification is broadcast before a Default Order Property is set. This notification is only broadcast if the Default Order Property value has changed.  
Public FieldBeforeDefaultPropertiesValueIsSetThis notification is broadcast before a Default Order Property is set. This notification is always broadcast when a Default Order Property is set.  
Public FieldBeforeDeliveryCountryIsChangedThis notification is broadcast before Delivery Country is set. This notification is only broadcast if Delivery Country has been changed by the user.  
Public FieldBeforeDeliveryCountryIsSetThis notification is broadcast before Delivery Country is set. This notification is always broadcast when a Delivery Country is set by the user.  
Public FieldBeforeNewsletterSubscriptionValueIsChangedThis notification is broadcast before Newsletter Subscription is set. This notification is only broadcast if the Newsletter Subscription value has been changed.  
Public FieldBeforeNewsletterSubscriptionValueIsSetThis notification is broadcast before Newsletter Subscription is set. This notification is always broadcast when the Newsletter Subscription value is set.  
Public FieldBeforePaymentIsResetThis notification is broadcast before PaymentMethod is reset. This notification is only broadcast if the current PaymentMethod is not available for the current Country/DeliveryCountry.  
Public FieldBeforePaymentMethodIsChangedThis notification is broadcast before PaymentMethod is set. This notification is only broadcast if PaymentMethod has been changed by the user.  
Public FieldBeforePaymentMethodIsSetThis notification is broadcast before payment method is set. This notification is always broadcast when a PaymentMethod is set by the user.  
Public FieldBeforeRemovingNonExistingProductsThis notification is broadcast just before Non-existing products are removed.  
Public FieldBeforeRenderingEmptyCartThis notification is broadcast just before an empty cart is rendered.  
Public FieldBeforeRenderingNewStepThis notification is broadcast just before a new step is rendered.  
Public FieldBeforeShippingIsResetThis notification is broadcast before ShippingMethod is reset. This notification is only broadcast if the current ShippingMethod is not available for the current Country/DeliveryCountry.  
Public FieldBeforeShippingMethodIsChangedThis notification is broadcast before ShippingMethod is changed. This notification is only broadcast if ShippingMethod has been changed by the user.  
Public FieldBeforeShippingMethodIsSetThis notification is broadcast before ShippingMethod is set. This notification is always broadcast when a ShippingMethod is set by the user.  
Public FieldCheckoutDoneOrderIsCompleteThis notification is broadcast when the Order is passed back from CheckoutHandler and is complete.  
Public FieldCheckoutDoneOrderIsNotCompleteThis notification is broadcast when the Order is passed back from CheckoutHandler and is not complete.  
Public FieldCreatedThis notification is thrown every time a cart is created. The notification appears when user adds first product to the cart.  
Public FieldDeletedOccurs after the cart has been deleted.  
Public FieldLoadedOccurs after the cart has been loaded.  
Public FieldOnNewsletterSubscribeThis notification is broadcast if user checks the signup for newsletter checkbox.  
Public FieldOrderIsPassedToCheckoutHandlerThis notification is broadcast just before the Order is passed to CheckoutHandler.  
Public FieldOrderValuesSavedThis notification is broadcast after posted Order values have been saved.  
Public FieldSendingConfirmationMailThis notification is broadcast just before each individual Order Email is sent.  
Public FieldSendMailsThis notification is broadcast just before Order Emails are sent.  
Top
See Also

Reference

eCommerce.Cart Class
Dynamicweb.Notifications Namespace

Send Feedback