You are on page 1of 1

<h4>M�todo de pagamento</h4>

{% for transaction in transactions %}


{% if transaction.gateway == 'Multibanco' %}
{% assign mb_amount = transaction.amount %}
<p style="text-align:center">Para ver mais detalhes clique <a
href="{{ order_status_url }}">aqui</a></p><div style="text-align:center"><img
src="https://eupago.pt/externo/pixel/pixel_v7.php?valor={{ mb_amount |
money_without_currency }}&amp;id={{ order_number }}&amp;currency={{ shop.currency }
}&amp;chave=xxxx-xxxx-xxxx-xxxx-
xxx&amp;email={{ order.customer.email }}&amp;per_dup=0&amp;no_repeat=1"
height="150" width="350" align="center" /></div>
{% endif %}
{% endfor %}

You might also like