Forum Discussion
Find user in catalog
- 2 months ago
Sorry my bad try this one:
catalogName: test
selection: zip{% catalog_selection_items test zip %}
{% if items[0].zip != blank %} not blank {% else %} blank {% endif %}
if you are not sure about the catalog liquid check in personalization
Sorry my bad try this one:
catalogName: test
selection: zip
{% catalog_selection_items test zip %}
{% if items[0].zip != blank %} not blank {% else %} blank {% endif %}
if you are not sure about the catalog liquid check in personalization
Thank a lot Gabriele!
It works, I just changed a parameter in the if items, I publish another example for people in needs :
catalogName: garage
selection: website_link
item: zip_code
{% catalog_selection_items garage website_link %}
{% if items[0].zip_code != blank %} not blank {% else %} blank {% endif %}
Related Content
- 6 months ago