joelurraco
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎02-02-2024 02:58 AM
Topic Started
10
Topics Started
Topic Solutions
0
Solutions
Post Count
19
Posts
Post Kudos
11
Likes

Community Badges

No content to show

User Activity

No, but I haven't looked into it since, I'm not sure if Shopify allows it now.
I could get it to do what I need by changing the hook to "useDiscountCodes". This way I get an array of the discount codes that have been applied to the checkout. I still don't understand what discount allocations are. 
Hello, I'm trying to use the useDiscountAllocations React Hook. I expect to receive an array of the discounts that have been added to the cart in the checkout, but I'm receiving an empty array:  import { useDiscountAllocations, } from "@shopify/che...
Thank you for your answer, but this returns the following error: "message": "Field 'totalCount' doesn't exist on type 'OrderConnection'"
Hello, I'm trying to obtain the number of orders that a customer has made and we've fulfilled. I've tried using the 'numberOfOrders' attribute but this also counts orders that have been created but not yet fulfilled. Is there an easy way to obtain th...
Hello, I would like to know if it is possible to add a description block to every shipping rate that is shown on the checkout. I need to give my customers information on the shipping rate before they pick one, but the current limit of 128 characters ...
Not yet, I haven't tested this, but maybe it is possible to add the API host as a setting for the checkout extension. This would allow the same codebase to work in two different environments. Still I would prefer a way to retrieve the app's domain wi...
I am currently working on a Custom app for a merchant. This app is currently installed on the store, and now I want to add the "write_delivery_customizations" scope to the app. I've tried uninstalling the app and using the "Merchant install link" und...
Thanks for the info, but I am looking for my app's url, not the store's
Hello, Currently I'm developing a Checkout UI Extension that makes an call to our own API to fetch some data. Right now we have to hardcode our API's host URL, so we need to change it manually every time we want to test it for the cloudfront generate...
Hello, We are developing a checkout UI extension where we are using the 'useCustomer' React hook.There is an error when entering the checkout as a B2B customer, this error appears on the browser's console: UnhandledCustomerProfileError: Unknown Custo...
Thanks for your response, but there is not a "Extensions" secion in the checkout settings menu.
Hello, I am currently developing a Checkout UI Extension that adds some fields after the shipping methods selector. I have succesfully installed it on a test store on my own, but now I cannot see any updates I make to it. I'm executing the "npm run d...
Hello, I'm trying to figure out how I can call the REST API from inside a webhook handler. I want to obtain, in the ORDERS_FULFILLED webhook, the customer's metafields, so I'm trying to use the Find customer endpoint. The problem is that I don't know...
This widget could not be displayed.
This widget could not be displayed.