Umbraco Commerce
CMSCloudHeartcoreDXP
14.latest
14.latest
  • Umbraco Commerce Documentation
  • Release Notes
    • v14.0.0
    • v14.0.0-Alpha
  • Commerce Products
    • Commerce Packages
    • Commerce Payment Providers
    • Commerce Shipping Providers
  • Getting Started
    • Requirements
    • Installation
    • Licensing
    • Configuration
    • User Interface
  • Upgrading
    • Upgrading Umbraco Commerce
    • Version Specific Upgrade Notes
    • Migrate from Vendr to Umbraco Commerce
      • Migrate Umbraco Commerce Checkout
      • Migrate custom Payment Providers
  • How-To Guides
    • Overview
    • Configure SQLite support
    • Limit Order Line Quantity
    • Use an Alternative Database for Umbraco Commerce Tables
    • Add item to Cart
    • Update Cart
    • Delete item from Cart
  • Key Concepts
    • Get to know the main features
    • Base Currency
    • Calculators
    • Currency Exchange Rate Service Provider
    • Dependency Injection
    • Discount Rules / Rewards
    • Events
      • List of validation events
      • List of notification events
    • Fluent API
    • Order Calculation State
    • Payment Forms
    • Payment Providers
    • Pipelines
    • Price/Amount Adjustments
    • Price Freezing
    • Product Adapters
    • Product Bundles
    • Product Variants
      • Complex Variants
    • Properties
    • ReadOnly and Writable Entities
    • Sales Tax Providers
    • Search Specifications
    • Settings Objects
    • Shipping Package Factories
    • Shipping Providers
    • Shipping Range/Rate Providers
    • Tax Sources
    • UI Extensions
      • Analytics Widgets
      • Entity Quick Actions
      • Order Properties
      • Order Collection Properties
      • Order Line Properties
      • Store Menu Items
    • Umbraco Properties
    • Unit of Work
    • Umbraco Commerce Builder
    • Webhooks
  • Reference
    • Stores
    • Shipping
      • Fixed Rate Shipping
      • Dynamic Rate Shipping
      • Realtime Rate Shipping
    • Taxes
      • Fixed Tax Rates
      • Calculated Tax Rates
    • Storefront API
      • Endpoints
        • Order
        • Checkout
        • Product
        • Customer
        • Store
        • Currency
        • Country
        • Payment method
        • Shipping method
        • Content
    • Management API
    • Go behind the scenes
    • Telemetry
  • Tutorials
    • Overview
    • Getting started with Umbraco Commerce: The Backoffice
Powered by GitBook
On this page
  • Store Settings
  • General
  • Notification Settings
  • Order Settings
  • Product Settings
  • Gift Card Settings
  • Store Configuration
  • Store Permissions

Was this helpful?

Edit on GitHub
Export as PDF
  1. Reference

Stores

Information on Umbraco Commerce Stores

Stores represent a single shop / commercial entity and contain all the settings a configuration specific to that particular store. They are the root entity from which all other Umbraco Commerce entities are connected. They are also able to be linked to content nodes to connect a store to a site.

Store Settings

General settings for a store can be accessed via the UI by clicking on a store node in the Settings > Commerce section.

General

Name
Description

Base Currency

Defines the base currency a store operates in and for which all order values will be converted for the basis of reporting and analytics.

Default Location

Defines the main location of the store and is used by shipping calculators to work out shipping rates.

Default Country

Defines the default country of the store and is used to set the default payment/shipping country of newly created orders.

Default Order Status

Defines the order status to assign newly created orders to.

Error Order Status

Defines the order status to assign orders to when an error occurs during order processing.

Measurement System

Defines whether to use a Metric or Imperial measurement system when capturing product measurement.

Prices Include Tax

Defines whether all prices entered into the system are inclusive or exclusive of tax.

Use Cookies

Defines whether cookies should be used for tracking a customer's current order, allowing them to last between browser sessions.

Cookie Timeout

If using cookies, define the length of time in minutes the cookie should be persisted for.

Notification Settings

Name
Description

Confirmation Email

Defines the email to send to customers when an order is successfully completed.

Error Email

Defines the email to send to customers when an error occurs when completing their order.

Order Settings

Name
Description

Cart Number Template

Defines a string formatting template to use when generating a Cart Number, eg: 'CART-{0}'.

Order Number Template

Defines a string formatting template to use when generating an Order Number, eg: 'ORDER-{0}'.

Order Rounding Method

Defines At what level in the order calculation process prices should be rounded. Can be either Unit where prices are rounded at the item level, Line where prices are rounded at the order line level after quantity multiplication or Total where prices are rounded at the order total level.

Product Settings

Name
Description

Product Property Aliases

Product Uniqueness Property Aliases

Gift Card Settings

Name
Description

Code Length

Defines the length of a gift card code when auto-generated.

Code Template

Defines a string formatting template to use when auto-generating a gift card code, eg: 'GIFTCARD-{0}'.

Valid For

Defines the number of days gift cards should be valid for by default.

Gift Card Property Aliases

Defines a comma-separated list of property aliases to be copied to the gift card from the order line.

Activation Method

Defines the method by which gift cards become active. Can be Manual where the store owner must manually active the gift card, Automatic where the gift card automatically becomes active after purchase or Order Status where the gift card becomes active when the purchase order moves into a specific order status.

Activation Order Status

When the activation method is Order Status, it defines the order status that activates the gift card.

Default Gift Card Email

Defines the email to be sent to customers if an order contains a gift card item.

Store Configuration

Further store configuration can be achieved by setting up different categories of configuration that can be accessed as child nodes to the store node.

The available configuration options are:

  • Order Statuses - Defines the order statuses to be used by a store.

  • Payment Methods - Defines the different payment options available in the store.

  • Countries - Defines the different shipping countries supported by the store.

  • Currencies - Defines the different currencies accepted by the store.

  • Taxes - Defines the different rates supported by the store.

  • Templating - Defines the different email, print, and export templates available to the store.

Store Permissions

When editing a store, the permissions app allows you to control who can access the store management interface. The options are:

  • User Groups - A set of toggles to allow/deny access to members of a particular user group.

  • Users - A set of toggles to allow/deny access to explicit individuals.

In both cases, a positive access control will always override a deny control setting.

PreviousWebhooksNextShipping

Last updated 9 months ago

Was this helpful?

Defines a comma-separated list of property aliases to be copied to the order line when added to the cart. For more details, see the section.

Defines a comma-separated list of property aliases to be used to define product uniqueness. For more details, see the section.

Locations - Defines different locations for a store. See for more details.

Shipping Methods - Defines the different shipping options available in the store. See for more details.

Locations reference documentation
Shipping reference documentation
Automatic Properties
Product Uniqueness Properties