Commit 2d4dccdf by Desi Enjelina Lubis

mengedit button pemesanan

parent 9b8dfb45
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
</div> </div>
<div class="snipcart-details top_brand_home_details"> <div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" > <a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" >
<input type="submit" name="simpan" value="Tambah" class="button" /></a> <input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div> </div>
</div> </div>
</figure> </figure>
...@@ -109,4 +109,4 @@ ...@@ -109,4 +109,4 @@
<?php <?php
include 'footer.php'; include 'footer.php';
?> ?>
\ No newline at end of file
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</div> </div>
<div class="snipcart-details top_brand_home_details"> <div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>"> <a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>">
<input type="submit" name="simpan" value="Tambah" class="button" /></a> <input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div> </div>
</div> </div>
</figure> </figure>
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</div> </div>
<div class="snipcart-details top_brand_home_details"> <div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" > <a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" >
<input type="submit" name="simpan" value="Tambah" class="button" /></a> <input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div> </div>
</div> </div>
</figure> </figure>
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
</div> </div>
<div class="snipcart-details top_brand_home_details"> <div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" > <a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" >
<input type="submit" name="simpan" value="Tambah" class="button" /></a> <input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div> </div>
</div> </div>
</figure> </figure>
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
</div> </div>
<div class="snipcart-details top_brand_home_details"> <div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" /> <a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>" />
<input type="submit" name="simpan" value="Tambah" class="button" ></a> <input type="submit" name="simpan" value="Pesan" class="button" ></a>
</div> </div>
</div> </div>
</figure> </figure>
......
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<tr> <tr>
<th>ID</th> <th>ID</th>
<th>Pengirim</th> <th>Pengirim</th>
<th>Email</th>
<th>Saran</th> <th>Saran</th>
<th>Tanggal</th> <th>Tanggal</th>
<th>Opsi</th> <th>Opsi</th>
...@@ -68,6 +69,7 @@ ...@@ -68,6 +69,7 @@
<tr class="rem1"> <tr class="rem1">
<td class="invert"><?php echo $data['id_komentar']; ?></td> <td class="invert"><?php echo $data['id_komentar']; ?></td>
<td class="invert"><?php echo $data['nama_pengirim']; ?></td> <td class="invert"><?php echo $data['nama_pengirim']; ?></td>
<td class="invert"><?php echo $data['email']; ?></td>
<td class="invert"><?php echo $data['komentar']; ?></td> <td class="invert"><?php echo $data['komentar']; ?></td>
<td class="invert"><?php echo $data['tanggal']; ?></td> <td class="invert"><?php echo $data['tanggal']; ?></td>
<td class="invert"> <td class="invert">
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</div> </div>
<div class="snipcart-details top_brand_home_details"> <div class="snipcart-details top_brand_home_details">
<a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>"> <a href="function.php?act=add&amp;barang_id=<?php echo $data['isbn']; ?>&amp;ref=checkout.php?kd=<?php echo $data['isbn'];?>">
<input type="submit" name="simpan" value="Tambah" class="button" /></a> <input type="submit" name="simpan" value="Pesan" class="button" /></a>
</div> </div>
</div> </div>
</figure> </figure>
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
echo ''; echo '';
} }
else { else {
echo '<input type="submit" name="simpan" value="Tambah" class="button" />'; echo '<input type="submit" name="simpan" value="Pesan" class="button" />';
} }
?> ?>
</a> </a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment