-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to checkout.liquid are not being pushed up. #75
Comments
I'm looking at the code right now and I can't see any reason it wouldn't work |
Can you try using Let me know... |
I just tried using this:
and it started to upload every file in the theme(!!!!) What am I missing here? I only have 1 target configured. |
You want to use the |
@internalfx thanks. Here's what I tried: $ qs theme upload --filter checkout.liquid
11:04:28 pm - Uploaded 0 files.
$ qs theme upload --filter theme/layout/checkout.liquid
11:05:08 pm - Uploaded 0 files.
$ qs theme upload --filter /theme/layout/checkout.liquid
11:05:37 pm - Uploaded 0 files.
$ qs theme upload theme/layout/checkout.liquid --filter
11:07:26 pm - Uploaded 0 files. Doesn't seem like it's uploading or I'm doing something wrong. |
|
@internalfx yep it should have but it doesn't as you can see above: 'Uploaded 0 files.' My best guess is it is a permissions issue since I looked at my private app settings and couldn't see anything that jumped out at me. I can follow up also with Shopify Plus support. |
I unfortunately don't have a Shopify plus account I can test this with. Please do let me know what you find out. For reference the API call I'm using is this. https://shopify.dev/docs/admin-api/rest/reference/online-store/asset?api[version]=2020-04#update-2020-04 |
Sorry for the delay on this - I contact Shopify Plus support who elevated the issue to their dev team and this is what they just came back with: I've chatted with our partner support team about the issues that you are having with Quickshot not publishing updates to your checkout.liquid. At this time, they have advised that it would be best if the developer of the app reached out directly through their partner dashboard for more information on this.If you don't already have a Shopify partners account, you can create one here: https://www.shopify.com/partners Hopefully they can give you some more information directly. I can confirm that this is still an issue so any changes to |
@joshuaiz has anything changed regarding this issue? |
This issue still remains - pushes to |
@joshuaiz ok, thank you, I'll take a deeper look. |
Hello,
Still loving Quickshot.
I'm using it with a Shopify Plus client and it seems that any changes to
checkout.liquid
are not being pushed up to the target store. All other files are fine includingtheme.liquid
.Is there anything that could be blocking changes to
checkout.liquid
or otherwise preventing these changes to be pushed up?My best guess is it is some sort of permissions issue.
Here are the steps to reproduce:
theme watch --sync
commandcheckout.liquid
checkout.liquid
file is not updated.If you need more information, let me know. Thanks!
The text was updated successfully, but these errors were encountered: