Kenneth Nicholson commented on Shopify oauth 400 invalid request
I agree, its alot of code. I did not write it all. I am trying to fix it. It worked for 6 months then suddenly stopped.
View ArticleReamaze commented on Embedded App SDK broken over the weekend
Hey Kevin,Thanks for the clarification. I do agree that the signature should have all the params, and that this was a good fix. We just didn't expect the changes to happen over the weekend, as we've...
View ArticleRyan | Add to Cart Apps commented on Embedded App SDK broken over the weekend
Celso,Yes that is the one, ours always just links to https://editorder.dev/?shop=add-to-cart-apps.myshopify.com and similar urls for all our other apps.Thanks,Ryan
View ArticleKevin Hughes commented on Embedded App SDK broken over the weekend
We have a newly created forum where we are going to announce changes that affect the API: https://ecommerce.shopify.com/c/api-announcements.
View ArticleRyan | Add to Cart Apps commented on Embedded App SDK broken over the weekend
@Kevin brilliant move!
View ArticleReamaze commented on Embedded App SDK broken over the weekend
Kevin: Sweet! Oh and if I must say, it's been a pleasure developing using the EASDK. Thanks again for helping us out.
View ArticleRyan | Add to Cart Apps commented on Embedded App SDK broken over the weekend
Kevin,We are switching out our signature code today for the new method and using the old method as a fallback on failure and writing the event to our logs. Hopefully the log remains empty but will post...
View ArticleKevin Hughes commented on Embedded App SDK broken over the weekend
Sounds good - do keep us in the loop!
View Articlehj commented on How to debug 'no Delivery Rate available' when writing a...
Hello,should the total_price be given in cents? The docs doesn't specify the response format.HJ
View ArticleAl Priest commented on How to debug 'no Delivery Rate available' when writing...
In my experience yes, it's in units (cents, pence etc) without a decimal point. So a product of 7.50 would appear as 750 in the request.
View ArticleCelso Dantas commented on Embedded App SDK broken over the weekend
Hey Mathias and Ryan, FYI the fix for the "space in parameters" was shipped and should be working now.Let us know if you guys have any problem with the ESDK. =)
View ArticleTariq commented on Discount & Shipping Calculation Update - Feedback
We review every fix to business logic before releasing our changes in order to avoid circumstances like this one. Unfortunately, in this case, the change wasn't expected to result in the behaviour you...
View ArticleRadiator commented on Discount & Shipping Calculation Update - Feedback
Wonderful, thanks for taking the time to respond. We're all for simplicity and the best user experience possible. Its what makes Shopify so great.This specific change does seem to be for the best...
View Articleadding infinite scrolling for products in homepage by Kew M
Hello guys,I'm currently working on this new site, I want to work on a INFINITE SCROLLING effect on my homepage to display my selling products randomly. EXAMPLE OF INFINITE SCROLLING url:...
View ArticleSuraj Verma commented on adding infinite scrolling for products in homepage
Hey Kew,Check out this thread which have information about creating infinite scroll on collection page.https://ecommerce.shopify.com/c/ecommerce-design/t/infinite-scroll-on-collection-114433Hope that...
View ArticleAdding metafields to articles (PHP) - 422 Unprocessable Entity by Martijn...
I'm trying to build an app that enables adding metafields to articles.I managed to create a new article. Updating an existing article works as well.But when I’m trying to add metafields the api resturn...
View ArticleJason commented on Adding metafields to articles (PHP) - 422 Unprocessable...
Unless I am missing the point, if you are creating a metafield on an existing article I would have expected:POST /admin/articles/#{id}/metafields.json { "metafield": { "namespace": "blogoneothree",...
View ArticleMartijn Pillards commented on Adding metafields to articles (PHP) - 422...
That seems to work.It was this example that put me on the wrong track.Thanks for the quick response.
View ArticleBennick commented on Techniques for securing input from customers through app...
Hi Ryan. Did you come up with a different approach for this? Also is the app you made on the marketplace. A client of mine is looking for this exact functionality. I had pervasively posted a similar...
View ArticleRyan Foote commented on Techniques for securing input from customers through...
Hi Bennick -Nope, we haven't come up with a solution to the above and haven't re-visited the project with much effort since I posted the original message.
View Article