We have a custom built app that shows up in the Shopify admin console under apps. The app is to create custom discounts in our shopify mall. We have operations staff that should be allowed to create ...
No content to show
User Activity
My company has a plus plan. Our users log into our corporate site and then use multipass to SSO to our shopify site when purchasing items. We have one set of styles for the checkout page for most of our users. We have some clients who use our site an...
It's something I had tried. I don't see any breakpoints getting hit no matter what I do which is why I asked. Maybe it only works in certain version of VS code or maybe there was some change on the Shopify side. I moved on to other projects so maybe ...
05-30-2024
That was my confusion it was the first I heard of an enterprise plan. I thought it was maybe a typo in the documentation since I thought my org had the highest level plan available (plus). Looking on the pricing page I do indeed see a mysterious ente...
The accepted answer might work but its vague and I'm not sure how to implement it. What does it mean to add a node configuration. An example configuration would be very helpful. I tried several things to debug local plugins and fear the issue is mayb...
I did come up with a very hacky workaround but would still like a "correct" answer from shopify. Rather than returning an error from buyerJourney.intercept I just manually insert an error banner node and show/hide it myself based on the situation. I...
Im following the guide here in an attempt to add a custom consent form on my checkout page using checkout ui extension. My extension injects a Text field and Checkbox field. If the checkbox is not checked its correctly blocking the checkout progress ...
can you put any more details?
05-22-2024
and now Ive tried it on a developer preview store with same result. i feel like Im following the Shopify example here pretty closely.
05-22-2024
Is it early access for every type of function ... why doesn't the first row say early access but the next 2 do. It would have saved me the entire day tracking it down. Shopify likes to give me a taste of hope then crush my dreams. When is this critic...
I second that this is (one of many) api flaws. makes it quite impossible to migrate users from one store to another. Shopify is not good at the enterprise level. Otherwise they would have this type of capability. Also they have things like mutipass i...
do you expect that shopify actually thought out their apis? psha
I am testing our store and randomly getting logged out when clicking on links (account/cart/checkout/home/etc). The timing is random and the link is different every time. I cant find any repeatable pattern to replicate the issue. What I can see in fi...
zuul gateway changes the character encoding to some ISO format ... This seems to fix the issue: final String body = IOUtils.toString(req.getInputStream(),"UTF-8");
Posting so others dont need to go through the same pain as me last few days. If you ...
I am trying to verify hmac for order created webhooks in java springboot application. The validation works for webhooks without credit card information (free due to discounts). For orders with credit card info its coming through with some special cha...
05-03-2021
The custom discount is no longer valid if there are discount caps. Like we want to offer the discount 100 times. If we offer it 101 times we are financially liable to pay for the extra discount. It would be nice if there was to make a blocking call b...