Modify

Opened 8 years ago

Closed 4 years ago

Last modified 4 years ago

#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)

wrong-tr.PNG (23.5 KB ) - added by siekiera 8 years ago.
order_details.html

Download all attachments as: .zip

Change History (4)

by siekiera, 8 years ago

Attachment: wrong-tr.PNG added

order_details.html

comment:1 by Torsten Riemer, 8 years ago

Milestone: modified-shop-2.0.4.0

comment:2 by Markus, 4 years ago

Owner: set to Markus
Resolution: fixed
Status: newclosed

In 13874:

fix #1266 - fix table syntax in order_details.html

comment:3 by Torsten Riemer, 4 years ago

Milestone: modified-shop-2.0.6.1

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.