No content to show

User Activity

It looks like you header is being positioned over you nav bar with a transparent background. You can try adding this to you "theme.liquid" file within your code editor. To get to your code editor, click on "Online Store" under "Sales Channel" in the ...
No worries, if my answer solved your issue I’d really appreciate if you could mark it as the solution. if not, let me know what happened and I’ll help troubleshoot. Cheers, have a good day!
Hi DutchDelight, You can retrieve additional fields by adding them to the fields sections. So if you need to retrieve a product's status as well as its variants you can do something like this: /admin/api/2023-10/products.json?fields=variants,status  ...
Rather than trying to append the index of the for loop within the square braces, I would seperate them out first by assigning an index variable by itself, then using that variable within your square braces.  {% for i in (1..5) %}  {%- assign image_ke...
Hi Andrei, To add a custom block in your theme editor I'd recommend reading up on the docs to familiarise yourself with Sections, Blocks and Snippets. Essentially, the "Sections" area in your code editor handles all of your Section files that are in ...
Check out this youtube video https://www.youtube.com/watch?v=wArIeBczLrI&ab_channel=CodewithChristheFreelancerHe creates something very similar to what you are needing. Hope that helps. 
This widget could not be displayed.
This widget could not be displayed.