All things Shopify and commerce
Hi,
I want to add a picture of the payment methods that i have on my add to cart page. Under the button that says "ik ga bestellen". How can i do that?
Webshop URL is: https://www.glowinh.com/
Thanks
@Bahrikaan
You can use the below code to show the payment icons in the cart drawer
<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>
Hi,
Where do i put this code in?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025