My Online store is not showing the accepted payment methods in the footer menu, i have ticked the option on the settings sidebar but it will n o show up.
I have also tried editing the script with the code provided by the help center below:
{% assign enabled_payment_types = 'visa,master,american_express,paypal' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}
This also has no effect other than a little bit of extra space on the black canvas.
I have tried changing the background color to see if that was the issue but it was not.
Please help?
