edk
Excursionist
Contact Me
Status
Offline
Last Activity
‎08-24-2023 07:15 AM
Topic Started
3
Topics Started
Topic Solutions
2
Solutions
Post Count
27
Posts
Post Kudos
18
Likes

Community Badges

My homepage features a "New Arrivals" collection. Sometimes we remove all of the items classed as new arrivals, because we are keeping that collection fresh. When the collection is...
We have a "Furniture" collection. We are currently featuring furniture from a noted maker, and want to keep his products out of that collection, and in its own collection. I created a man...
I have products from various artists. People might like to see all the products from one person. When the product page is displayed, the artist's name is shown (see below)....
I want to manipulate the string variable {{product.vendor}} and customize the way it looks for all products. Don't want to edit products directly or in bulk. Long story short - products a...
I am in a testing phase for my store and am new at this. I created a test product and viewed it on the product home page. Easy. I then created a collection and put that product in t...
I am using the Debut theme and have a maps section active. It works, it returns a map image with a pin at our address. The problem is that the area shown on the map is just...
Debut theme. Brand new store, still offline. As far as I can tell I have done all of the steps in creating the API key. I paste it into the Map section of the D...
No content to show

User Activity

yes - start the code with {% if collection.all_products_count > 0 %} and end with {% endif %} I believe this keeps any of the rendering code from executing, and the main engine just moves on.   Let me know if this works for you.  Ed K
I guess a better way to phrase this is:  the content of the Featured Collection section is dynamic, but the existence of the Featured Collection section on the front page is static.  Can the front page rendering be dynamic?  Can I change the makeup o...
Thanks for the answer. OK, I can see where that will format and populate the Featured Products section.  But when I bracket the original code in an if:{% if collection.all_products_count > 0 %}<entire contents of collection-list.liquid>{% endif %}I s...
I can find code for every other section.  Why don't I see an entry for Featured Collection?  I see this in collection.liquid:{% schema %}{"name": {"de": "Featured Kategorie","en": "Featured collection","es": "Colección destacada","fr": "Collection ve...
There appears to be no such item as collection.empty.  But there is collection.all_products_count. Found a way - what I was after was a way to inhibit the home page rendering anything to do with an empty collection.  But I could not find the code tha...
No, I take it back - my mistake, problem not solved.  It doesn't work.  An empty collection still throws an ugly set of blank images up on my home page.  I have another snippet in list-collections-template.liquid to prevent an empthy collection from ...
My homepage features a "New Arrivals" collection.  Sometimes we remove all of the items classed as new arrivals, because we are keeping that collection fresh.  When the collection is empty, it shows an ugly set of blank images and prompts me to add s...
OK, I will try to do this.  I have changed the template a couple of times for style.  I didn't keep track of all my changes, so this may not be exactly what you want your packing slips to look like. There is a button on the packing slip editor "Previ...
OK, my bad - I figured this out, finally.  Wrong section of snippet to highlight.  That part works.  Here is the real answer:  Use this Liquid doc page to reference order variables: https://shopify.dev/docs/themes/liquid/reference/objects/orderIf you...
The final price no longer works.  Shopify changed something and I have not figured it out yet.  Here is the final code in my packing slip.  Parts that don't work now are in red.  Starting at line 123 of the unmodified packing slip template:{%- commen...
I don't remember how I did that.  I went with a simpler format with the price below the SKU.   Now that I think about it, I remember trying to align it and couldn't get it to work, so I gave up.  The simpler format looked better, anyway.   I tried a ...
   Astonishingly easy, but formatting needs work.  I did not copy exactly but found the part of the loop where the price is extracted: {% assign final_price = nil %} {% for item in order.line_items %} {% if ...
That's all I want to do, put the price of the item on the packing slip.  Shopify says it can't be done, which means it can't be done easily.   I can imagine a line_item.properties value set equal to the price, but I don't know how to set the value.  ...
This widget could not be displayed.
This widget could not be displayed.
Likes given to