ShopifyやEコマースに関連することを話してみよう
Hi, I'm currently located in Japan and have a Shopify store here.
I want to add tracking code with variables and refer the subtotal price from checkout.
However, the code needs to be {{checkout.subtotal_price}} and cannot include |money.
Since my store is using JPY currency, so if I add {{checkout.subtotal_price}}, then it shows extra 00 in the end.
Is there any way that I can output pure right price number?
Thanks!
解決済! ベストソリューションを見る。
成功
Or
{{ checkout.subtotal_price | money_without_currency }}
How about using Math filters?
https://help.shopify.com/en/themes/liquid/filters/math-filters
成功
Or
{{ checkout.subtotal_price | money_without_currency }}
ご回答いただきありがとうございました!無事に本件解決しました。
いつもShopifyをご利用いただき、ありがとうございます。 Shopifyは、皆様の日本語での利用体験の向上に努めております。さらなる改善のために皆様のご意見をお寄せい...
By JasonH May 9, 2025Shopify アカデミーの学習パスと認定スキルバッジExpanding Your Shopify Business Internationallyを活用して、国際的にビジネ...
By Shopify Feb 7, 2025Shopify アカデミーの学習パスB2B on Shopify:立ち上げとカスタマイズで卸売販売に進出しましょう。これら3つの無料コースは、ShopifyストアでB2B機能...
By Shopify Jan 31, 2025