Motionテーマの購入ボタンliquidはどこにありますか

初歩的な質問で失礼します。

Motionテーマを使用しています。

コード編集で購入ボタンをカスタムしたいと思っています。

購入ボタンに該当するliquidが見当たらず困っています。

ご存じな方いましたらご教授いただけないでしょうか。

何卒宜しくお願い致します。

@jaguar1

Motionテーマは有料テーマとなりファイル名が不明なため、

MotionテーマのヘルプセンターのAIに「What is the liquid file name for the motion theme’s buy button?」と質問をしたところ、

product-form.liquidが対象ファイルとの返答でした。

以下返答全文The liquid file that contains the code for the buy button (including the “Add to Cart” and dynamic checkout button) in the Motion theme is typically named product-form.liquid and is located in the “Snippets” folder of your theme files. This file handles the logic and display for the buy button on product pages. If you are looking to modify the buy button, this is the file you would edit. Please note that in some newer theme structures, the relevant code may also be found in files like block-buy-buttons.liquid if product-form.liquid is not present, but for the Motion theme, product-form.liquid is the primary file referenced in the knowledge sources provided.

If you need to access it:

  1. Go to Online Store > Themes in your Shopify admin.

  2. Click “Actions” > “Edit code” on your Motion theme.

  3. Open the “Snippets” folder and look for product-form.liquid.

If you do not see this file, check for block-buy-buttons.liquid as an alternative in newer theme versions.
The knowledge sources do not mention any other file name specifically for the buy button in the Motion theme.

異なる場合は、実際にテーマを作られているベンダーにお問い合せいただければと思います。

ご参考まで。
(キュー小坂)

キュー小坂様

ご返信遅くなり申し訳ございません。

承知いたしました。

わざわざお調べしていただき誠にありがとうございます。