No content to show
User Activity
05-19-2025
I HAVE THE SAME QUESTION. I work for a corporation, Teledyne, and we have a .NET application that reads Shopify Staff Permissions from the Shopify API for SOX compliance. Since "Permissions" is being deprecated, how to I update to another API call to...
I would also like to be able to add Order Metafield values to the Order Confirmation email template (since we collect additional customer delivery information and store it in the Shopify Order this way).Does Shopify have a way, or a plan, to allow de...
re: block the user from continuingHello, AsimTahir1. Can you explain what function/method you are using to block the user from continuing? Thank you very much!
07-19-2024
For Dawn theme, all that needs to be done is simply to create a new collection named 'All' (edit the new All collection products as desired).No theme file coding is necessary.
07-02-2024
DiscountApplicationStrategy.All has worked for me as of the April release. Below is a snippet of my return code if it helps. return {
discounts: [
{
targets: targets0, // Apply the discount to the collected targets
...
04-15-2024
Sorry I do not know how to apply to the line regardless of variantID. I believe at the time of the original post, it was not possible, but perhaps you can ask a Shopify team member if this feature is now available.
01-10-2024
I should probably add the code showing the discount mapped to each line: .filter(line => line.quantity >= configuration.quantity &&
line.merchandise.__typename == "ProductVariant" &&
line.attribute?.value != "0.00")
.map(li...
01-10-2024
I am having trouble structuring the standard output required to apply a different product discount to each cart item variant ID. I am using app and extension api-version 2024-01, app and cli versions 3.53.0. My product-discount function standard inpu...
01-10-2024
I scaffolded a new product-discount extension function today and the shopify.app.toml file reflects api-version 2024-01 and the shopify.extension.toml file shows api_version 2023-10. The product-discount package.json shows app and cli versions 3.53.0...
Hi Scott - thanks much for the reply! Is there something in the works to allow hiding of the purchase order for B2B customers, or is it a fixed feature?
I found a (non-Shopify) storage solution that works across Shopify liquid files for a case where I am trying to call and read a value only once per domain session (from an external API: apiCallResponse.country_code) and store this value to read from ...
re: are you looking to ensure that the metafields are locked to only the specific sections?no, this is not necessary in my case. So, Are you suggesting to write a Shopify app program that calls the 3rd party API and set the metafield value from the a...
I am a developer for multiple corporate stores under the Shopify Plus Enterprise Platform plan. I have an API that, for efficiency, I would like to call only once (per store/customer session) and use the response to set a global value that is readabl...
yes, I have an issue. There is an api call that I make on all my stores (corporate) that is broken only on the one store with the unusual looking token. Before I request the developer to make api modifications to accommodate the unusual looking token...
Understood, but I would still expect it to look like other cart tokens with or without the c1- and it looks nothing like all of my other store cart tokens, it is not even a GUID, so I still believe something is wrong with this store's cart token. Has...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2404 | 11-16-2023 05:25 PM | |
3394 | 08-28-2023 11:39 AM | |
2253 | 08-26-2023 07:01 PM | |
1804 | 08-02-2023 12:39 PM |