@PeanutButter This one is best for you I think - others are welcome to help me out!
I’ve got my store here but the payment icons aren’t working correctly. Please see my code below in the footer-1.liquid file:
{% unless shop.enabled_payment_types == empty %}
{% assign enabled_payment_types = 'visa,amex,paypal,apple_pay,google_pay' | remove: ' ' | split: 'apple_pay' %}
{% for type in enabled_payment_types %}
{% endfor %}
{% endunless %}
The problem is, it is only displaying the Visa, American Express and PayPal icons at the footer of my website. I’m wanting to display 3 more but they aren’t showing up. What could be causing this issue?

Best Regards,
Fourteen.