Chris_Hantis
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎01-08-2024 11:46 PM
Topic Started
5
Topics Started
Topic Solutions
3
Solutions
Post Count
28
Posts
Post Kudos
6
Likes

Bio: I started in the Shopify ecosystem in 2019 and ever since then I have been building apps and customizing themes for merchants around the world. Curren...

Community Badges

I feel like I am blanking out on solving this question. Is there a way in vanilla JS to listen for the AJAX Cart when it opens and closes? Thanks for the help, Chris
Excuse me as I write this crude post. Super tired from dev-ing all day. Is there any information from Shopify on the number of stores or a % of stores that are in a specific segement / type ...
I am storing the accessToken and shop in my MySQL table in the '/shopify/callback' route. I want to call on shop in my route '/app/get/metafield' to do a lookup in my table and pu...
I posted on Stackoverflow and wanted to ask the community for help as well. I am building a public shopify app and I want to add a POST route that allows a metafield to be created. In ...
Hi, I have an app I built and it seamlessly embedded into my dev store. I decided to copy that app and only alter the html to reuse the code for another app. I set the app up in Sho...
I have an embedded app that allows a user to create a table. Within the table a merchant can manipulate the columns and row values (very basic yet flexible). I was wondering if it was possib...
No content to show

User Activity

Thank you. I queried my dev store and the function appears to be on the store, but the inputQuery is null so this is probably the issue for me. So now I have to figure out why this its null because I am using an template Shopify provides.
I am experiencing this with my shopify function and not having any success figuring out why this is occurring. I made a checkout ui to see if that worked and indeed that is showing up and is updating with changes. Did you figure out the issue? @letme...
If by chance you are looking for a Shopify app to help convert text to speech for blog posts you could try Listen Now!. I developed this app and we currently translate the text content of the blog. I'll have to research translating videos for blogs a...
If by chance you are looking for a Shopify app to help convert text to speech for blog posts you could try Listen Now!. I developed this app so if you have any questions please let me know.
Question : Why is this url (https://ipinfo.io/json) even publically available ? It seems like its a mistake on their part, no? How would they ever even know to bill you after you go past the free plan.
You should check with the app developer if installing that app messed up your store.
Wondering if there is a way to easily retrieve the element attributes of a themes checkout button that are on the ‘your-domain.com/cart’ page and in the Ajax cart (side cart)?
I deployed my app to Heroku last night.I am able to instal the app but I am not able to see the app, and I receive an error screen and message in the console (below). How do you resolve this?I have tried adding npm helmet to the server.my app url is:...
Thank you. This is exactly what I ended up doing in my app (aka stumbling upon it). I thought adding buttons and modifying some workflows would make it better for the customers but realized it was "hell" for the developer side of things. Next time I'...
I didnt think I was going to figure it out but here is how I resolved my issue. Thanks @Alex for the response. app.get("/shopify/new-charge", function (req, res, next) { const redirectUrl = "https://another.website.com"; res.redirect(redirectUrl) ...
Some background...App is developed using Node / ExpressI have been working on my simple app since Aril 25th and for the last three weeks have been struggling to complete the billing portion of my app. As a junior developer and first time Shopify App ...
I am building a node/express app where I want the user to set the value in a metafield. In the metafield api documentation for the POST it says the following: POST /admin/api/2019-04/metafields.json { "metafield": { "namespace": "inventory", ...
Thank you @Zameer 
I have been building an app with Node / Express and I want to add billing to the app, but I am confused by how the documentation is laid out. Would I follow the instructions under Charge A Fee Using The Billing API   because this is under Build a Sho...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.