Jun 23, 2022
Hi, Is there a way to automatically enable all active products to automatically be added to all sales channels by default. Thanks
No content to show
User Activity
05-03-2023
All good. Worked it out Just had to add an unless {% capture mf_value %}
{%- for tags_item in product.tags -%}
{%- if tags_item contains "Category: " -%}
{% unless tags_item contains "Sub-Category: " %}
"{{- tags_item | remove_first: "Category: " | s...
05-03-2023
Thanks Paul. This works great. Only thing is we have tags that begin with Category: and Sub-Category: and it appears they're chasing. Is there a way this can be altered so we don't have to adjust all of our tags? You'll see in the Category metafield,...
05-02-2023
Hi Paul, Thanks for sending that through. I tried the code and it's now outputting this error: [{% for tags_item in product.tags %}{% if tags_item contains "Colour: " %}"{{ tags_item | remove: "Colour: " }}"{% endif %}{% if forloop.last %}{% else %},...
04-24-2023
It only adds one value in the single line text metafield type, where as I want to have it as a list of single line strings and loop through all the tags for multiple colour tags.
Currently, we tag our products with various attributes for products, such as Category and Colour. These tags are prefixed with "Category: " or "Colour: " as an example. We've got a flow setup where we want the flow to read the tags on the product ext...
Is it possible to change this error text?It makes it sound like there is an limit you can add to cart. I want to re-word it to say "We only have 1 in stock"
I would like to automatically hide empty collections in Shopify Impluse theme.Here is the code, but I can't work out how get the amount of products in the collection {%- for grandchildlink in childlink.links -%}
<div>
...
06-23-2022
Hi, We're using the Order Printer app to print orders. We're have 4 locations in Shopify (3 stores, 1 warehouse), how can we display which locations have the line items in stock? Thanks
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2199 | 05-03-2023 10:20 PM |