Global Settings

Global settings tell phpShop how to behave.

General Settings

Email

Configure how we sent email from phpShop.

SMTP_HOST
SMTP hostname.
SMTP_PORT
Port for SMTP server.
SMTP_USER
Username for SMTP server.
SMTP_PASS
Password for SMTP server.

Store Settings

Identity

Establish your store's identity.

STORE_NAME
The store name.
STORE_ADDRESS
The store address.
STORE_PHONE
The phone number.
STORE_EMAIL
Email where you can be contacted; not shown.
STORE_LOGO
The URL to the logo image.

Order Settings

Settings relating to how we handle orders.

ORDER_EMAIL
Email where orders are sent from. This is what your customers see.
ORDER_EMAIL_BCC
Email where you want to receive a copy of the order. This is your notification email.

Payment Settings

Settings related to how we handle payments.

PayPal Web Site Payments Standard

PAYPAL_STD_ENABLE
Enabled Paypal Web payments standard plugin.
PAYPAL_STD_EMAIL
Your Paypal email address.

Locale Settings

Useful for formatting numbers, dates, etc.

LC_ALL
Setting locale for all below.
LC_MONETARY
for localeconv()
LC_NUMERIC
for decimal separator
LC_TIME
for date and time formatting with strftime()

more to come...