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 Mirai Dec 3, 2023すべてのShopifyアカウントはデフォルトではmyshopify.comのURLと関連付けられており、これはアカウント設定時に使用したビジネス名に基づいて作成されます。しかし、オ...
By Nina_13 Nov 26, 2023このトピックは英語版コミュニティの投稿:Shopify Web Pixel Manager Sandbox FAQの日本翻訳です。
By Mirai Nov 19, 2023