No content to show
User Activity
11-14-2022
We really need this one too! +1
Once it is fully released, I'm hoping to use https://www.shopify.com/uk/enterprise/shopify-functions for our free shipping use case.
Hi, we are sufferring with this issue too. How would you propose a store could (consistently) offer free shipping when the order total is over a certain amount? At the moment, if a discount applies that takes an order back below a threshold, the cust...
Any news on this one? I have the same issue. As this is missing, the only thing I thought of doing was creating a script that would crawl each customer in turn, then get their earliest order and set a "Customer 1st Order" tag against that order. Ther...
I came across this same issue, and for us it was because in theme.liquid, we had {{ content_for_header }} in there twice. It had accidentally happened when moving to a new theme and trying to pull across all app customisations to the new theme. Remov...
08-17-2021
+1 We need this for similar reasons to what has already been mentioned.
11-09-2020
As you are dealing with cart line items (not products), you do not have access to product attributes directly, but what is detailed at: https://shopify.dev/docs/themes/liquid/reference/objects/line_item/Luckily, the product for a line item can still ...
10-06-2020
I'm wrestling with something similar here, but having followed the tutorials (https://shopify.dev/tutorials/build-a-shopify-app-with-node-and-react) that seem to use classes for pages, I'm having issues getting this URL parameter as the Router is a h...