diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index 48adca88db..d24a484ce3 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -414,7 +414,7 @@ from lms.djangoapps.experiments.utils import UPSELL_TRACKING_FLAG

% if use_ecommerce_payment_flow and course_mode_info['verified_sku']: - + % else: % endif @@ -463,7 +463,7 @@ from lms.djangoapps.experiments.utils import UPSELL_TRACKING_FLAG if (window.loadedECommerceEvents === undefined) { window.loadedECommerceEvents = true; - TrackECommerceEvents.trackUpsellClick($("#ecommerce_upgrade_link"), 'course_dashboard_green', { + TrackECommerceEvents.trackUpsellClick($(".track_course_dashboard_green_button"), 'course_dashboard_green', { pageName: "course_dashboard", linkType: "button", linkCategory: "green_upgrade"