Okay
  Public Ticket #2744017
Payment icons
Closed

Comments

  • pinoy_kano2021 started the conversation

    Is there a way to show the payment icons on the footer like how they have it on free themes in Shopify? Thanks!

  •  231
    Shopify Team replied

    Hi Pinoy, 

    Of course, you can show it.

    In our demo, we cut each payment method icons and upload it to Settings - Files

    9598488071.png
    2054350354.png

    After that, copy the link of images and paste them into the HTML text like this screenshot below

    <div class="image-wrapper">
    <a href="#"><img src="{{ Link of payment image }}" width="" height=""></a>
    <a href="#"><img src="{{ Link of payment image }}" width="" height=""></a>
    <a href="#"><img src="{{ Link of payment image }}" width="" height=""></a>
    <a href="#"><img src="{{ Link of payment image }}" width="" height=""></a>
    <a href="#"><img src="{{ Link of payment image }}" width="" height=""></a>
    </div>
    
    2751329781.png
    9161475701.png

    Or you can upload an image of the payment method in the footer.

    5278244270.png
    8398761631.png

    Best regards,

    Shopify Team