How to convert an array into comma separated strings in smarty template? How to convert an array into comma separated strings in smarty template? arrays arrays

How to convert an array into comma separated strings in smarty template?


Try this:

{', '|implode:$preview_data.applicable_states}

It will give you what you are expecting. Cheers!!!