diff --git a/lms/templates/shoppingcart/shopping_cart_flow.html b/lms/templates/shoppingcart/shopping_cart_flow.html index bc7fa47317..298a8e6f11 100644 --- a/lms/templates/shoppingcart/shopping_cart_flow.html +++ b/lms/templates/shoppingcart/shopping_cart_flow.html @@ -5,13 +5,14 @@ from django.utils.translation import ugettext as _ <%namespace name='static' file='/static_content.html'/> <%block name="pagetitle">${_("Shopping cart")} - +<%! from django.conf import settings %> +<%! from microsite_configuration import microsite %> <%block name="bodyextra">
-

${_("{site_name} - Shopping Cart").format(site_name=site_name)}

+

${_("{platform_name} - Shopping Cart").format(platform_name=microsite.get_value('platform_name', settings.PLATFORM_NAME))}

% if shoppingcart_items: