very useful and fast, thanks for sharing this code skills! I fixed this for 5 min and I was looking for solution for my shop (I'm not a coder) several days!
Hi, very simplified tutorial. However, I'm finding it difficult to centre the payment icons on desktop view. It is centered on mobile view though. Please can you help? Thanks
Hi Ed! I'm learning a lot with your videos. Thank you so much. I would like to know if you can help me with a thing that I will like to have in my shopify product page. In the product page I see a SHARE "link text" for people share on social media. I would like to change that SHARE text to icons of social media. It's that possible? I have the Dawn theme. Thank you in advance.
Hi Ed, would love to get the complete the look section, however it seems like the sale is disabled on gumroad. Are you gonna reactivate it? Is it compatible with Symmetry theme too?
Sir, I have a question. I am using a motion theme. When I want to add payment method icons there, I can't find the product information file there. Where can I use the custom liquid code? (Please help sir. This is my client's task.)
Do you mean the checkout button inside the cart drawer? If your theme has blocks inside the cart drawer then it will be easy, but most likely it doesn't. So it is still possible but you need to edit theme code. Which theme are you using? In Dawn, you can open up /snippets/cart-drawer.liquid and scroll towards the bottom, you will find a div called
How can i center the code: {% for type in shop.enabled_payment_types %} {{ type | payment_type_svg_tag: class: 'section-footer__payment-icon' }} {% endfor %}
You probably have a typo in your code or you forgot a closing html tag. Every html tag has an opening and closing tag, for example and , and if you didn't close one it can mess up the page below.
Thanks Again Ed! You have help me aaaa loooot. Sending good vibes from GUATEMALA. I have a question, have you had trouble with translating pages to another lenguaje? I have this problem that the product types, color, material are not translating in filters (collection page) only in product page.
Merci pour ce tutorial Ed ! Ça a marché à merveille. Mais je souhaiterais mettre les payments icons dans la page de Checkout, juste au-dessus de la section d'information de shipping aussi. Est-ce que t'aurais une d'idée comment je le pourrais ?
Hey there, awesome video! Just got one small problem: If I preview this on mobile it happens that due to that many icons a second line is openend which looks very ugly, you know how to fix that? :)
Are you using Dawn? Doesn't look ugly to me, but it depends how you want to design this on mobile. Remember you can left align or center, and you can set a max-width on desktop and tablets so its not longer than the add to cart button - style="max-width: 44rem; "
👋Want to learn more skills like this? Check out my book: ed.codes/shopify-coding-handbook
Thank you so much.
It bothered me that my icons were in the footer because buyers will most likely not see it.
Great help.
More power to you Sir
showing both methods and even explaining everything was really helpfull, thanks alot!! hope to find more of that content on your channel
Thank you so much! For centering I needed this code: style="display: flex; justify-content: center;"
This is just what I needed .I've been wanting to display these without an app!
Worked for me in octorber 2024.. thanks Ed!
That’s good to hear doing it now!
exactly what I was looking for a weeks a go
Dude, this is a massive great help. So glad I found your Channel you seem to have some great content.
Love your content bro, easy to follow and clear instructions. 💪!!
How nicely you have explained i am so happy to watch the video strongly appreciated.
very useful and fast, thanks for sharing this code skills! I fixed this for 5 min and I was looking for solution for my shop (I'm not a coder) several days!
Thats a smart and simple solution, thank you.
Hi, very simplified tutorial. However, I'm finding it difficult to centre the payment icons on desktop view. It is centered on mobile view though. Please can you help? Thanks
Were you able to solve this? style="display: flex; justify-content: center;" should do the trick!
@@FreelanceFadi Thank you so much! The one in the video did not work, but your did.
@@bartkonings5348 Nice!
your channel will grow .. no bs, or fluff, understandable even for me bit size is good
why are my icons not aligned like yours? They are spaced unevenly on the borh axis.
{%- for type in shop.enabled_payment_types -%}
{%- endfor -%}
Awesome! thanks for both methods :D would love to see more custom liquid videos
Hi there. I got the icons in, but the center commend does not get them in the middle, but gives me the icons in a vertical line.
I dont see it when i copy it into custom liquid
In motion theme it's different..I don't have product information can I do it within that theme?
bro you saved my time ❤
Thank you! It works perfectly
Thx for the tut! But how to remove the ugly arrows in dawn theme, can you make a tut about that?
Hello, Thank you for the content.
Is there a method that allows us to have one checkout page instead of three?
Hi Ed! I'm learning a lot with your videos. Thank you so much.
I would like to know if you can help me with a thing that I will like to have in my shopify product page.
In the product page I see a SHARE "link text" for people share on social media. I would like to change that SHARE text to icons of social media. It's that possible? I have the Dawn theme. Thank you in advance.
Hi Ed, would love to get the complete the look section, however it seems like the sale is disabled on gumroad. Are you gonna reactivate it? Is it compatible with Symmetry theme too?
my payment method doesn't show on footer that only show the paypal icon instead of all payment method Im add to my shopify
Thank you for your videos you're greatly appreciated.
From us all
my man thank you so much, all my repect you helped me so much
I used a motion theme, How can I get a product information option in my Shopify store? and how I can set up a payment icon?
Trust badges are not visible on my dawn theme. Everything is there but it's not showing badges.
Hi there, I have tried to do this several times and my list comes out in a bulleted list single file. What am I doing wrong? Using the Dawn Theme
I don't see the payment code in the code itself, and i'm using dawn theme.
Block Custom liquid is supporting tag {%render%}. As variant can create snippet with payment icon.
I have to many payment icons, so I get one in the second row. How can I scale the icons that they all fit in one row on desktop mode?
Sir, I have a question. I am using a motion theme. When I want to add payment method icons there, I can't find the product information file there. Where can I use the custom liquid code? (Please help sir. This is my client's task.)
Hello! Is it possible to add trust badges under the cart drawer button ? Thanks a lot ❤
Do you mean the checkout button inside the cart drawer? If your theme has blocks inside the cart drawer then it will be easy, but most likely it doesn't. So it is still possible but you need to edit theme code. Which theme are you using? In Dawn, you can open up /snippets/cart-drawer.liquid and scroll towards the bottom, you will find a div called
Found it! 🎉
what happenes when I dont have the custom liquid ??? what I do now ?? :(
This helped so much and you explained it very good!
How can i center the code:
{% for type in shop.enabled_payment_types %}
{{ type | payment_type_svg_tag: class: 'section-footer__payment-icon' }}
{% endfor %}
thx !!!!!!!
Hi everyone, I did this. Unfortunately my sections below started to crash. Is it normal?
Any idea how to fix it?
You probably have a typo in your code or you forgot a closing html tag.
Every html tag has an opening and closing tag, for example and , and if you didn't close one it can mess up the page below.
thank you@@EdCodes
hi, my dawn footer doesnt have those credit card icons, what should i do ? thankssss
Is your store configured to accept payments? Make sure you've checked the 'Show payment icons' checkbox in the footer section settings.
not working anymore ;(
{%- for type in shop.enabled_payment_types -%}
{{ type | payment_type_svg_tag: class: 'icon icon--full-color' }}
{%- endfor -%}
Thanks Again Ed! You have help me aaaa loooot. Sending good vibes from GUATEMALA.
I have a question, have you had trouble with translating pages to another lenguaje? I have this problem that the product types, color, material are not translating in filters (collection page) only in product page.
Thanks very much my broo, I'm from Brazil .
Hi, can you teach us on adding add to cart and quantity selector on featured collection on homepage
Thank you so much , awsome explanation
Thank you bro, keep up the good work
Thank you so much, So helpful and quick. You Rock!
This guy is amazing
Thank you man, great content!!
what a wonderful video!
Great content, great value, thank you
Very helpful. Thanks bro
Thanks man great vid!
Thank you, this is very helpful☺
You're a hero thank you!!!!!
Very good video! Thanks
Merci pour ce tutorial Ed ! Ça a marché à merveille. Mais je souhaiterais mettre les payments icons dans la page de Checkout, juste au-dessus de la section d'information de shipping aussi. Est-ce que t'aurais une d'idée comment je le pourrais ?
Thank You definitely help my store
It worked thank you👍
Thank you so much. Great value
hi! what font is that?
Thanks man!
Thank you!!! ❤❤❤❤
Perfect dude ! Thank you
did it worked for yu
?
Great!!! Thank you so much!!
amazing, thanks a lot!!!!
Thnx! Great help.
Can you do a video showing how to change look of add to cart button please?
Do you still need help with this? I have a video showing how to add an icon inside the add to cart button!
Thank you very much ❤❤
Thank you!!!
Appreciate it!!!!!!
thank you bro awesome
Hey there, awesome video! Just got one small problem: If I preview this on mobile it happens that due to that many icons a second line is openend which looks very ugly, you know how to fix that? :)
Are you using Dawn? Doesn't look ugly to me, but it depends how you want to design this on mobile. Remember you can left align or center, and you can set a max-width on desktop and tablets so its not longer than the add to cart button - style="max-width: 44rem; "
@@EdCodes is there a way to add Klarna icon with these payment icons?
Thank you!
thank you bro chat gbt it self couldnt do it
Thanks ❤
Amazing
thank you
thx a lot
Tremendous.
merci beaucoup TY
they appear but all beneath eachother.
Awesome
Thanks
Thank you! 😊
Thank you very much, great video!
Thank you very much!
Thanks so much ❤
Thank you 🙏
Thank you bro.