Which shopify apps can be used with Hydrogen?
I'm pulling out my hair over this, but I cannot seem to find a solid answer over which shopify apps can I use for a new storefront built on Hydrogen 2.0 and Shopify Plus I can see this page which…
I'm pulling out my hair over this, but I cannot seem to find a solid answer over which shopify apps can I use for a new storefront built on Hydrogen 2.0 and Shopify Plus I can see this page which…
I have a line in Shopify's Ruby script editor that is generating the error: bad decimal operation (0 x 4) BOX_PERCENT = BOX_DISCOUNT / BOX_PRODUCTS BOX_DISCOUNT = 21000 BOX_PRODUCTS = 32100 both BOX_DISCOUNT and BOX_PRODUCTS are derived from Shopify script…
I am using a flip animation for a 'sale' badge, and the animation runs fine on desktop and in the mobile preview, but on my iPhone it works in some places, but in others it breaks. I have had 2…
How can I get my site to look like this? Where the first section fills the whole screen, then when you scroll down ANOTHER section fills the whole screen. https://pharmacy.cargo.site/ I tried doing a width/height 100%, but no luck. I…
We have a list of 500 people that we would like to invite to an early pre-order of our product. Is there a way to limit access to our store to only those invited? We would like to be able…
Following this Shopify tutorial, I'm trying to upload an image to Shopify. A subtask is to translate this curl command to a python request. The file is uploaded by users and I pass the file variable to this function with…
I have in the MetaField "Color" - 3 values. Red, Green and Blue. in Shopify. I want to provide hints for these colors on the Product page. Since I have only created the meta field on all products and I…
I am creating my website and using the Dawn theme, from Shopify. I want to reduce the footer size, since it looks too height: (https://i.stack.imgur.com/2tHGT.png) I tried to use this code in section-footer.css, but didn't see any changes: @media screen…
I want the h1 element on product page to be weight 300. <h1> <strong>caption</strong> </h1> So I styled it using font-weight: 300 !important (see screenshot attached : inspector screenshot But since the text I mean to style is wrapped in…
I am using a python script with requests to update various properties of a shopify shop using graphql and it works fine. The problem is I can't figure out how to update a product price when there is no product…