# If True, the checkout process has a final confirmation step before
# completion.
-# SHOP_CHECKOUT_STEPS_CONFIRMATION = True
+SHOP_CHECKOUT_STEPS_CONFIRMATION = True
# Controls the formatting of monetary values accord to the locale
# module in the python standard library. If an empty string is
# used, will fall back to the system's locale.
-#SHOP_CURRENCY_LOCALE = ''
+SHOP_CURRENCY_LOCALE = 'fr_FR.UTF-8'
# Dotted package path and name of the function that
# is called on submit of the billing/shipping checkout step. This
"blog": "diggersdigest.migrations.blog"
}
+
+# PAYPAL
+
# USE or EXTEND the custom callback-uuid form
SHOP_CHECKOUT_FORM_CLASS = 'payments.multipayments.forms.base.CallbackUUIDOrderForm'
# timezone as the operating system.
# If running in a Windows environment this must be set to the same as your
# system time zone.
-TIME_ZONE = 'UTC'
+TIME_ZONE = 'Europe/Paris'
# If you set this to True, Django will use timezone-aware datetimes.
USE_TZ = True