<file path="catalog/view/theme/*/template/checkout/payment_method.twig">
<operation>
<search><![CDATA[{% for payment_method in payment_methods %}]]></search>
<add position="after"><![CDATA[
{% if payment_method.code == cod %}
{% set cost= '-'.cod_fee_fee %}
{% endif %}
]]></add>
</operation>
</file>
<file path="catalog/view/theme/*/template/checkout/payment_method.twig">
<operation>
<search><![CDATA[{{ payment_method.title }}]]></search>
<add position="replace"><![CDATA[ {{ payment_method.title }}{{ cost }}]]></add>
</operation>
</file>