I need help in getting item with all_products
{% assign prdct = all_products[product.metafields.global.addon] %}
then I am trying to get it like this
{{prdct.title}}
I need help in getting item with all_products
{% assign prdct = all_products[product.metafields.global.addon] %}
then I am trying to get it like this
{{prdct.title}}
Did you tried to remove the space with strip from the addon??
oh, it really work for me, thank man, you are always helpful