Updated the website.
This commit is contained in:
parent
8658a51b81
commit
4e14554c33
11 changed files with 40 additions and 40 deletions
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
|
@ -72,7 +72,7 @@ include "topheader.php";
|
|||
$substr = substr($product_name,0,36);
|
||||
// $price = round($price*0.014,2);
|
||||
echo "<tr><td><img src='../../product_images/$image' style='width:50px; height:50px; border:groove #000'></td><td>$substr</td>
|
||||
<td>RS $price</td>
|
||||
<td>$price CAD</td>
|
||||
<td> ";
|
||||
|
||||
if ($_SESSION['role'] != 'e') {
|
||||
|
|
|
@ -35,7 +35,7 @@ include "topheader.php";
|
|||
<div class="col-md-14">
|
||||
<div class="card ">
|
||||
<div class="card-header card-header-primary">
|
||||
<h4 class="card-title">sales / Page <?php echo $page;?> </h4>
|
||||
<h4 class="card-title">Sales Information <?php echo $page;?> </h4>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive ps">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue