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.
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.
This is amazing, thank you so much, Ed!
Super useful and intuitive, thanks
Very, very useful! Thank you so much!
Super useful, please can you do a video tutorial, on how to add display intro to shopify store for streewears store
Very Useful tips, Thanks for sharing
This is such a great video.
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..
Awesome, thanks for sharing!
Great video as usual!
Thanks, these are great tips.
Very Useful!
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.
Thank you for this, but how do I identify what files have been changed in the first place?
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?
@blueinarts_