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.
我在 Shopify 商店工作,并希望根据产品页面中的变体选择获取产品价格。我想知道如何使用 Liquid 获取 HTML 元素的值。
您无法获取元素值,但selected_variant会获取该 Variant 的所有属性,包括价格:
selected_variant
{{ product.selected_variant.price | money }}