Add remaining project files (exclude ignored folders)

This commit is contained in:
WD - Dev
2025-07-05 15:11:40 +07:00
parent a96eb2b958
commit b440b80882
4697 changed files with 1365702 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
$base = $_SERVER['REQUEST_URI'];
?>
<h3>Selected Items:</h3>
<ul>
<li>Jeruk 2 kg x @20000</li>
<li>Apel 3 kg x @18000</li>
</ul>
<h4>Total: Rp 94.000,00</h4>
<form action="<?php echo $base ?>checkout-process.php" method="POST">
<input type="hidden" name="amount" value="94000"/>
<input type="submit" value="Confirm">
</form>