Modify

Opened 3 years ago

Closed 3 years ago

#2284 closed Bug/Fehler (fixed)

CSS-Fehler in der Order-Mail

Reported by: Karsta Owned by: Markus
Priority: normal Milestone: modified-shop-2.0.8.0
Component: Template Version: 2.0.7.2
Keywords: Cc:
Blocked By: Blocking:

Description

shoproot\templates\tpl_modified_responsive\mail\german\order_mail.html

{if $order_values.PRODUCTS_ORDER_DESCRIPTION neq ''}<div style="padding: 0px 0px 4px 0px;" style="font-size: 10px !important;line-height:14px;">{$order_values.PRODUCTS_ORDER_DESCRIPTION}</div>{/if}

Muss so:

{if $order_values.PRODUCTS_ORDER_DESCRIPTION neq ''}<div style="padding:0px 0px 4px 0px;font-size: 10px !important;line-height:14px;">{$order_values.PRODUCTS_ORDER_DESCRIPTION}</div>{/if}

Attachments (0)

Change History (1)

comment:1 by Markus, 3 years ago

Owner: set to Markus
Resolution: fixed
Status: newclosed

In 14679:

fix #2284 - fix CSS typo in html order mails

Modify Ticket

Action
as closed The owner will remain Markus.
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.