Modify ↓
Opened 10 years ago
Closed 10 years ago
#774 closed Bug/Fehler (fixed)
order_mail.html
| Reported by: | Ronald Parcinski | Owned by: | Gerhard Waldemair |
|---|---|---|---|
| Priority: | hoch | Milestone: | modified-shop-2.0.0.0 |
| Component: | Template | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
tpl_modified/mail/.../order_mail.html
{$order_values.PRODUCTS_ORDER_DESCRIPTION|onlytext}
zerstört <br> Zeilenumbrüche
Abhilfe im smarty Modifier
function smarty_modifier_onlytext($string) {
return str_replace(array('"', "'"), '', strip_tags($string,'<br>'));
}
Attachments (0)
Change History (1)
comment:1 by , 10 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

In 9611: