Jan 24, 2020
Store: https://www.jeanswarehousehawaii.com/ Is there any way to implement a store-pickup option with accelerated checkouts. Is it possible to only use accelerated checkouts for payment...
Jan 10, 2020
Is Gift Card query not available on GraphQL Admin?
Mar 15, 2019
Our site www.jeanswarehousehawaii.com is being mirrored/copied to another domain, www.jeanseason.com. How is this possible? Is there anyway to prevent this?
Mar 14, 2019
Our site domain is www.jeanswarehousehawaii.com and for some reason, it is being copied to another domain, www.jeanseason.com. How is this possible? We do not own jeanseason.com.
Jul 20, 2018
Hi, Not sure if anyone else is having the same issues regarding refunds not adding up to the original line items. The example below is refunding an additional $.01 from the original trans...
Jun 27, 2018
Ran into an issue with Shopify Order regarding the subtotal for a refund line item with a discount. See example below. Price - DiscountAmount != Refund line item subtotal.
Jan 6, 2018
Not sure if this is how Shopify order API is designed but when having a price_rule/discount that has a target_type of line_item, it does not apply a total_discount value for each line item....
Hi, I am trying to update an image through the API using code example below. Create a new product image using a source URL that will be downloaded by Shopify POST /admin/products/#{id...
No content to show
User Activity
01-28-2020
I'm trying to update the cart.attributes property on the checkout page. On the cart page, I do this by running the javascript code using jQuery. $.post('/cart/update.js', { attributes : { "my-attribute": "my-attribute-value" } } ); On checkout page, ...
Is there a way to POST /cart/update.js on checkout. I know it can be used at the cart page but doesn't seem to work on the checkout page. I just need a way to update the cart while on the checkout steps. Our shop has a Shopify Plus Plan. Thanks!