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
Showing
- common/lib/xmodule/xmodule/course_module.py 9 additions, 0 deletionscommon/lib/xmodule/xmodule/course_module.py
- lms/djangoapps/courseware/tests/test_views.py 18 additions, 0 deletionslms/djangoapps/courseware/tests/test_views.py
- lms/djangoapps/courseware/views.py 23 additions, 2 deletionslms/djangoapps/courseware/views.py
- lms/envs/common.py 3 additions, 0 deletionslms/envs/common.py
- lms/templates/courseware/course_about.html 7 additions, 8 deletionslms/templates/courseware/course_about.html
Loading
Please register or sign in to comment