Option to display the payment icons is functional in the default theme - please see this example: https://highlight-theme.myshopify.com/
But, on my store despite enabling the option to show payment icons, it’s still not showing in the footer.
Can someone help?
My store is https://empyreanart.gallery
PS: I tried the manual code insertion shown on shopify help article as shown below but that too isnt working..
ie. Replacing,
{% for type in shop.enabled_payment_types %}
with
{% assign enabled_payment_types = ‘visa,master,american_express,paypal’ | remove: ’ ’ | split: ‘,’ %} {% for type in enabled_payment_types %}
