|
|
|
@ -56,7 +56,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
<div class="service-details"> |
|
|
|
<div class="service-details"> |
|
|
|
<p><em class="fa fa-flag-o"></em> <b>{{ 'AppliesTo'|get_plugin_lang('BuyCoursesPlugin') }}</b> : |
|
|
|
<p><em class="fa fa-flag-o"></em> <b>{{ 'AppliesTo'|get_plugin_lang('BuyCoursesPlugin') } |
|
|
|
|
|
|
|
}</b> : |
|
|
|
{% if service.applies_to == 1 %} |
|
|
|
{% if service.applies_to == 1 %} |
|
|
|
{{ 'User'|get_lang }} |
|
|
|
{{ 'User'|get_lang }} |
|
|
|
{% elseif service.applies_to == 2 %} |
|
|
|
{% elseif service.applies_to == 2 %} |
|
|
|
@ -74,13 +75,15 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-6"> |
|
|
|
<div class="col-sm-6"> |
|
|
|
<div class="price"> |
|
|
|
<div class="price"> |
|
|
|
{{ 'Total'|get_lang }} : {{ service.currency == 'BRL' ? 'R$' : service.currency }} {{ service.price }} |
|
|
|
{{ 'Total'|get_lang }} |
|
|
|
|
|
|
|
: {{ service.currency == 'BRL' ? 'R$' : service.currency }} {{ service.price }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-6"> |
|
|
|
<div class="col-sm-6"> |
|
|
|
<a href="{{ _p.web_plugin ~ 'buycourses/src/service_process.php?t=4&i=' ~ service.id }}" |
|
|
|
<a href="{{ _p.web_plugin ~ 'buycourses/src/service_process.php?t=4&i=' ~ service.id }}" |
|
|
|
class="btn btn-success btn-lg btn-block"> |
|
|
|
class="btn btn-success btn-lg btn-block"> |
|
|
|
<em class="fa fa-shopping-cart"></em> {{ 'Buy'|get_plugin_lang('BuyCoursesPlugin') }} |
|
|
|
<em class="fa fa-shopping-cart"></em> {{ 'Buy'|get_plugin_lang('BuyCoursesPlugin') } |
|
|
|
|
|
|
|
} |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -90,15 +93,18 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
|
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-12"> |
|
|
|
<div class="col-md-12"> |
|
|
|
<div class="panel panel-default"> |
|
|
|
<div class="panel panel-default"> |
|
|
|
<div class="panel-body"> |
|
|
|
<div class="panel-body"> |
|
|
|
<h2>{{ 'ServiceInformation'|get_plugin_lang('BuyCoursesPlugin') }}</h2> |
|
|
|
<div class="page-header"> |
|
|
|
|
|
|
|
<h3>{{ 'ServiceInformation'|get_plugin_lang('BuyCoursesPlugin') }}</h3> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="service-information"> |
|
|
|
{{ service.service_information }} |
|
|
|
{{ service.service_information }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|