diff --git a/main/template/default/course_home/about.tpl b/main/template/default/course_home/about.tpl index b6c1d17887..2895dde342 100644 --- a/main/template/default/course_home/about.tpl +++ b/main/template/default/course_home/about.tpl @@ -138,12 +138,14 @@ {{ 'SalePrice'|get_lang }}
- {{ is_premium.iso_code }} {{ is_premium.price }} + {{ is_premium.total_price_formatted }}
{{ 'BuyNow'|get_lang }} + class="btn btn-lg btn-primary btn-block"> + {{ 'BuyNow'|get_lang }} +
{% endif %} diff --git a/main/template/default/session/about.tpl b/main/template/default/session/about.tpl index 98afb8f40b..59557263c1 100644 --- a/main/template/default/session/about.tpl +++ b/main/template/default/session/about.tpl @@ -85,12 +85,7 @@ {{ 'SalePrice'|get_lang }}
- {% if is_premium.iso_code == 'EUR' %} - € - {% else %} - {{ is_premium.iso_code }} - {% endif %} - {{ is_premium.total_price }} + {{ is_premium.total_price_formatted }}
- {{ session.on_sale.iso_code }} {{ session.on_sale.total_price_formatted }}