Just discovered your channel and I’m binge watching everything. Thank you for making these awesome tutorials! I’m about to upgrade to 2.0 and this is really helpful.
@Mr-Flo2 жыл бұрын
What’s your opinion on Prestige theme? Good? I see many shops use it & custom code on top
@cubicleight2 жыл бұрын
Struggling when and how to do a clean migration. 😭 Would the old version get phased out in obsolescence? I’m running Brooklyn and quite hesitant to do the shift.
@EdCodes2 жыл бұрын
Yeah Brooklyn would slowly become unsupported by major apps, and it's already not getting updates by Shopify. You should definitely upgrade.
@etienne44032 жыл бұрын
Thanks for the video. Any idea how to update Dawn 4.0 to 5.0 when there are already customizations and code adjustments? It seems updates are then no longer possible. Perhaps a update with only the customizations would be nice and then manually adjust the code again. Or it seems Github might be of help I think. Like starting from scratch with a connected repository of the original and then do your adjustments. Would that keep my own code adjustments when I check for changes from the base theme?
@EdCodes2 жыл бұрын
Updating a theme with code changes is always a struggle. I don't have a good answer unfortunately. You seem to have the right idea - use Git as much as you can, keep it clean as possible, use branches. Luckily you can keep the .json files from the old theme and just move them across. But with any liquid files where you made changes you just have to be careful with the merge.
@iuzhair8802 жыл бұрын
Hi Ed, your videos helps a lot! I have a question, my products have many colors, how to show all colors like separate products in collection page, but when I click any of these products, it will show all colors options? It also have different length too. Thank you soo much if you could answer!
@EdCodes2 жыл бұрын
For colors this video will help you - kzbin.info/www/bejne/r5y9Y5ePq9-qg8U. For lengths you should just use variants I think, unless you want those to be separate products too?
@iuzhair8802 жыл бұрын
@@EdCodes Yes, Ed. I think the length options should be separate products too. But only shows all colors on collections page. When I click any of the colors, it goes on products with all colors and length options. Can you help?