Plugin Directory

Changeset 984237


Ignore:
Timestamp:
09/08/2014 11:44:34 AM (12 years ago)
Author:
content.de
Message:

the order overview now shows the order id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contentde/trunk/tpl/main.php

    r602943 r984237  
    7575        <thead>
    7676            <tr>
     77                <th>Id</th>
    7778                <th>Titel</th>
    7879                <th>Status</th>
     
    8485            <?php foreach($aParams['orderList'] as $aOrder): ?>
    8586            <tr>
     87                <td><?php echo $aOrder['order_id']; ?></td>
    8688                <th><?php echo $aOrder['order_title']; ?></th>
    8789                <td><?php echo $aStates[$aOrder['order_status']]; ?></td>
Note: See TracChangeset for help on using the changeset viewer.