{{ 'PluginInstruction'|get_plugin_lang('BuyCoursesPlugin') }}{{ 'ClickHere'|get_plugin_lang('BuyCoursesPlugin') }}

{{ 'CurrencyType'|get_plugin_lang('BuyCoursesPlugin') }}

{{ 'InfoCurrency'|get_plugin_lang('BuyCoursesPlugin') }}

{% if paypal_enable == "true" %}

{{ 'PayPalConfig'|get_plugin_lang('BuyCoursesPlugin') }}

{{ 'InfoApiCredentials'|get_plugin_lang('BuyCoursesPlugin') }}

  • {{ 'InfoApiStepOne'|get_plugin_lang('BuyCoursesPlugin') }}
  • {{ 'InfoApiStepTwo'|get_plugin_lang('BuyCoursesPlugin') }}
  • {{ 'InfoApiStepThree'|get_plugin_lang('BuyCoursesPlugin') }}
{% if paypal.sandbox == "YES" %} {% else %} {% endif %}
{% endif %}
{% if transfer_enable == "true" %}

{{ 'TransfersConfig'|get_plugin_lang('BuyCoursesPlugin') }}

{% set i = 0 %} {% for transf in transfer %} {{ i%2==0 ? ' ' : ' ' }} {% set i = i + 1 %} {% endfor %} {{ i%2==0 ? ' ' : ' ' }}
{{ 'Name'|get_lang }} {{ 'BankAccount'|get_plugin_lang('BuyCoursesPlugin') }} {{ 'SWIFT'|get_lang }} {{ 'Option'|get_lang }}
{{ transf.name | e }} {{ transf.account | e }} {{ transf.swift | e }}
add account
{% endif %}