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?
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024