虽然很多独立站卖家已经在使用stripe支付方式。Stripe无疑是一个很好的收款渠道,但是stripe高额的手续费正在蚕食跨境卖家的利润。 如果你也想和大胡说跨境一样减少stripe的收费,那么好好阅读下面我们的解决方法。 我们会给大家写一个如何降低stripe手续费的教程。相信可以帮
This is a concept you must understand really well when working on an existing theme as you will be doing in Shopify. 在我们修改原Shopify主题的时候,我们需要明确理解下面的
Same as with HTML, comments are useful for two reasons: 和HTML注释一样,我们使用CSS 注释主要有以下两个原因: Explaining your code to your future self or other devel
There are many CSS properties and many possible values but these are the ones you will commonly see. 虽然CSS有非常多的属性和数值,但是我们用到的一般就那些。 Skim down thi
If you read the Intro to CSS a long time ago, you might want to quickly re-read that part to jog your memory. 我们在第一章的时候简单地介绍过关于CSS的知识。我们可以回到前面复习一下。
To add an image to a page, you need to host it somewhere, so that you can grab the URL and add it in your code. 如果我们想在页面上加一张图片,那么我们的图片就需要存储在某个地方。因此
This applies to styling more than content, but it’s part of writing HTML so I’m explaining it here. 虽然这一方面更接近于样式部分,但是我们也在编写HTML这一部分来解释清楚。 In HTM
Indendation is something I’m very strict about. It makes your code readable and reduces bugs. 缩进是我们在写代码的时候必须要严格注意的。因为正确的缩进可以让我们的代码更加可读并减少出错的几率。
As you can see, some elements appear a certain way by default. Lists have bullet points, links are by default blue and underlined. 就像我们看到的一样:很多元素默认
You can leave comments in .html and .liquid files, and in the Shopify Custom Liquid blocks and Sections. 我们可以在.html、 .liquid文件以及shopify自定义区块和模块里面使用