简体   繁体   English

使用Liquid的Shopify问题

[英]Shopify issue using Liquid

So this is probably really basic but i have been searching inside and out trying to find the answer, on my site i have a cart and the title of the cart is what i want to change, however in the source it looks like: 因此,这可能确实很基本,但是我一直在进行内在搜索以寻找答案,在我的网站上我有一个购物车,购物车的标题是我想要更改的内容,但是在源代码中看起来像这样:

<h1 class="text-center">{{ 'cart.general.title' | t }}</h1>

cart.general.title i cannot find any reference to this so i can edit the title, sure i could probably just replace that string with my title but that may not be the efficient approach. cart.general.title我找不到对此的任何引用,因此我可以编辑标题,请确保我可以将字符串替换为我的标题,但这可能不是有效的方法。

Where can i edit cart.general variables? 我在哪里可以编辑cart.general变量?

Thanks 谢谢

These are the language variables. 这些是语言变量。 They can accessed in Settings-> Checkout->Checkout Language 他们可以通过“设置”->“结帐”->“结帐语言”进行访问

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM