Add payment icon to the shopping cart - dawn theme

Topic summary

Main issue: Show payment badges/icons in the shopping cart (Warenkorb) in the Shopify Dawn theme, matching example screenshots.

Key guidance provided:

  • A code approach was shared to display payment icons under the Buy Button on product pages using a custom Liquid block:
    • Loop: shop.enabled_payment_types
    • Output: payment_type_svg_tag to render SVG payment icons.
  • This solution targets the product page, not the cart.

Clarification and next steps:

  • The requester specified the need for icons specifically in the cart.
  • They were directed to the Experts Design forum for cart-specific implementation and confirmed posting there in English.

Latest update:

  • Two developers have offered solutions in the forum. Confirmation from the requester on whether these solved the cart placement is pending.

Status:

  • No confirmed in-thread solution for cart icons yet; the discussion remains open.

Notes/terms:

  • “Custom Liquid block” refers to adding Shopify Liquid template code in a theme section.
  • “Dawn” is Shopify’s default theme.
  • Screenshots are central to show the desired cart placement of payment icons.
Summarized with AI on December 26. AI used: gpt-5.

Hello guys,

can someone please help me? I want the payment badges to show in my shopping cart just like in this example.

I use the theme dawn.

thanks a lot.

Kind regards

Wassim

Hey Wassim! @wh31_wh1222

You have reached the German community here but we can chat in English too, that’s no problem!

You can embed the payment Icons under the Buy Button with a custom liquid block:


 {% comment %}
 
 
 {% endcomment %}
 {% for type in shop.enabled_payment_types %}
     {{ type | payment_type_svg_tag: class: 'section-footer__payment-icon' }}
 {% endfor %}

For any further questions on that please consult one of our certified Experts or post your question in our Experts Design forum here.

Hope that helps!

1 Like

Danke dir fĂĽr deine Nachricht, eigentlich meinte ich dass die Icons im Warenkorb angezeigt werden.

Did you ask your question in the design forum I linked above in English?

1 Like

yeah ive done it, thank you

1 Like

@wh31_wh1222

Dir haben zwei der Programmierer Lösungen angeboten. Haben die dir helfen können Wassim?

VG,