ECommerceSettings Methods |
The ECommerceSettings type exposes the following members.
Name | Description | |
---|---|---|
AddToCartConversionName |
Name of the conversion that will be logged when a user adds a product to the shopping cart.
| |
AddToCartConversionValue |
Number that will be recorded along with the specified conversion when a product is added to the shopping cart.
| |
AllowAnonymousCustomers |
Indicates if customers need to register in your site so that they can make the purchase.
| |
AllowCombineSiteAndGlobal |
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.
| |
AllowGlobalDepartments |
Indicates if global departments are allowed.
| |
AllowGlobalManufacturers |
Indicates if global manufacturers are allowed.
| |
AllowGlobalObjects |
Indicates if global objects of given type are allowed/used on the site specified by site name.
| |
AllowGlobalPaymentMethods |
Indicates if global payment methods are allowed.
| |
AllowGlobalProductOptions |
Indicates if global product options are allowed.
| |
AllowGlobalProducts |
Indicates if global products are allowed.
| |
AllowGlobalSuppliers |
Indicates if global suppliers are allowed.
| |
AllowProductsWithoutDocuments |
Indicates whether it is possible to create products without document data.
| |
ApplyTaxesBasedOn |
Indicates whether the tax is applied based on shipping or billing address.
| |
AutomaticCustomerRegistration |
Indicates if customer is automatically registered after checkout process and email is send.
| |
AutomaticRegistrationEmailTemplateCodeName |
Returns email template code name for automatic customer registration email notification.
| |
CheapestVariantAdvertising |
Indicates if the system updates the product price, visible in the product listing, automatically with the price of the cheapest product variant.
| |
CheckoutProcess |
Gets the checkout process used in the store shopping cart.
| |
DefaultCountryName |
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.
| |
DefaultProductImageURL |
Gets the URL of the default product image which is used when image of the product is not specified.
| |
DisplayProductsInSectionsTree |
Indicates if products will be displayed in products sections tree. This setting has no effect when not using sections tree.
| |
EProductsReminder |
Gets number of days before e-product expiration when reminder is to be sent.
| |
GetGlobalKeyForType |
Returns settings key name allowing global object of given object type.
| |
InvoiceNumberPattern |
Pattern (macro expression) for generating of invoice number.
| |
InvoiceTemplate |
Gets HTML template used to generate an invoice (or receipt) after an order is finished and saved.
| |
IsTaxIncludedInPrices |
Indicates whether prices on given site already include tax.
| |
MarkShoppingCartAsAbandonedPeriod |
Number of hours after which are shopping carts marked as abandoned.
Default value is 4 hours.
| |
MassUnit |
Gets the mass unit code used by the system to represent weights.
| |
NewProductStatus |
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).
| |
OrderConversionName |
Name of the conversion that will be logged when a user completes an order.
| |
OrderConversionValue |
Number that will be recorded along with the Order conversion when it is logged.
| |
ProductsAreNewFor |
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.
| |
ProductsStartingPath |
Path within the content tree where sub-tree of product sections starts.
| |
ProductsTree |
Returns the mode of displaying tree in the products administration UI.
| |
RedirectToShoppingCart |
Indicates if user will be redirected to shopping cart after adding product to cart.
| |
RegistrationConversionName |
Name of the conversion that will be logged when a user successfully registers on the website through the checkout process.
| |
RegistrationConversionValue |
Number that will be recorded along with the Registration conversion when it is logged.
| |
RelatedProductsRelationshipName |
Relationship name to be used for related products.
| |
RequireCompanyInfo |
Indicates if it is compulsory to provide company account information in the check out process.
| |
SendEmailsFrom |
Gets an e-mail address the e-commerce notification e-mails are sent from.
| |
SendEmailsTo |
Gets site-related e-mail address (e.g. merchant's e-mail address) the e-commerce notification e-mails are sent to.
| |
SendOrderNotification |
Indicates if e-mail notifications are sent after an order is finished and saved.
| |
SendPaymentNotification |
Indicates if e-mail notifications are sent after an order payment is completed.
| |
ShoppingCartExpirationPeriod |
Number of days before the shopping cart is expired.
Default value is 30 days.
| |
ShoppingCartURL |
Gets the URL of the shopping cart page.
| |
ShowOrganizationID |
Indicates if organization ID field should be displayed.
| |
ShowTaxRegistrationID |
Indicates if organization ID field (e.g. VAT registration ID) should be displayed.
| |
UseCustomerCultureForEmails |
Indicates if emails to customer will be sent in shopping cart culture.
| |
UseExtraCompanyAddress |
Indicates if the option of providing company address is available in the check out process.
| |
UseGlobalCredit |
Indicates if global credit is used.
| |
UseGlobalCurrencies |
Indicates if global currencies are used.
| |
UseGlobalExchangeRates |
Indicates if global exchange rates are used.
| |
UseGlobalInternalStatus |
Indicates if global internal statuses are used.
| |
UseGlobalInvoice |
Indicates if global invoice is used.
| |
UseGlobalOrderStatus |
Indicates if global order statuses are used.
| |
UseGlobalPublicStatus |
Indicates if global public statuses are used.
| |
UseGlobalTaxClasses |
Indicates if global tax classes are used.
| |
WeightFormattingString |
Gets the format used to display product weight. Use {0} expression to insert the weight into the formatting string.
| |
WishListURL |
Gets the URL of the wish list page.
|