WildData
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎03-28-2024 01:46 PM
Topic Started
10
Topics Started
Topic Solutions
1
Solution
Post Count
20
Posts
Post Kudos
4
Likes

Community Badges

No content to show

User Activity

Hello,I'm trying to customize the checkout using the checkout branding API (for Shopify Plus)I cannot find the option to update the grey area to a custom color.Is there such an option?Thanks
I think I figured it out, probably just an Nginx config issue
That's in the last part of the post
Hi,I'm hosting an app on an Ubuntu server (AWS EC2) using Shopify CLI version: 3.56.3All of these steps are going well:- nginx setup- domain name setup example.com- deploy the app- npm install- npm run build- npm run setupThen cd /home/ubuntu/my-shop...
well... it was a scope issue in my case. I had to update the access_scopes from shopify.app.toml
I'm having the exact same issue trying to access a customer metafield. I reinstalled the app in case it was a scope issue but the array is still empty while the metafield is setup correctly
Hi,I'm developing a checkout extension. It's just a mandatory checkbox that the user needs to check in order to complete the order.I want to be able to either:- enable/disable the submit button on the checkout page when this box gets checked/unchecke...
You can remove the associated json settings from your settings_data.json file under presets > Default > color_schemesbackground-1, background-2, inverse... in the following example.
Hello,I'm working on an older theme developed with Slate https://github.com/Shopify/slateThe node modules are being compiled into a single vendor js file. Is it possible to lazy-load these js modules?Thanks
Nevermind, I overlooked it, it was a simple Express condition
Hello,I'm using the Shopify CLI with NodeJS.I need a post endpoint. This endpoint receives data from an external source. This source cannot send the headers or queries that Shopify needs.I'm kind of stuck because of the lines in index.jsapp.use("/api...
Hello,I developed a Node app using an AWS EC2 server.I'm using Github Actions as CI/CD.I'm having a very frustrating issue right now with the node modules. Every time I try to install them, my server becomes unresponsive, and I have to manually stop ...
Hello,I'm using the latest node version of the Shopify CLI (3.16.2), I do see that the APP_UNINSTALLED webhook has been registered correctly after running a GraphQL query.But when I uninstall the app, the webhook doesn't fire, so nothing gets deleted...
Thanks @Umiko I'm still a bit confused about this part "The app must be installed on a Shopify Plus or Advanced store. Contact Shopify Support to enable this scope for your app."It looks like I need to contact Shopify to apply this scope to my public...
Hi,I'm building a contact form within an embedded Shopify app using Polaris, and I would like to have the email field pre-filled with the currently logged-in user's email. Is it possible to do?Thanks
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to