first commit
This commit is contained in:
22
apps/backend/modules/stOrder/templates/_summary.php
Normal file
22
apps/backend/modules/stOrder/templates/_summary.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php use_helper('stCurrency') ?>
|
||||
|
||||
<div class="bs-d-flex bs-justify-content-end bs-mt-4">
|
||||
<div>
|
||||
<?php st_admin_table_start(array(), array('min_width' => false, 'compact' => true, 'highlight' => false)); ?>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-right"><?php echo __('Ilość zamówień') ?>:</td>
|
||||
<td><?php echo $count ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text-right"><?php echo __('Średnia wartość brutto') ?>:</td>
|
||||
<td><?php echo st_currency_default_format($averageAmount) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text-right"><?php echo __('Suma brutto') ?>:</td>
|
||||
<td><b><?php echo st_currency_default_format($totalAmount) ?></b></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<?php st_admin_table_end() ?>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user