Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
安装我的应用程序时,我需要将液体标记注入商店的主题模板。我知道有 ScriptTags,但它们会加载脚本。而且我知道脚本可以更改页面的 DOM。但我需要将我的液体安装到产品详细信息页面。是否可以?
我会将您的 Liquid 添加为新的片段资产。然后可以指示商家将您提供给他们的 Liquid 包含语句粘贴到他们的产品 Liquid 脚本中。
那是相当干净的。否则,您的应用程序可以下载他们的产品 Liquid 脚本,对其进行编辑,然后将其添加到商店作为替代模板。然后,您可以指示商家使用替代模板呈现他们的产品。
我相信还有其他可能性。