-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix up Store and upgrade Shopify theme #825
Comments
I turned the hello bar and red buttons to blue and pink by changing the "accent colors" in the admin. I removed one of the two size guide apps which caused two competing size guides to show up on products. I think the sold out tags are ok since when a product is sold out, the regular "Add to Cart" button changes to "Sold Out" and can't be missed. I'll file the rest of this to Later as upgrading the theme is a significant task. |
My sense is that it's not going to be really possible to just upgrade the Dawn theme since we've edited a lot of the theme files. We'd need to re-apply all our edits over again to the updated theme. Is that correct @thetwopct ? |
We're currently on version 7.0.1 of the Dawn theme. This will continue to work for the time being. Upgrading the theme to the latest v15 is a significant task due to introduced structural changes, changes to customisations, and changes to variable naming schemas. The biggest difficulties are dealing with the changes made by the locksmith app to various files (locksmith deals with custom page access control). Our theme customisations are mostly confined to the Theme and Header liquid files, and all our CSS is in In this PR, I have made some changes to comply with the shopify theme check, mostly around how assets are loaded/optimisations. This should ensure the theme continues to work until more work is needed. |
Make the sold out tag more prominentThe text was updated successfully, but these errors were encountered: