No content to show

User Activity

The even better solution would be to not iterate over the array, but to check for the values:  {% if product.tags contains '2 Weeks' %} {%- assign option_text = 'Estimated Production Time is 2 weeks' -%} {% elsif product.ta...
You could either use metafields instead of tags or just add the tag 2-3 Weeks, when you need it and change your code:  {% for tag in product.tags %} {% if tag == '2 Weeks' %} {%- assign option_text = 'Estimated Produ...
Pretty sure that this is a custom solution and not built with an app.
Create a collection and give it the name 'all'. Put all of the products you are currently selling in that collection and voilà your issue is resolved 
Do you have any other tags on the product than 2 Weeks or 4-6 Weeks? If so, that could be the issue, as you are looping over all tags. 
I think it should be possible with PreProduct. On the apps page it says, it supports deposit based preorders.
The settings of Shopify don't give such granular control over permissions. I think Shopify staff will probably give you the same answer. Anyway, if somebody has the same problem and finds this thread, here is the code for a download button for file m...
Hey Johanna, That sounds like an interesting challenge! I am a fullstack developer from germany, just send me a message, if you are interested in working together. Otherwise, if you decide to build it on your own, here is my template for building Sho...
Hey Matt! I don't think there is a way to limit the access to particular settings. However there are two possibilities to get your desired result: 1. Create a file metafield definition for your products and let your product listers upload the files d...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to