No content to show
User Activity
If it's a metaobject you're using on a section, schemas now accept `metaobject_list` as a setting, so you can add it like this then order how you like in the admin. If it's a metaobject that you use outside of sections, then no i don't think there's ...
10-21-2024
Any news on this? I think it would be a very useful option and used by a lot of merchants.
Did you find a way to edit the log in button? Banging my head against a wall here
Hello, thanks for the reply.I'm aware this is a way of doing it, it's just frustrating as an in-house developer as it means you have to create a development store on a separate account, as you cannot be a collaborator on a different store with the sa...
I'm currently building extensions to replicate the functionality we previously had using checkout.liquid but one of the requirements is to have a Partner account. My company's Shopify store is not a partner account so I've had to develop this separat...
Did you ever find a solution to this? I'm in the same boat and it just seems mad that I can't work on Checkout apps within my company's shopify store.
06-11-2024
Yeah that's what I thought. It's strange that it's unable to work with file_img_url but does work when using img_url. I guess i'll have to use this fallback, thanks for your help.
06-10-2024
I'm currently utilising Metaobjects to output some content on PDP pages and one of the values is a reference to an image file in the Files section. If i upload a PNG / JPG, it outputs fine in the browser using: <img src="{{ 'example.png' | file_img_u...
Ah sorry i should've been more specific, i'm hoping to keep the captures named, as I need to be able to output them in specific places later on.I have a section with lots of blocks, each has an identifier, I wanted to extract each block into a captur...
I'm currently trying to create some dynamically generated capture liquid but I have a feeling it might not be possible. Here is what I'm trying but it doesn't like it {% for i in (1..2) %}
{% assign dynamic_capture = 'content_#' | replace: '#', i %...
For our e-commerce store, we have the same flavours used across a lot of different products which we currently manage by using blocks on the templates, but this means there's a lot of duplication and if one of the flavours changes, we have to update ...
08-04-2023
Ah that's the one, thank you!
Hello, I've recently started using Metaobjects and have been able to output simple text fields and such but for an upsell section, I've set one of the fields as a product - when I tried to output the product title in liquid it was just blank. eg: {% ...
I had already cleared all cookies so it's not related to that. Just creating a new google profile has seemed to have solved it so who knows what the issue was.
Hello, thanks for the reply. Trying incognito it does work, so that does mean it's something to do with my google account? I've looked everywhere in settings and everything is setup as United Kingdom, English, etc. I'm at a loss, any other thoughts o...