No content to show
User Activity
08-14-2024
Ok, so its seems like it takes Shopify a while for a new Product Type to propagate. It kept on coming in as blank yesterday. This morning it started showing up. I didn't change any code. Effing annoying it what it is!
08-13-2024
I added a new Product Type to product and saved it. When I reference product.type for that particular product it ends up being blank. Any reason a product type would not be available in liquid?
Thank you. This is actually what I was doing. My mistake was I actually was looking at a child product of the combined listing product not the combined listing product. Doh! The child product does have the options the combined listing product uses to...
How to access all the variants and options of a combined listing product in liquid? It seems I only get the first product's variants.
Gotcha. My issue was somewhat similar. I took all the key/value pairs and put them in a nested array and then stringified that nested array and use it as a value in a hidden custom cart attribute. That way I could query the custom attribute and then ...
I recently had the same issue. What I ended up doing was adding attributes to ExpandedItems in the cart transform code. ExpandedItem attributes are available in api version 2024-04 and up.
Oop! Nevermind. Majority of products in the metafield list are still dafts. Thats why.
I created a bundler app the utilizes variant metafields. App works fine, no issues there. But I do want to display some info about the bundled items on the product page. When I loop thru the metafield list, it acts as if there is only 1 item in the l...
Hey, did you ever find a solution for this? I have the exact same issue.
02-14-2024
I ended up abandoning using the UpdateOperation and just used the ExpandOperation. It made some other things a little tricky, but it's all good and getting the same results in the end.
Ended up making an Admin Action Extension for the products index page that gives the admin an interface to create bundle products. It seemed the only way. Was planning on that being a future feature for the client. Ended up being a needed feature.
The issue was missing scopes defined in the app TOML. Original version of the app had a Remix template, but it ended up we only developed extensions. I recreated the as an extensions only app and forgot to apply the scopes.
According to this "the extension will only render if the app that is associated with the extension, is also the "owner" of the product. In this case that means has also created the associated bundle." During dev this is done by creating the product u...
Having trouble installing extensions only app. Dev went well and next step is to install on the client's store. The app consists of 2 extensions, a cart transform function extension and a ui extension. I'm under the impression that this qualifies as ...
01-26-2024
Trying to do multiple operations on the same cart line, an ExpandOperation and an UpdateOperation. No errors but it only seems to do the ExpandOperation no matter what the order they are in the CartOperations array. If I remove the ExpandOperation th...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
60 | 08-14-2024 06:22 PM | |
171 | 04-08-2024 01:37 PM | |
208 | 02-14-2024 04:33 PM | |
504 | 02-13-2024 01:49 PM | |
2099 | 01-25-2024 02:16 PM |