Hi.
Would it be possible to split the vendor string into arrays?
I’m using the product vendor thing to indicate author(s) of the books I’m selling rather than the publisher.
Would it be possible to add some variation of | split: ‘and’
into this code:
{% if section.settings.product_vendor_enable %}
{{product.vendor | link_to_vendor}}
{% endif %}so authors would show as separate links?