I implement lazyload to my shop by putting below code to theme.liquid(template is Debut). <!--Lazy Loading -->{{ "lazysizes.min.js" | asset_url | script_tag }}<style>...
I just have launched my pages a week ago(https://interior-and-furniture.myshopify.com) and I tried to send xml file to Search console to be fetched several times ,but it shows: couldn`t fetched. I ...
No content to show

User Activity

CSVで商品をインポートする際、以下の選択肢があります。①[一致するハンドルの商品を上書きします。]②[すべての販売チャネルに新しい商品を公開します。] ①については理解できるのですが②についてはヘルプを見てもイマイチ意味がわかりません。 例えば商品名を変えたCSVをアップロードする際に①のみチェックしてアップロードすると、商品名が変わるのはShopfy上のみでGoogleショッピングに出品している商品の商品名は同期されず古いままになってしまう といった意味でしょうか。 初歩的な質問で大変申し訳...
Is there any problem if I use an image URL without the query parameter in a product page?For example, it will slow down the display of the product page. e.g.)https://cdn.shopify.com/s/files/1/2222/3333/4444/files/test.jpg?v=11111111--> https://cdn.sh...
I'm trying to find out how to upload image files on Files under content using API or GraphQL. I asked Claunde2 and it says;To upload an image file to the Files section in Shopify using the REST Admin API, you would use the following endpoint:POST /ad...
I want to create prodcut with sales channel ID using Python and GraphQL API. But I don't know how to know sales channel ID for first. So, please tell me how to get to know sales channel ID using GQL query and then if possible, tell me how to create a...
@SBD_ Thanks for replying. I have an error as below;Product Variants Created: {'errors': [{'message': "InputObject 'ProductVariantInput' doesn't accept argument 'variants'", 'locations': [{'line': 5, 'column': 5}], 'path': ['mutation', 'productVarian...
I'm considering to add variants to existing product using GraphQL. I have tried a code as below, but it dosen't work. Dose anyone know why?import requests # Your Shopify store URL shopify_url = "https://your-shopify-store.myshopify.com" # Your Shop...
ご返信いただきありがとうございます。 上記で解決しなかったため、英語版QAで聞いてみましたので回答を待ちたいと思います。https://community.shopify.com/c/graphql-basics-and/register-a-new-product-with-html-description-using-graphql-and/m-p/2289565#M11831 ご協力ありがとうございます。
I'm new to Shopify GraphQL and trying to register products through GraphQL and Python. I wrote a code as below but it returns an error. Products with only text can be registered but products with HTML are not registered.Using GCP, Theme: Debut import...
お世話になります。Shopify初心者です。以下、ご存じの方がいればご教示いただけますと幸いです。 ■やりたいことPythonでGraphQLを使用して、新規商品登録するスクリプトを完成させたいと思っています。 ダブルクオーテーションなどが入ってくるとエラーを吐き出してしまいうまくいきません。ダブルクオーテーションや”<”などをエスケープする方法をご存じの方がいればお教えいただけますと幸いです。 以下はPythonで書いたスクリプトになります。■環境GCPTheme:Duet ■登録したい文字列...
@_osamu_iwasaki_  ご回答いただきありがとうございます。 >商品のメタフィールドに関連商品のID入力欄を設けてあげれば表示できると思います。こちらですが、具体的にはliquid themeなどで何かを入れる必要があるということでしょうか?まだ、Shopifyへの知識が浅く理解ができず申し訳ないのですがご教示いただけますと幸いです。
お世話になります。ご存じの方がいましたらお教えください。 商品ページ下部にある「あなたへのおすすめ」導線に表示させる商品を・意図した商品・その商品ページに合ったコレクションにするにはどうすればよいでしょうか? こちらのページを見ると関連のある商品が表示されるアルゴリズムになっていると解説されていますがまだ注文が、少なくソファのページにベッドしか表示されてないといった現象が起きています。https://help.shopify.com/ja/manual/online-store/themes/o...
返信が遅れましたが、ご丁寧に解説をいただきありがとうございました。こころあたりがありますので確認してみます。ありがとうございました。
ご丁寧にご回答いただきありがとうございます。私のほうでも改めて確認したところ、合格の項目としてでておりました。(恥ずかしながら「合格した監査」という部分を見るのがはじめてでした) コードがつけられてない画像はありそうなので、みてみたいと思います。ありがとうございます。
ありがとうございます。おっしゃる通り、theme.liquidに <script src="{{ 'lazysizes.js' | asset_url }}" async="async"></script>上記のようなコードが入っておりました。ただpage speed insightで確認すると添付画像のように「オフスクリーン画像の遅延読み込み」が改善できる項目のトップにきており、これでlazyloadされているのかと思っております。。 
お世話になります。ページスピードアップのためlazyloadを実装したいと思っています。色々調べた結果、1.GitHubからファイルダウンロードhttps://github.com/aFarkas/lazysizes2.theme liquidにコード埋め込み{{ "lazysizes.min.js" | asset_url | script_tag }} <style>.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transiti...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to