A TEXT custom-section contains simple text that is added to the receipt. The text can be aligned LEFT, CENTER, or RIGHT. Furthermore, formatting of the custom-sections via simple HTML is possible. Currently, the following tags are supported:
- Headers (h1-h6)
- Bold text (b)
- Italic text (i)
- Underlined text (u)
- Strike-through text (s)
- Paragraphs (p)
- Line breaks (br)
- Links (a)
*Please note that unsupported entities will be printed as HTML strings, as opposed to being rendered.
A sample custom-section including html-formatting would look like this:
<br><br>--------------------<br>
Our shop is now also available online. <br><br>
<b><i>Discover our vast product sortiment at <br>
<a href="https://sample-shop.at">sample-shop.at</a> <br>
and get a free-delivery for your next order above 50€</i></b>
<br>--------------------<br><br>
For more information about custom-sections have a look at this article.
Popular use-cases