Esempio n. 1
0
        ?>
                                        <tr>

                                            <td><a href="<?php 
        echo base_url('product/detail/' . $product_name[$i]->product_id);
        ?>
"><?php 
        echo $product_name[$i]->title_bn;
        ?>
</a></td>
                                            <td><?php 
        echo reverse_number($row->item_qty);
        ?>
</td>
                                            <td><?php 
        echo get_string('currency') . ' ' . reverse_number($row->item_total);
        ?>
</td>
                                            <?php 
        if ($order_record->status == 1) {
            ?>
                                             <td><?php 
            echo reverse_date(date("d-M-Y", strtotime($row->finish_date)));
            ?>
</td>
                                            <?php 
        } else {
            echo '<td>' . get_string('not_calculated_yet') . '</td>';
        }
        ?>
                                        </tr>
Esempio n. 2
0
        $zillas = get_zilla();
        $addrss_a[$count - 1] = $zillas[(int) ($addrss_a[$count - 1] - 1)];
        $addrss_a = implode(',', $addrss_a);
        echo $addrss_a;
        ?>
</td>
                                    <td><?php 
        echo reverse_number($row->mobile_number);
        ?>
</td>
                                    <td><?php 
        echo reverse_date($row->date);
        ?>
</td>
                                    <td><?php 
        echo get_string('currency') . reverse_number($row->total);
        ?>
</td>
                                    <td><?php 
        echo reverse_date($row->delivery_date);
        ?>
</td>
                                    <?php 
        if ($all_volentire_name[$i] === 0) {
            ?>
                                        <td><?php 
            echo get_string('dsply_status');
            ?>
</td>
                                        <?php 
        } else {