Problems modifying an asset in shopify using the node API
I've been struggling to solve a problem for 1 day, but I still can't figure it out. I'm trying to load 2 scripts in the header in shopify, but every time I try to do this through the api I…
I've been struggling to solve a problem for 1 day, but I still can't figure it out. I'm trying to load 2 scripts in the header in shopify, but every time I try to do this through the api I…
I hope you're all doing well. I'm reaching out to the community for some guidance and suggestions regarding the issues I've encountered in my Shopify store's Google Search Console. Missing field "priceValidUntil" (in "offers"): Google Search Console is flagging a…
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 looking good, but when…
I have been creating a shopify wishlist app, but I can't seem to get around adding the wishlist icon onto grid item on collections template. I need to inject it programmatically because I want the app compatible to any shopify…
I am trying to add a shopify function to our store and its functionality should be to give free shipping to customers that have at least one of these two tags: "swell_vip_learned lounger", "swell_vip_pj professional". I have created a custom…
In the thumbnail, all the images are shown which confuses the customer. How to make sure only selected variant images are displayed?
I created a new add to cart button for a custom template, it adds the product to the cart alright, but I have to refresh the page before it appears to my cart drawer. I used a script from the…
I'm working on a Shopify project and I need to create and access custom objects within my Liquid templates. I want to store additional data and manipulate it in a structured way. How can I create a custom object with…
I don't know if I'm going about this the best way (hopefully I am), but I inserted the following code I found from a post on this website into my layout/theme.liquid file to make my product titles dynamic: <title>{% if…
I'm trying to make a collection page password protected in Shopify (liquid). I'm trying to check if localstorage item "Password" is set with the right value. If that's the case include 'snippet'. Whats the best approach to do something like…