📌  相关文章
📜  如何在 shopify 首次亮相主题中手动添加折扣代码 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:33.555000             🧑  作者: Mango

代码示例1
{% if product.compare_at_price_max > product.price %}
{{ product.compare_at_price_max | minus: product.price | times: 100.0 | divided_by: product.compare_at_price_max | money_without_currency | times: 100 | remove: '.0'}}% off
{% endif %}