Commit b6131a8a by Bertrand Marron

Disable shopping cart in devstack

parent 374dc3e0
...@@ -168,9 +168,9 @@ SEARCH_SKIP_ENROLLMENT_START_DATE_FILTERING = True ...@@ -168,9 +168,9 @@ SEARCH_SKIP_ENROLLMENT_START_DATE_FILTERING = True
########################## Shopping cart ########################## ########################## Shopping cart ##########################
FEATURES['ENABLE_SHOPPING_CART'] = True FEATURES['ENABLE_SHOPPING_CART'] = False
FEATURES['STORE_BILLING_INFO'] = True FEATURES['STORE_BILLING_INFO'] = True
FEATURES['ENABLE_PAID_COURSE_REGISTRATION'] = True FEATURES['ENABLE_PAID_COURSE_REGISTRATION'] = False
FEATURES['ENABLE_COSMETIC_DISPLAY_PRICE'] = True FEATURES['ENABLE_COSMETIC_DISPLAY_PRICE'] = True
########################## Third Party Auth ####################### ########################## Third Party Auth #######################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment