Modify ↓
#1266 closed Bug/Fehler (fixed)
Falsche Tabellensyntax im Warenkorb
| Reported by: | siekiera | Owned by: | Markus |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.7.0 |
| Component: | Template | Version: | 2.0.3.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
{if $SELECT_COUNTRY}
<td class="ord_table_right" colspan="2">{$SELECT_COUNTRY}
{/if}
Es fehlt das komplette <tr> usw:
{if $SELECT_COUNTRY}
<tr><td class="ord_table_right" colspan="2">{$SELECT_COUNTRY}</td></tr>
{/if}
Attachments (1)
Change History (4)
by , 8 years ago
| Attachment: | wrong-tr.PNG added |
|---|
comment:1 by , 8 years ago
| Milestone: | modified-shop-2.0.4.0 |
|---|
comment:3 by , 4 years ago
| Milestone: | → modified-shop-2.0.6.1 |
|---|
Note:
See TracTickets
for help on using tickets.

order_details.html