Hi there,
Dawn theme 15.2.
I would like to add additional payment symbols in the footer from crypto.com f.i. Bitcoin etc.
How can I add these symbols as well?
Hi there,
Dawn theme 15.2.
I would like to add additional payment symbols in the footer from crypto.com f.i. Bitcoin etc.
How can I add these symbols as well?
You can edit the footer.liquid of the DAWN Theme
find shop.enabled_payment_types
replace this {%- for type in shop.enabled_payment_types -%}
with
{% assign enabled_payment_types = 'visa,master,american_express,paypal,bitcoin' | remove: ' ' | split: ',' %}
{% for type in enabled_payment_types %}
If you do this, it will no longer be automatic. You need to edit this file everytime you want to add/delete payment icons
You will find the list of payment icons here: Payment Icons