{% macro purchaseMode(showCardCheckbox, showDisclaimerBox, salesBanner, cardCheckbox, mainCheckbox, disclaimer, promotion_disclaimer, stop_shippment_disclaimer, terms_link, terms_text) %}
{% if showCardCheckbox == true or showDisclaimerBox == true %} {% endif %} {% if showDisclaimerBox == true %}

{{disclaimer}} {% if global.promotion and global.promotion.enable == 'true' %} {{promotion_disclaimer}} {% endif %} {{stop_shippment_disclaimer}} {{terms_text}}

{% endif %}
{% endmacro %}