No content to show

User Activity

Hi Liam -- It looks like that method relies on taking data from a metafield and putting into cart line attributes to pass between apps.  Unfortunately, attributes are not protected.  They may be hidden from the UI (or may not, depending on theme and ...
Hi Sam -- Did you discover a solution for this?  I am looking to do similar, where for example a Checkout UI extension would add a key value pair that a Product Discount function would read.  All in the same app, so private app metafields should theo...
Thank you Liam.  I have a similar use case.  I understand metafields are more elegant and precise, but it is a significant ask to transition legacy data for merchants who have many years, systems, and hundreds to thousands of tags worth of history.
We would like to use subdomains and a headless store for affiliate attribution.  For example, something like: affiliate1.domain.comaffiliate2.domain.comaffiliate3.domain.com And for each subdomain, we serve the same headless storefront (maybe with so...
Is it possible to use a 3rd party service for Single Sign On to Shopify stores?   Like OAuth or SAML for both classic customer accounts and new customer accounts. I'm not referring to authenticating an app, or users of an organization to Shopify Admi...
I think with the move to Functions, no attention is being paid to Scripts. So think I titled this post wrong.  I should have named it something like "How to have shipping rate list similar to price list."
I'm having trouble reconciling REST API's "landing_site" and GraphQL customerJourneySummary > lastVisit > landingPage.   I'm finding that they are different for the same order, where I would expect them to be the same. REST landing_site:  https://sho...
We would like to provide different shipping rates to different B2B companies, similar to how pricelists work.  For example, have different minimum order values for free shipping. Since that type of functionality isn't currently available, I was hopin...
Solved with few conversions.  `cents` is a Decimal.  I converted `to_s` and then `to_i`. Hacky, but looks like this:  last_two = shipping_rate.price.cents.to_s.to_i % 100
I would like to check the amount of a shipping rate and see what it ends with, so I can then discount a set amount. Basically I want to be able to do modulo math.  Like  if shipping_rate.price.cents % 100 == 95 # discount specific amount But I can'...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to