Please read the next:
{% if first_time_accessed %}
{% if checkout.customer.orders.size > 1 %}
<img src='https://my.pampanetwork.com/scripts/sale.php?TotalCost={{ order.total_price | money_without_currency }}&AccountId=e692920c&OrderID={{ order.order_number }}&ActionCode=recurrente&CampaignID=14b4775a&Currency=MXN' width='1' height='1'/>
{% else %}
<img src='https://my.pampanetwork.com/scripts/sale.php?TotalCost={{ order.total_price | money_without_currency }}&AccountId=e692920c&OrderID={{ order.order_number }}&ActionCode=nuevo&CampaignID=14b4775a&Currency=MXN' width='1' height='1'/>
{% endif %}
{% endif %}