SHOP_USE_RATINGS = False
+SHOP_PRODUCT_SORT_OPTIONS = (
+ ('Recently added', '-publish_date'),
+ ('Least expensive', 'unit_price'),
+ ('Most expensive', '-unit_price'))
+
# Add Migration Module path see : https://github.com/stephenmcd/mezzanine/blob/master/docs/model-customization.rst#field-injection-caveats
MIGRATION_MODULES = {
"shop": "diggersdigest.migrations.shop",
"mezzanine.galleries",
"mezzanine.twitter",
"mezzanine.accounts",
- "mezzanine.mobile",
+# "mezzanine.mobile",
"payments.multipayments",
'paypal.standard.ipn',
"records",