No content to show
User Activity
I have been selling products directly and using Printful with no issues. Now though I've added a new supplier and I'm having to click to request fulfillment every time. I don't want to be constantly checking my phone for orders, is there a way to a...
I was being dumb. Your original solution does still work, I just got confused by all the extra code in the latest collection-lists.liquid and put it in the wrong place! It's WORKING now!!! AMAZING!!! Thank you so SO much! Do you have a paypal or...
@Guleria wrote:Hello @LitterboxComics ,Use this condition in the anchor (<a>) tag {% if forloop.first %}
<a href="Your_custom_page_url">
{% else %}
You exisitng code here
{% endif %} Thanks Thanks for your help! I don't suppose you could explai...
I'm using the Minimal Theme. I have created a custom collection page using this tutorial. I would like to have a Collection List where the first item is a link to my custom page and the rest are regular collection links. I found this solution, but ...
You legend!! THANKYOU!!