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 ??