Need help with displaying text

Hey guys. I am struggling to find a solution to properly display a text.
Here is my issue:
Some of my items have a description which needs to be placed between ( ). The description is being stored in the db under DESCRIPTION which is a list of ingredients.


On my front-end I am displaying it like this:

But it looks like shit cause most of the items do not have a description and it shows only the ( )

The item ALUAT PIZZA has a description and is perfectly displaying it between ( ) but all the other items as you can see they are showing ( ) after each one of them.

I have tried to automatically use ( ) when I save the description in the db but this is not an option.
Any other suggestions ??

Use a yes/no statement, formatted as text…

can you please be more specific cause I’m not sure I understand exactly where to use this.

In the ‘Content to show per list item’, instead of using (This Ingredient's Description: each item's Name), use:

This Ingredient's Description: count > 0: formatted as text

Then, for ‘Yes’ enter: (This Ingredient's Description: each item's Name)

And for ‘No’ just leave it empty

1 Like

thank you. Works like a charm.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.