@blueinarts_

You speak slowly and clearly, which makes it really easy to understand everything. Thanks a lot!

@TurboTapReview

I just updated to 15.2 and I was thinking the same thing. I need to make this simpler for the future. Great video! Thank-you. Now I need to move all my personalized settings to these new files to make this process faster in the future.

@aemediainc

This is great! Good confirmation for what I’m usually already doing. Another thing I do is add a list of what I’ve changed or added at the top of the custom.css, like a table of contents.

@WeiboManufakturen

This is amazing, thank you so much, Ed!

@kensiu1833

Super useful and intuitive, thanks

@tiktokists

Very, very useful! Thank you so much!

@muftahudeen0006

Super useful, please can you do a  video tutorial, on how to add display intro to shopify store for streewears store

@johnnychen5787

Very Useful tips, Thanks for sharing

@cycletofun5964

This is such a great video.

@tuija644

Thank you again, great video! This reminded me why I need to keep a list of all changes I do. I just put there instructions and code when I have to repeat the same steps again. Do you have some guidance to add a Terms checkbox to the Cart page? I have that but those Quickpay buttons are tricky to disable.. I cannot understand that this checkbox that is mandatory in EU is not available in Shopify..

@Nico-Roman

Awesome, thanks for sharing!

@Fedgery007

Great video as usual!

@staticwasabi

Thanks, these are great tips.

@bobs83

Very Useful!

@fernandomeza1071

Hi ed, I am trying to add icons next to text, specifically a phone icon next to the phone number in the footer menu. I am able to do this via the chrome inspect element, but somehow can't in the shopify code editor since it's all in liquid format. Where can I see the complete html layout? Please help! Also, this could be a future video topic.

@mkingscott

Thank you for this, but how do I identify  what files have been changed in the first place?

@gleiten1000

Hi. thank you for your great tutorial. All of your tutorials are realy very helpfull!!!
 I tried the [% render ....%} syntax but it was not working.
in card-product.liquid I replaced code in
 <div class="card__badge {{ settings.badge_position }}">
... here I modified the original code
</div>

Instate of having my custom code inside the product-card.liquid file I would like to use the [% render ....%} and refer to a custom liquid file and paste my code there.

But the result on the page is not the same as if the code remains inside the card-product.liquid file
I assume that objects used in the code are not available in my custom liquid file.

For example:
{%- if card_product.metafields.custom.xxx.value contains "used" -%}


It seems I can not use "card_product.metafields.custom...." and other such objects included the original code.
Does anyone have an idea how to solve this?