TheThisThat
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎02-21-2024 10:52 AM
Topic Started
24
Topics Started
Topic Solutions
3
Solutions
Post Count
61
Posts
Post Kudos
17
Likes

Community Badges

No content to show

User Activity

I didn't see a way to use shopify functions to hide the pick up location but I have not created a function yet. Do you know of a way to hide or not show the location pickup banner that I have circled in my screenshot when someone selects pickup?
I have a checkout extension that targets pickup. I need to hide the pickup location (circled in green) if someone checks the box in the image (orange text). I don't know the best way to achieve this.  I am thinking if there was a prop I could pass to...
Created a very basic checkout extension inside of an app using node. Selected Remix, JS + React.Tested it in dev environment and everything works great. I went to deploy it and can see the target under pickup (collects data from customer and passes t...
Pretty obvious but this one had me scratching my head for about 20 mins. Did you add the app block to your custom checkout after deploying? I completely forgot and was foiled.
Jeez so not hard right? /Thank_you 
I just duplicated a section and pasted it into a new file and got same error "cannot include blocks in preset because there are no blocks defined." I think there is a bug. 
I just duplicated a section and pasted it into a new file and got same error "cannot include blocks in preset because there are no blocks defined." I think there is a bug. 
Because line items can read properties I setup the bin as a metafield (you can do it at either product or variant level) and pick it up as a property. In the packing slip I read that property:{% for field in line_item.properties %}Bin Location:{{ fie...
When I added the GraphQL app to my store I did not see a checkbox for permissions on gift cards but I do see that you can query for them. https://shopify.dev/api/admin-graphql/2022-07/objects/GiftCard#querieshttps://shopify.dev/api/examples/gift-card...
I am also looking on how to limit a collection to a certain number of items. I tried{%- for product in collection.products limit:20 -%} but this also only limits the products to the page rather than to the entire collection. 
Thanks for your response but not working with the product obj 
I think I am looking for how I could use the filter_value object. But not sure of the syntax when looping over links. If collection is empty OR filter_availability.count = 0 then don't show is the logic I'm trying to write.
 Thank you for your response! I am probably being dense here but not understanding how to use this filter to determine availability from a preexisting navigation link. If there is no availability it doesn’t change the url to filter.v.availability=0. ...
I am using the url of a collection with filters in my navigation. I want to hide empty collections. Does anyone know how to get a count of a collection with filters so I can hide ones with less than 1?For example I have this url which filters my jers...
I added the bin number as a product property inside of the product form. You set it up in a product metafield and the property grabs it and passes it to checkout. You can pull these in on Shopify packing slips through the line_item.properties AND bon...
This widget could not be displayed.
This widget could not be displayed.