I have Clearpay as a payment option on my site, and they provide code to show on the product page (see below). This is added to the Theme.liquid page in the editor.
However I want to move it to below the add to cart button (Above the Klarna option)
Can anyone suggest how I can move it in their code?
Code:
{% if cart.currency.iso_code == shop.currency %}
{% else %}
{% endif %}
Thanks
