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 , 3 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

In 14679: