Concatenate Function To Limit Characters in Message Tokens Values


If you need to concatenate your message tokens like your store name is too big and you have added %Store.Name% in your message template So, %Store.Name% will be replaced with "your store name" and if you want to shorten name of the store then you can use the our plug-in function that shorten any message token characters to defined limit.

   

For example, {%Store.Name%|10|..} will now return “your store..” and {%Store.Name%|10|} will now return “your store” respectively.