Feb 3, 2022
Yes so it’s looking for a collection with the handle ‘emerald-erin’ and not finding any products, so hiding any output.
If you change:-
{%- assign vendor_handle = product.vendor | handle -%}
To:-
{%- assign vendor_handle = ‘all’ -%}
That should do the trick.