No content to show
User Activity
Hello,I am using the AJAX API /cart/add.js to dynamically add products to the cart in my store. When I fire the add to cart method, the return data on "/cart/add.js" is always showing the correct variant details. But, when I call a "get /cart.js" aft...
07-10-2020
Hey @Yunieski_DG I ended up making it work by allowing the window to redirect by default instead of forcing the JS `window.location` change.Here's what my function looks like:/**
* AJAX Submit Shopify Contact Forms
*
* @param {array} contact_form...
07-10-2020
I tried implementing the AJAX handler from Yunieski_DG, but when I redirect to the URL "/challenge#form_id" I'm getting a 404 page. Any ideas? Thank you!
02-19-2020
I'm looking to query blog articles by tag using the GraphQL API I see the documentation provided about the "OnlineStoreBlog" and "OnlineStoreArticles" but can't seem to make sense of how to input my queryhttps://shopify.dev/docs/admin-api/graphql/re...