4,033 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
1
replies
94
views
How to add a weight-based extra charge to Shopify shipping rates?
Add charge to shipping rate based on weight in Shopify
I want to add an extra charge to the shipping rate based on cart weight.
If the total cart weight exceeds 1 kg, I want to add an additional 20 tk ...
0
votes
0
answers
33
views
Shopify 3D Logo in header using <model-viewer> not showing and menu broken
I’m trying to replace my Shopify store’s 2D logo with a 3D logo using <model-viewer> in my header.liquid.
Here’s what I want:
The 3D logo should be centered in the header.
The Home and Shop ...
0
votes
0
answers
26
views
To preview your changes, color schemes must be defined in settings_data and settings_schema files" even though theme works on store
I’m developing a custom Shopify theme locally using Shopify CLI.
This theme was working perfectly on my system, and the same code still works when uploaded to the Shopify store.
But after I logged ...
0
votes
0
answers
68
views
Section:load stacking event listeners
I created a section in Shopify where the JavaScript needs to re-render every time the user makes changes. One thing I don’t fully understand is that when the JS is re-rendered, the old event listeners ...
0
votes
0
answers
33
views
Can't add custom front matter defaults to Jekyll page generated by a plugin
I have a ruby script in _plugins which generates pages that list posts in a collection tagged with a particular tag. It is a slightly modified version of the code available here.
In _config.yml I can ...
0
votes
0
answers
45
views
Using the 'Integration Code' section of a Big Cartel website
Over the years I have modified my Big Cartel theme Layout page to adjust the menu, insert footer images related to sponsors and most essentially to insert text at the top to keep customers updated. ...
0
votes
0
answers
45
views
EntityLIst and EntityView not working with search filters in liquid template
In our PowerApps portal we have a list called "Portal - Program Site List" and also subsequently a view on that list called the same - "Portal - Program Site List".
We're trying to ...
0
votes
0
answers
49
views
How can I edit liquid html code within a shopify contact form to get a checkbox to accept multiple selections?
Would anyone be able to assist me with understanding how to edit the code (I think I need to add in Java) to allow a checklist within my contact form to submit multiple options, not just the last one ...
0
votes
1
answer
101
views
Shopify Metaobject document link and url fields not working after connecting new domain
I have a product documents metafield with a metaobject reference. The metaobject definition includes a file field, as well as a URL field. Here is what I have set up:
{% assign documents = product....
2
votes
1
answer
410
views
Can Tailwind CSS work with dynamic Shopify liquid variables?
I'm relatively new to Tailwind and using it with a custom Shopify theme. I installed Tailwind using the Tailwind CLI, and all static classes work fine.
However, I'm having trouble when trying to use ...
0
votes
1
answer
47
views
Jekyll recursive include causing "Nesting too deep" error when rendering nested comments
I'm working on a Jekyll site and encountering a "Nesting too deep" error when trying to render nested comments using a recursive include. Here's a simplified version of my template:
{% ...
0
votes
0
answers
111
views
Cannot use Shopify CLI on Windows/WSL due to React useState error — how can I code a Shopify store from scratch without CLI?
I'm trying to develop my own custom Shopify store from scratch (for myself, not clients).
I want full control over the theme: building custom sections, pages, everything based on my designs.
What I ...
0
votes
1
answer
74
views
How to check if shopify product has video, if it does show it in product view page?
So the problem: Some products have image AND video whereas some only have Images. We want to make sure that if a product DOES have a video, it can show on the product view page without the user having ...
0
votes
0
answers
201
views
How to implement a custom Add to Cart button to Shopify's Dawn Theme?
I have attempted to create a custom Add to Cart button for the Dawn theme (using AJAX functionality) based on the dev notes for Cart API (https://shopify.dev/docs/api/ajax/reference/cart).
I have been ...
0
votes
1
answer
66
views
Clicking a Chat Div (role="button") from Another Button in Shopify (Liquid & JavaScript)
I have a button inside a Shopify Liquid file, and when it's clicked, I need it to trigger a click event on a chat div role=button elsewhere in the DOM.
<button class="my-button">open ...