No content to show
User Activity
02-23-2024
No solution on my end, no. Hopefully, the more people chime in on this thread, the more likely it will be that Shopify responds.... maybe. If I hear back or come up with a solution, I'll be sure to post in this thread.
02-19-2024
I've been playing around with and loving the new Theme Blocks feature (launch this new feature for production ASAP please). Being able to nest and reuse blocks throughout the theme is a real game changer. I have run into one thing that I have either ...
12-20-2023
No, still no progress on this one. I did reach out to Shopify support and like usual, was zero help and advised me to post to the community forum to see if they could offer a solution. Maybe more people that commenting on this thread will inspire som...
07-24-2023
Oh, and another follow up. The FORM object doesn't appear to be returning correctly when the form submits. I am checking for posted_successfully? among other form attributes and I'm not getting anything. What am I missing?
07-24-2023
I have created a custom theme and am trying to integrate Shopify Forms but am running into an issue. When CAPTCHA is enabled, and it kicks in on a form submission, the user is redirected to a "challenge" page that displays the CAPTCHA image matching ...
06-09-2023
I have been getting more into theme development using Shopify's GitHub integration which is pretty great. I have run into an issue I've been working around and would like to ask if anyone has found a better way of doing this. If not, I have a feature...
04-15-2023
I ran into the same issue. For me, the permissions to access Metaobjects had not been granted. I am not the organization admin so I had to request they enable it for me. If those permissions are greyed out, I'm guessing you are not the admin? Also, i...
I appreciate the response but it doesn't really address my issue. It's not that I am unable to get the number of products in a collection, it's that when I paginate a collection, the products that it is returning is not accurate or consistent. The on...
I've created a new section block within my theme. That block allows you to select a collection and then, the number of products to display. I'm using paginate to control this but am getting some strange results. Here is my sample code{% liquid
pagin...
12-22-2022
Interesting thought Yy0z. Shopify does have some goofy caching and maybe that is getting in the way of testing. Man, I wish Shopify support was able to answer questions like this. I did reach out to support and all they are able to tell me is that th...
12-22-2022
Oh my god, that so weird. That is exactly what I did but whatever properties I add to the product, those are not being applied to the gift card for some reason. I can see the properties in the cart and checkout so I know that they are there on the li...
12-21-2022
Shopify's lineitem object from the order is not accessible in the Gift Card notification email which is what I've been trying to do. I do have access to the Gift Card object and it's properties but those properties and the lineitem properties are two...
12-20-2022
YyOz. My original question, it doesn't matter if we're talking about the email notification template or the gift card template. The issue is when the order is placed for a gift card and this triggers the creation of a Gift Card product in Shopify, t...
Shopify support is being no help. Can anyone answer a very simple question?{% liquid
assign product_variant = product.selected_or_first_available_variant
assign pick_up_availabilities = product_variant.store_availabilities
-%}I can confirm that p...
11-29-2022
Thanks for responding. I understand that I need to edit the code in the Notification to display the Gift Card properties. Where I'm running into issues is despite the Gift Card product having line item properties on checkout, these properties don't a...