The General screen displays basic settings related to the operation of your store.
Currency Symbol —————
The currency symbol. You can use HTML entities here, such as £
.
The currency suffix is useful for currencies which display a mark after the amount, such as Yen.
The number of decimal places. For most currencies, this is 2.
The decimal symbol. Usually this will be a period (US, UK, and most other countries), or a comma (Europe).
The thousands separator. Usually this will be a comma (US, UK, and most other countries), or a period (Europe).
The three digit currency code. This is sent to your payment gateway to tell it which currency you want to process funds in.
The units of weight you are using. This is used with third party shipping plugins. Valid values:
The units of dimension you are using. This is used with third party shipping plugins. Valid values:
The email address used by Store to send order emails. If left blank, this will follow the ExpressionEngine default.
The email address used by Store to send order emails. If left blank, this will follow the ExpressionEngine default.
The default state of the “Billing same as shipping” checkbox for new carts. Valid options:
Whether credit card payments will only be authorized (ready to capture at a later date), or captured immediately. Not all payment gateways support this option, and may default back to Purchase. Valid options:
This this option is enabled, members will be required to log in before placing an order. You must still add code to your templates to display a login/registration form, this simply provides an additional check to prevent orders from being submitted.
By default the cart session will last for 24 hours (1440 minutes). This option allows you to change the cart session length.
If this option is enabled, any attempt to view a page which includes Checkout or Order tags over an insecure connection will be redirected to HTTPS.
If this option is provided, an Show Invoice link will appear on the
Order Details control panel page. It allows your staff to quickly jump
to a customer’s invoice. You should specify the front-end template you
use to display invoices, and pass the ORDER_HASH
variable. E.g.
store/order/ORDER_HASH
.