Jan 13, 2021
Hi everyone! I'm looking for a way to use the Customer Privacy API during the checkout process. I've tried to access the Shopify object on the checkout page but it's actually missing som...
Apr 25, 2020
Hi everyone, I've been looking for an answer for a long time with no result. Here is my question: is there a way I can get both online and offline access tokens? My ideal scenario is to get th...
No content to show
User Activity
The only way I found to distinguish a returning customer is by using the `init.data.customer.ordersCount`, which is defined only when the customer si logged in. Hope it helps!
05-14-2024
Hi,In the Shopify admin dashboard you can delete all the existing variant options, obtaining as a result a product with one variant (under the hood), but visually in the product detail page you don't see the variants section. We have a procedure that...
04-29-2024
Hi Charles,Did you find out something new? Thank you
02-06-2024
Nope, still waiting for an answer from both Shopify and Iubenda... If you figure out how to solve this please share with me Thank you!
10-25-2023
Hi everyone,A short introduction: we have multiple websites developed with a headless approach, integrating with Shopify through Storefront APIs, and redirecting customers to the Shopify checkout page to complete their orders.We used to track custom...
09-25-2023
Hi I'm facing an issue with the pre-selection of the shipping country by using Storefront API.We have a store in which there is a primary market (set to United States) and a secondary International Market (with Mexico and Canada only). When creating ...
It's nice to see that this problem, evidently not affecting just 1 person, was well described in the Shopify Status page and we've got a lot of answers from this elusive support Good luck with the next bugs guys!
Fun fact: querying the collection by handle (say X) returns an empty product list; querying a product inside this collection with its collections returns the X collection, but when I try retrieving the collection product nodes I get no products. Hope...
Hi, same problem here! We are not even getting the expected products when creating a new manual collection and adding some products. It always returns an empty list!!
05-15-2023
Hi!We need to implement a scheduled gift card feature.We've seen in the liquid documentation (https://shopify.dev/docs/api/liquid/objects/gift_card#gift_card-send_on) this send_on attribute, but we have not found any reference on how to use it.Can we...