No content to show
User Activity
@NIIGAKI_HYUGA ご丁寧にありがとうございます!記載いただいたコードを参考にさせていただいたところ、<input type="hidden" name="id" /> が存在していないことが原因のようでした。 <input type="hidden" name="id" value="{{ product.variants.first.id }}" /> をform内に追記したところ無事に動きました。ドキュメントに記載がなくだいぶハマっていたので、ご丁寧に教えてくださって本当にありが...
@NIIGAKI_HYUGA ご返信ありがとうございます! >> ・formタグのproduct変数には、該当商品の情報が渡されているかカスタムページに「Custom content」セクションを追加し、「HTML」ブロックを追加しております。「HTML」ブロックの中に以下のコードを書いておりまして、「title」は表示されるのですがFormのButtonがエラーの状態となっております…。 1週間ほど触っていなかったのですが、元々スクリーンショットの動画のように押せてエラーが出る状態だったのです...
Shopifyのテーマ編集からページテンプレートを新規追加しています。商品一覧のような画面になる予定で、各商品にPaymentButtonを配置したいのですが、以下のようにLiquidへコードを追加してもPaymentButtonが機能しません。(添付動画参考) {% for product in collections.all.products %}
{% if product.id == 'aaa' %}
{% form 'product', product %}
{...
12-28-2023
Hi @Huptech-Web Thank you for your reply! I'm sorry. I could not understand what you said in your previous message.Would it be possible for you to give us the specific codeI do not have the image of how to add a PaymentButton to a customized page i...
12-27-2023
@Huptech-Web Thank you for trying it!I added the following code you provided and the button did not seem to display.<form action="/cart/add" method="post" enctype="multipart/form-data"><input type="hidden" name="id" value="place id here" />{{ form | ...
12-26-2023
@Huptech-Web Thank you for your response!I added the code you gave me, but nothing showed up... Please see the URL I sent you in my message.
12-26-2023
@Huptech-Web Thank you for your kind attention.I will send you the information by message!
12-26-2023
@Huptech-Web Thank you for your response! Sorry, but the store is not yet open to the public and cannot be accessed.The button is working on a non-customized Shopify product page.
Hi!I am adding a page template in Shopify to showcase my products.I want to add a "Buy it now" button to this screen and have implemented it with the following code.{% for product in collections.all.products %}
{% if product.id == 'aaa' %}
{% f...
12-19-2023
自己解決しました。ストアフロントAPIアクセススコープの商品管理部分にすべてチェックを入れたら表示されました。
12-19-2023
現在、Shopifyアプリを開発しています。非公開アプリなのですが、販売チャネル化を行い、アプリ経由でしか購入できない商品を作成したいと思っています。(添付ファイルの選択肢に追加したい) 公開していないアプリでも販売チャネル化することはできるのでしょうか…?また、可能な場合、どうやって販売チャネル化したらいいでしょうか?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
271 | 12-19-2023 01:15 AM |