8,810 questions
0
votes
0
answers
53
views
How to prevent duplicate <h1> tags when rendering dynamic sections on product pages?
I’m working on a Shopify store using custom Liquid templates with multiple dynamic sections on the product page.
Each section is configurable from the theme customizer and may optionally output a ...
0
votes
0
answers
20
views
How can I generate SEO-friendly markup for a dynamic Shopify Liquid template? [closed]
I am developing a Shopify store using custom Liquid templates and want to optimize its speed and SEO. The store has multiple product pages, custom sections, and apps installed. How can I efficiently ...
0
votes
0
answers
35
views
Get customer subscription contracts
I'm using the Shopify subscription APP to manage the subscriptions. The custom APP uses subscription-based module, so we need the customer subscription information when they log in. If customer ...
1
vote
1
answer
92
views
Prevent flash of original content (FOUC) on Shopline thank-you/order page when replacing content via JavaScript
I’m customizing the Shopline thank-you / order status page by replacing the default content with a custom “hero” section using JavaScript and CSS.
The logic works correctly, but on page load there is ...
Advice
0
votes
1
replies
58
views
Detection of Shopify search forms
I have a question that I haven't figured out yet from searching on the internet.
Is there a way to globally detect the search form(s) of a website that uses Shopify as CMS?
A JS selector that would ...
0
votes
1
answer
66
views
How to set product dimensions (length, width, height, weight) using Shopify GraphQL Admin API?
I’m trying to create/update a product in Shopify using the Admin GraphQL API.
My goal is to set product dimensions (length, width, height) and weight for shipping.
I’m using the productSet mutation, ...
-1
votes
1
answer
69
views
"Related fields" appear in the Product card
For some reason, when shop is loaded, and the collection appears, after a few seconds I see "Related fields" text in the product card.
It ruins the view of the collection and I don't ...
0
votes
0
answers
56
views
Persistent HTTP 502 Error in Shopify CLI During Theme Synchronization
I'm having this problem with the Shopify CLI, and I've already tried everything. I keep getting this error:
Failed to perform the initial theme synchronization. The Admin GraphQL API responded ...
-3
votes
0
answers
38
views
How to generate a Node SSR build (Express server) instead of Worker build?
I’m building a Shopify Hydrogen 2024/2025 storefront and I want to deploy it on AWS Amplify using a Node SSR server, not the default Worker/Oxygen runtime.
node package "@shopify/hydrogen":...
Tooling
0
votes
1
replies
96
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
1
answer
37
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
2
answers
198
views
Shopify integration with Delphi
I am trying to use the Shopify GraphQL Admin API from Delphi. Came up with the following code:
procedure TestShopify;
var
Client: TRESTClient;
Request: TRESTRequest;
Response: TRESTResponse;
...
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 ...
1
vote
0
answers
60
views
Epicor Kinetic REST (v2 OData): How do I get DiscountPercent for a Part when the discount comes from a Price List Group (not the part row)?
Environment
Epicor Kinetic (on-prem)
REST v2 / OData
Company: MTS, Plant/Warehouse context: MTS-Main
Auth via X-API-Key; I also send CallSettings: {"Company":"MTS","Plant"...