How to add MbWAY (manual payment method) icon in store's footer ?

How to add MbWAY (manual payment method) icon in store's footer ?

DianaPT
Visitor
3 0 0

Does anyone know to add MB WAY (manual payment method) icon in store's footer ?
It's one of the main payment methods in Portugal that people look for and it's bad not to have it in display and only showing up at checkout. 

Would appreciate an if anyone could explain me how to add the icon to the footer.
Please send me the code or details on the process. 
Thanks! 

Captura de ecrã 2024-09-24, às 18.12.17.png

Replies 5 (5)

gutenplayer
Shopify Partner
203 32 25

@DianaPT 
hope you are well,

<ul class="list list-payment" role="list">
              {%- for type in shop.enabled_payment_types -%}
                <li class="list-payment__item">
                  {{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
                </li>
              {%- endfor -%}
            </ul>

find where you want to place this icon, after finding your place in the liquid file then just past this code 
like the footer.liquid in your theme file.
hope its works for you 

and If you'd like to discuss this more about this, don't hesitate to send me a PM/DM
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
DianaPT
Visitor
3 0 0

Hey ,
I'd love to have it in the same row as all the others as in the image. Preferably right before the PayPal one, or at the beginning/the end of the row. 
Thanks for the lines of code you sent but I have no idea where to put it. 
really nub here, can you guide me?
Thanks, Diana

namphan
Shopify Partner
1331 164 199

Hi @DianaPT,

Please send me the code of footer.liquid file, I will guide you to add it

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
DianaPT
Visitor
3 0 0

Hi @namphan 
I can go as far as locating the footer.liquid section but have no clue on how to send it 😬

namphan
Shopify Partner
1331 164 199

Hi @DianaPT,

You can post it directly in the post, or send me the collaborator code, I will send you the invitation and check it.

Please let me know.

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]