[`Supported payment types`]
{foreach $payment_types as $payment_type=>$type_name}
{if !$type_name@last}
{/if}
{/foreach}
[`In the “In-cart checkout” mode, selected payment types can be used to filter available payment options, if a list of required payment types has been provided by a shipping plugin. These payment types are also passed on to shipping plugins for additional shipping rates calculation.`]
[`In the “Multi-step checkout” mode, this setting is not used.`]
[`Offer this payment method with selected shipping types`]
{foreach $shipping_types as $shipping_type=>$type_name}
{if !$type_name@last}
{/if}
{/foreach}
{sprintf('[`In “%s” mode payment is offered only with selected shipping types.
In “%s” mode this setting is ignored and payment is always offered with all shipping types.`]', '[`In-cart checkout`]', '[`Multi-step checkout`]')}