Uname: Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 145.239.37.162
Your Ip: 216.73.216.190
User: dreampi (1009562) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : order_items_table.php
<table style="width: 100%;border: 1px solid #cbcbcb;" class="table ffp_order_items_table ffp_table table_bordered">
    <thead>
    <tr>
        <th><?php _e('Item', 'fluentform'); ?></th>
        <th><?php _e('Quantity', 'fluentform'); ?></th>
        <th><?php _e('Price', 'fluentform'); ?></th>
        <th><?php _e('Line Total', 'fluentform'); ?></th>
    </tr>
    </thead>
    <tbody>
    <?php foreach ($items as $order_item): ?>
        <tr>
            <td><?php echo $order_item->item_name; ?></td>
            <td><?php echo $order_item->quantity; ?></td>
            <td><?php echo $order_item->formatted_item_price; ?></td>
            <td><?php echo $order_item->formatted_line_total; ?></td>
        </tr>
    <?php endforeach; ?>
    </tbody>
    <tfoot>
    <?php if($discount_items): ?>
        <tr class="ffp_total_row">
            <th style="text-align: right" colspan="3"><?php _e('Sub-Total', 'fluentform'); ?></th>
            <td><?php echo $subTotal; ?></td>
        </tr>
        <?php foreach ($discount_items as $discount_item): ?>
        <tr class="ffp_total_row">
            <th style="text-align: right" colspan="3"><?php _e('Discount:', 'fluentform'); ?> <?php echo $discount_item->item_name; ?></th>
            <td>-<?php echo $discount_item->formatted_line_total; ?></td>
        </tr>
        <?php endforeach; ?>
    <?php endif; ?>

        <tr class="ffp_total_row">
            <th style="text-align: right" colspan="3"><?php _e('Total', 'fluentform'); ?></th>
            <td><?php echo $orderTotal; ?></td>
        </tr>
    </tfoot>

</table>
© 2026 GrazzMean-Shell