No content to show

User Activity

Hi Jakehe, I struggled with it for a bit too. Turns out it has nothing to do with the scope of your app. What you need to do is install again (i.e. update) your graphiQL app and include `read_delivery_customizations` (and `read_delivery_customization...
I have a store that supports 2 languages: Traditional Chinese (primary) & English (Secondary)Before customers checkout, they will choose a shipping address from our custom list on cart pagecech. The address is passed to checkout page using cart perma...
Replying myself here. My best guess is that these extension targets are not rolled out yet. It is mentioned in Shopify newsletter but nowhere I could find in doc:> We are moving the launch of checkout extensibility on the thank you and order status p...
Hi @lizk , I am facing similar problem. Here's my case: Currently, our site has free shipping for purchases over $500We'll give discount code to some customers - $300 off Customer A purchases $700 worth of products. Checkout total price = $200 i.e. s...
Yes I am using Shopify Plus and App
Hi, I created a Checkout UI Extension to display line-item properties at checkout.I configured 3 extension targetpurchase.checkout.cart-line-item.render-after  purchase.thank-you.cart-line-item.render-aftercustomer-account.order-status.cart-line-item...
Thanks for your information @nhtbao101 , I turned the function on just now and it came back too.
Hi @Liam Any updates?Can you confirm the issue lies on Shopify's end or not?Sorry for urging, but this function is crucial in my site's checkout logic. 
Hi, I'm having problem retrieving cart attribute value from the "input.graphql" in a "cart checkout validation" function. My site is using the new checkout system and I developed a custom extension-only app for customizing it. There are several exten...
I had the same problem, turned out the metaobjects were in "Draft" state.Change them the "Active" state and your code would work.
Turns out it works by setting both:`checkout[shipping_address][province]=HK` (or 'KL' or 'NT')`checkout[shipping_address][country]=Hong+Kong` Putting it together:/cart/{variant_id}:{quantity}?&checkout%5Bshipping_address%5D%5Bcountry%5D=Hong+Kong&che...
I'm working on permalink to prefill address info for customer. I am able to prefill address line 1 and city, but can't find a way to pre-fill region. The region dropdown input has name="zone" so I suppose the follow would work, but it doesn't./cart/{...
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to