Click or drag to resize
ECommerceSettings Methods

The ECommerceSettings type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddToCartConversionName
Name of the conversion that will be logged when a user adds a product to the shopping cart.
Public methodStatic memberAddToCartConversionValue
Number that will be recorded along with the specified conversion when a product is added to the shopping cart.
Public methodStatic memberAllowAnonymousCustomers
Indicates if customers need to register in your site so that they can make the purchase.
Public methodStatic memberAllowCombineSiteAndGlobal
Indicates if ecommerce object of given type can be combined site and global within one site. False means that site can use only global or only site records.
Public methodStatic memberAllowGlobalDepartments
Indicates if global departments are allowed.
Public methodStatic memberAllowGlobalDiscountCoupons
Indicates if global discount coupons are allowed.
Public methodStatic memberAllowGlobalManufacturers
Indicates if global manufacturers are allowed.
Public methodStatic memberAllowGlobalObjects
Indicates if global objects of given type are allowed/used on the site specified by site name.
Public methodStatic memberAllowGlobalPaymentMethods
Indicates if global payment methods are allowed.
Public methodStatic memberAllowGlobalProductOptions
Indicates if global product options are allowed.
Public methodStatic memberAllowGlobalProducts
Indicates if global products are allowed.
Public methodStatic memberAllowGlobalSuppliers
Indicates if global suppliers are allowed.
Public methodStatic memberAllowProductsWithoutDocuments
Indicates whether it is possible to create products without document data.
Public methodStatic memberApplyTaxesBasedOn
Indicates whether the tax is applied based on shipping or billing address.
Public methodStatic memberAutomaticCustomerRegistration
Indicates if customer is automatically registered after checkout process and email is send.
Public methodStatic memberAutomaticRegistrationEmailTemplateCodeName
Returns email template code name for automatic customer registration email notification.
Public methodStatic memberDefaultCountryName
Gets default country, choose your country or country where you sell the most. All taxes are applied based on their values in the default country unless the customer specifies their country or state during the checkout process.
Public methodStatic memberDefaultProductImageURL
Gets the URL of the default product image which is used when image of the product is not specified.
Public methodStatic memberDisplayPriceIncludingDiscounts
Indicates if product prices on the live site are displayed including discounts. This takes effect only to prices which are displayed using GetSKUFormattedPrice() method.
Public methodStatic memberDisplayPriceIncludingTaxes
Indicates if product prices on the live site are displayed including taxes. This takes effect only to prices which are displayed using GetSKUFormattedPrice() method.
Public methodStatic memberDisplayProductsInSectionsTree
Indicates if products will be displayed in products sections tree. This setting has no effect when not using sections tree.
Public methodStatic memberEProductsReminder
Gets number of days before e-product expiration when reminder is to be sent.
Public methodStatic memberGetGlobalKeyForType
Returns settings key name allowing global object of given object type.
Public methodStatic memberCheapestVariantAdvertising
Indicates if the system updates the product price, visible in the product listing, automatically with the price of the cheapest product variant.
Public methodStatic memberCheckoutProcess
Gets the checkout process used in the store shopping cart.
Public methodStatic memberInvoiceNumberPattern
Pattern (macro expression) for generating of invoice number.
Public methodStatic memberInvoiceTemplate
Gets HTML template used to generate an invoice (or receipt) after an order is finished and saved.
Public methodStatic memberMarkShoppingCartAsAbandonedPeriod
Number of hours after which are shopping carts marked as abandoned. Default value is 4 hours.
Public methodStatic memberMassUnit
Gets the mass unit code used by the system to represent weights.
Public methodStatic memberNewProductStatus
Product public status which represents the status of the product which is evaluated as a new product (according to the 'Products are new for' setting and 'In store from' product property).
Public methodStatic memberOrderConversionName
Name of the conversion that will be logged when a user completes an order.
Public methodStatic memberOrderConversionValue
Number that will be recorded along with the Order conversion when it is logged.
Public methodStatic memberProductsAreNewFor
Number of days for which created products are marked as 'new products' in the store. Days are counted from the product 'In store from' property.
Public methodStatic memberProductsStartingPath
Path within the content tree where sub-tree of product sections starts.
Public methodStatic memberProductsTree
Returns the mode of displaying tree in the products administration UI.
Public methodStatic memberRedirectToShoppingCart
Indicates if user will be redirected to shopping cart after adding product to cart.
Public methodStatic memberRegistrationConversionName
Name of the conversion that will be logged when a user successfully registers on the website through the checkout process.
Public methodStatic memberRegistrationConversionValue
Number that will be recorded along with the Registration conversion when it is logged.
Public methodStatic memberRelatedProductsRelationshipName
Relationship name to be used for related products.
Public methodStatic memberRequireCompanyInfo
Indicates if it is compulsory to provide company account information in the check out process.
Public methodStatic memberSendEmailsFrom
Gets an e-mail address the e-commerce notification e-mails are sent from.
Public methodStatic memberSendEmailsTo
Gets site-related e-mail address (e.g. merchant's e-mail address) the e-commerce notification e-mails are sent to.
Public methodStatic memberSendOrderNotification
Indicates if e-mail notifications are sent after an order is finished and saved.
Public methodStatic memberSendPaymentNotification
Indicates if e-mail notifications are sent after an order payment is completed.
Public methodStatic memberShoppingCartExpirationPeriod
Number of days before the shopping cart is expired. Default value is 30 days.
Public methodStatic memberShoppingCartURL
Gets the URL of the shopping cart page.
Public methodStatic memberShowOrganizationID
Indicates if organization ID field should be displayed.
Public methodStatic memberShowTaxRegistrationID
Indicates if organization ID field (e.g. VAT registration ID) should be displayed.
Public methodStatic memberUseCustomerCultureForEmails
Indicates if emails to customer will be sent in shopping cart culture.
Public methodStatic memberUseExtraCompanyAddress
Indicates if the option of providing company address is available in the check out process.
Public methodStatic memberUseGlobalCredit
Indicates if global credit is used.
Public methodStatic memberUseGlobalCurrencies
Indicates if global currencies are used.
Public methodStatic memberUseGlobalExchangeRates
Indicates if global exchange rates are used.
Public methodStatic memberUseGlobalInternalStatus
Indicates if global internal statuses are used.
Public methodStatic memberUseGlobalInvoice
Indicates if global invoice is used.
Public methodStatic memberUseGlobalOrderStatus
Indicates if global order statuses are used.
Public methodStatic memberUseGlobalPublicStatus
Indicates if global public statuses are used.
Public methodStatic memberUseGlobalTaxClasses
Indicates if global tax classes are used.
Public methodStatic memberWeightFormattingString
Gets the format used to display product weight. Use {0} expression to insert the weight into the formatting string.
Public methodStatic memberWishListURL
Gets the URL of the wish list page.
Top
See Also