Add cosmetic price field to studio & logic
- Price field added to Advanced Settings - Function that decides which price to display - Test added to check that the function outputs correct price - Added feature flag and conditional to decide whether to display course price or not - Feature Flag to show or hide course price on Course About page sidebar when not using shopping cart
This commit is contained in:
@@ -220,6 +220,9 @@ FEATURES = {
|
||||
# Enable flow for payments for course registration (DIFFERENT from verified student flow)
|
||||
'ENABLE_PAID_COURSE_REGISTRATION': False,
|
||||
|
||||
# Enable the display of cosmetic course price display (set in course advanced settings)
|
||||
'ENABLE_COSMETIC_DISPLAY_PRICE': False,
|
||||
|
||||
# Automatically approve student identity verification attempts
|
||||
'AUTOMATIC_VERIFY_STUDENT_IDENTITY_FOR_TESTING': False,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user