Skip to main content

Questions tagged [shopify]

Shopify is an online platform for creating e-commerce sites and other dynamic websites.

0 votes
0 answers
2 views

Retrieving all product variants and/or options with metadata

`How do I retrieve all options with the related metadata of the option when using Shopify Storefront API? At the moment I have this query to retrieve a product and its variants. query Product($handle: ...
YouneselB's user avatar
-1 votes
0 answers
11 views

METATAGS FOR SHOPIFY

I'm currently working on a project where I need to fetch and display metaobjects from a specific folder in Shopify using Liquid. The folder is named "Johnson Controls" under the "...
Prince Q. Togonon's user avatar
0 votes
0 answers
56 views

How to Activate Shopify Web Pixel Extension on Production Store?

Issue: Hi, I'm trying to activate a Shopify web pixel extension on a production store. The web pixel extension is configured in the Shopify Remix app template. The backend is wired to Express.js. What ...
kaizen's user avatar
  • 1,620
0 votes
1 answer
19 views

How to change "Continue shopping" link on the Shopify Thank you page?

I'm trying to change link for the Continue shopping button on the Thank you page (Dawn theme), which is displayed after the checkout. I didn't find related settings in shopify admin panel. Editing ...
Maksim Murza's user avatar
0 votes
0 answers
12 views

Sort by title - Shopify

{% for line in subtotal_line_items **| sort: "line.product.title"** %} {% if line.quantity < line.quantity %} {% capture line_display %} {{ line.quantity }} di {{ ...
Andrea Vigo's user avatar
-3 votes
0 answers
21 views

How to create collections block loop in shopify [closed]

{% if section.blocks.size > 0 %} <div class="collections-list"> {% for block in section.blocks %} {% if block.type == 'collections_block' %} {% assign collection ...
Akshar Makwana's user avatar
0 votes
0 answers
19 views

Shopify integration with Auth0

I'm trying to integrate Auth0 with Shopify so our clients can log in to our application with their Shopify credentials. I have tried using the Shopify social connection in Auth0 (https://marketplace....
Peigeng Jiang's user avatar
-1 votes
3 answers
38 views

How to keep the Image in square shape in any screen dimensions

I am stuck in image dimension change on-screen responsiveness. I have 4 products with images in one row. I wanted Images in square shape so I gave them the fixed height and auto width. they were ...
M.Haris's user avatar
  • 599
1 vote
1 answer
27 views

Shopify App Block Schema: "target" Property Not Valid According to VS Code Extension

I'm working on a Shopify app and according to the official documentation, the app block schema should support properties like target, stylesheet, and javascript. However, when I try to use these ...
Saabbir's user avatar
  • 638
0 votes
0 answers
8 views

When implementing Flashlist of Shopify on the web, I am unable to reduce DOM nodes after loading more data. The active DOM nodes are not decreasing

I am trying to implement Flashlist for Shopify on a web application, but the DOM nodes are not reducing when I click on "Load More". For better memory optimisation, it is necessary to reduce ...
Umesh Sawant's user avatar
1 vote
0 answers
42 views

Getting a Blank Space in Shopify / flash-list

<View style={{flex:1}}> <FlashList data={routes.current} extraData={language} renderItem={renderScene} keyExtractor={item => ...
Rover's user avatar
  • 739
0 votes
0 answers
28 views

run js after shopify collection page sort/filter

i am using js to alter each item's info after the page loads. however, when a collection is sorted and the items are reloaded the effect is removed. the sort function is not included in the API and ...
milpool's user avatar
  • 1,196
0 votes
1 answer
35 views

How to add an automatic discount to customers tags or segments in Shopify theme code

How can I get Shopify to automatically add a discount code, but only for customers with specific tags? It used to be possible to add discounts with a discount GET parameter. This could be ...
jla's user avatar
  • 4,616
-4 votes
1 answer
46 views

Async await not getting response back until after refresh

I want to use async await for data fetching from an API. I have a file where I have my API call methods and another where I want to render my data out into component. I am having a hard time ...
DuckQuackington's user avatar
0 votes
0 answers
23 views

Koa + Next.js + Shopify App: "write ECONNRESET" Error When Loading App

I'm developing a Shopify app using Koa and Next.js. While trying to load the app, I'm encountering a write ECONNRESET error, and the app URL displays a blank page. Below are the details of my setup ...
Pramod Gangadar's user avatar

15 30 50 per page
1
2 3 4 5
601