Feb 26, 2020
Hey, I'd like to show author image on a blog post. There few solutions on the forum. According to this https://shopify.dev/docs/liquid/reference/objects/article that should be the correct ...
Nov 13, 2019
Hi. How can I update customer's default address using ShopifyAPI gem? I try this: customer = ShopifyAPI::Customer.find(params[:shopifyCustomerId]) if customer customer.addre...
Nov 3, 2018
Approach is taken from here https://www.demacmedia.com/team-workflow-shopify-theming/ So how it can work for us: We have a production theme which is a Current theme (the theme customers s...
No content to show
User Activity
10-27-2022
@Magebird I checked both of your demo stores and there is normal Shopify checkout? Am I missing something?
I was. But we are on Shopify Plus
you need to replacecalculateShippingfrom the example with updateCartButtonAlso you don't need this partfetch(cartJson)...this.response from the example is the same thing as data in your code
seems like this is the way to go https://stackoverflow.com/a/63505699/5300425
Hey,I get this error when I use Shopify GraphiQL App
06-13-2022
I've been working with Shopify platform for couple of years and have learnt one thing - they launch features that they consider valueble. Users requests are ignored in most cases. So it is what it is.
Not different, just one automatic discount at a time. Yes, I made a custom app that has this feature. It checks if there is active automatic discount and saves it data in shop metafield.
I ended up saving automatic discount data as a stringified json on shop.metafields which is available on all pages
03-22-2022
OMG, is there really no dev environment? I just asked Shopify Plus support. They have no idea how to do this. I can't believe it. Shopify keeps surprising me (
here they say in order to that you'll need to use APIhttps://stackoverflow.com/questions/61508555/shopify-prepopulate-billing-address-based-on-query-param#:~:text=To%20create%20a%20prepopulated%20checkout%20on%20Shopify%2C%20you%20will%20need%20to%20...
Hey,I am not sure if that's what you are looking for. This will probably work for Shopify Plus ONLY.If you have layout/checkout.liquid you can execute js on a checkout page.I just save checkout form data as cookie and then fill form fields with that.
If the customer doesn't need to add the product to their cart, what do they need to do to get the discount?are you slow? why the heck are you even answering to this? topic starter made it clear what they need to do and it makes perfect sense to me.
I think the documentation is confusing. First it says you can use id, line or key. Then it says if you need to handle multiple items with same variant_id use line. But it is never mentioned that you can't use id to update properties even with a SINGL...
what you posted makes sense. but if you try with only ONE item in cart it still won't work. So it seems like no matter how many line items in a cart you have, combination of item.id and properties doesn't work
Hey,sorry, but your quote from the documentation doesn't answer the original question.
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
15189 | 03-19-2021 04:02 PM |