You can leave comments in .html and .liquid files, and in the Shopify Custom Liquid blocks and Sections. 我们可以在.html、 .liquid文件以及shopify自定义区块和模块里面使用
“<div class="description"> <p>This product is really great!</p> <ul> <li>Feature 1</li> <li>Featur
Let’s say you want to edit a part of your theme, but you don’t know which file that code is in. Well, you need a way to search the entire theme for a
Sometimes I like to make a separate CSS file to keep all my styling for the entire store. When I update the theme, I just copy this file to the new th
This is the best way to make changes to a specific section on your store. 如果我们想改变主题的某一个具体的区块,那么使用自定义CSS就是最好的方法。 There are two main advantages to
This is probably the easiest place where you can start coding. I always use custom liquid sections and blocks in my tutorials, and I use them whenever
Your priorities as an amateur coder are: 我们作为业余程序员在编程的时候需要优先考虑下面的3点: Not breaking anything.不要破坏任何代码 Keeping your theme updatable.保证主题可升级
In Web Development (not just Shopify), “assets” are usually any additional files your website needs besides the actual HTML. Some common types of asse
The locales folder are where your language settings are kept. You generally never need to edit any code here. 在Shopify里面,语种设置都包含在本地化文件夹里。一般来说我们不需要编
Above I explained how Schema works inside Section files. But you also have global theme settings available in your Shopify Theme Customizer. 在上面的章节