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 Gerhard Waldemair, 10 years ago

Owner: set to Gerhard Waldemair
Resolution: fixed
Status: newclosed

In 9611:

fix #774

Modify Ticket

Action
as closed The owner will remain Gerhard Waldemair.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.