Skip to content

Sales

Tax configuration


Tax configuration

Strategy

A method used to calculate tax amounts.

Currently only row total is supported. This method calculates the tax amount by adding tax percentage amount on each cart item's row total amount with excluded tax.

Match tax rate using

Determines what will be used to match a tax rate for a cart item.

Currently only shipping origin is supported. This will match the shipping origin address configured here.

Default product tax category

Used as a default for products that have no tax category set.

Shipping tax category

Used as tax category for shipping rate costs.

Display prices including tax

Determines if frontend store prices should be shown with tax already included.

Email configuration


Email configuration

Template

The template used for rendering order email content.

From (name) and from (email)

The sender's name and email used while sending order emails.

CC and BCC list

Comma separated list of email addresses to be added as CC and BCC in order emails.

Shipping


Shipping configuration

Shipping origin

Shipping origin information is used for matching a tax rate for a particular tax category. If tax rate matching is configured to use shipping origin, data entered here should be matchable with a tax rate, depending on how the tax rate is configured.

Delivery methods


This sections consists of configurations for all delivery methods installed in the application.
Each method has its own set of configuration values, although some are found in all of them.

  • Active
    • determines if a delivery method is available in the frontend store
  • Label
    • the label that is shown while selecting the method in the frontend store
  • Price
    • the amount that is shown while selecting the method in the frontend store
  • Allowed countries
    • list of countries which the method supports in a shipping address

Payment methods


This sections consists of configurations for all payment methods installed in the application.
Each method has its own set of configuration values, although some are found in all of them.

  • Enabled
    • determines if a payment method is available in the frontend store
  • Title
    • the title that is shown while selecting the method in the frontend store
  • Allowed countries
    • list of countries which the method supports in a billing address

Orders


Awaiting payments

TTL

Determines the allowed number of seconds past since an order was created, until it can be cancelled. This is applicable only to orders still having the "Awaiting payment" status at the time of cancellation.