Modify ↓
#867 closed Erweiterung (fixed)
checkout_new_address.html -> Checkbox wird nicht verwendet
| Reported by: | Torsten Riemer | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.5.0 |
| Component: | Shop | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
In der checkout_new_address.html der Templates ist folgender Codeblock enthalten:
tpl_modified:
{if $new == '1'}
<table>
<tr>
<td class="checkbox">{$CHECKBOX_PRIMARY}</td>
<td class="midi td_full">{#text_standard#}</td>
</tr>
</table>
{/if}
xtc5:
{if $new == '1'}
<tr>
<td> </td>
<td align="left">{$CHECKBOX_PRIMARY} {#text_standard#}</td>
</tr>
{/if}
Dies ist in der /includes/modules/checkout_new_address.php jedoch nicht definiert!
Attachments (0)
Change History (8)
comment:1 by , 10 years ago
| Milestone: | modified-shop-2.0.0.1 → modified-shop-2.1.0.0 |
|---|---|
| Type: | Bug/Fehler → Erweiterung |
comment:2 by , 8 years ago
| Milestone: | modified-shop-2.1.0.0 |
|---|
comment:3 by , 6 years ago
| Milestone: | → modified-shop-2.0.5.0 |
|---|
comment:4 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

In 11827: