Class ModuleSettings
- Namespace
- Dynamicweb.Ecommerce.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
Class CartModuleSettings.
- Inheritance
-
Module
Settings
- Inherited Members
Constructors
ModuleSettings(Properties)
Initializes a new instance of the Module
Parameters
properties
PropertiesThe properties.
Properties
CartEmptyAction
Gets the empty cart action.
Property Value
- Cart
Empty Action The empty cart action.
CheckoutToQuote
Gets a value indicating whether [checkout to quote].
Property Value
- bool
true
if [checkout to quote]; otherwise,false
.
CountryForPayment
Gets the country for payment.
Property Value
- Country
Selection For Method The country for payment.
CountryForShipping
Gets the country for shipping.
Property Value
- Country
Selection For Method The country for shipping.
CustomerAcceptedErrorMessage
Gets the customer accepted error message.
Property Value
- string
The customer accepted error message.
DefaultPaymentId
Gets the default payment id.
Property Value
- string
The payment id.
DefaultShippingId
Gets the default delivery id.
Property Value
- string
The delivery id.
DeliveryTypes
Gets the delivery types.
Property Value
- string
The delivery types.
DoCreateUserAtCheckout
Gets a value indicating whether [do create user at checkout].
Property Value
- bool
true
if [do create user at checkout]; otherwise,false
.
DoRemoveNonExistingProductsFromCart
Gets a value indicating whether [do remove non existing products from cart].
Property Value
- bool
true
if [do remove non existing products from cart]; otherwise,false
.
DoUpdateUsersByEmail
Gets value indicating if users will be updated by its email
Property Value
DoValidateCustomerAccepted
Gets a value indicating whether [do validate customer accepted].
Property Value
- bool
true
if [do validate customer accepted]; otherwise,false
.
DoValidateStockStatus
Gets a value indicating whether [do validate stock status].
Property Value
- bool
true
if [do validate stock status]; otherwise,false
.
EmptyCartRedirectPage
Gets the empty cart redirect page.
Property Value
- string
The empty cart redirect page.
EmptyCartTemplate
Gets the empty cart template.
Property Value
- string
The empty cart template.
ErrorEmptyPassword
Gets the error empty password.
Property Value
- string
The error empty password.
ErrorEmptyUserName
Gets the name of the error empty user.
Property Value
- string
The name of the error empty user.
ErrorIllegalPasswordCharacters
Gets the error illegal password characters.
Property Value
- string
The error illegal password characters.
ErrorPasswordLength
Gets the length of the error password.
Property Value
- string
The length of the error password.
ErrorPasswordsNotMatch
Gets the error passwords not match.
Property Value
- string
The error passwords not match.
ErrorUserNameTaken
Gets the error user name taken.
Property Value
- string
The error user name taken.
GroupsForNewUsers
Gets the groups for new users.
Property Value
- ICollection<User
Group > The groups for new users.
ImagePatternProductCatalog
Gets the image pattern product catalog.
Property Value
- string
The image pattern product catalog.
Mails
Gets the mails.
Property Value
- IEnumerable<Mail
Info > The mails.
OrderContextID
Gets the order context identifier.
Property Value
- string
The order context identifier.
PaymentTypes
Gets the payment types.
Property Value
- string
The payment types.
ReEnterAction
Gets the re enter action.
Property Value
- Cart
ReEnter Action The re enter action.
SelectAllDeliveries
Gets a value indicating whether [select all deliveries].
Property Value
- bool
true
if [select all deliveries]; otherwise,false
.
SelectAllPayments
Gets a value indicating whether [select all payments].
Property Value
- bool
true
if [select all payments]; otherwise,false
.
SetUserDetailsOnOrder
Gets a value indicating whether [set user details on order].
Property Value
- bool
true
if [set user details on order]; otherwise,false
.
ShopID
Gets the shop identifier.
Property Value
- string
The shop identifier.
Steps
Gets the steps.
Property Value
- IList<Cart
Step >Info The steps.
StockStatusErrorMessage
Gets the stock status error message.
Property Value
- string
The stock status error message.
UseNewsletterSubscription
Gets a value indicating whether [use newsletter subscription].
Property Value
- bool
true
if [use newsletter subscription]; otherwise,false
.
ValidationGroups
Gets the validation groups.
Property Value
- IEnumerable<Validation
Group >Info The validation groups.
Methods
CreateEmptyCartTemplate()
Creates the empty cart template.
Returns
- Template
Template.