|
40 | 40 | <h2>Total Cost : $<?php echo $_SESSION['final_cost']; ?></h2>
|
41 | 41 | <hr>
|
42 | 42 | </div>
|
43 |
| - |
44 |
| - <!-- <div class="cart-items" style="margin-left:0;width:50%;" > --> |
45 |
| - <div style="display:block; float:left; width:60%"> |
46 |
| - <span style="margin-left:200px;">ENTER DELIVERY ADDRESS</span> <br> <br> |
47 |
| - <textarea name="" id="" cols="60" rows="15" style="margin-left:200px;border:solid pink;"></textarea> |
48 |
| - </div> |
49 |
| - <!-- <div class="cart-sum" style="margin-right=0;width:50%;float:right;"> --> |
50 |
| - <div style="display:block;float:right;width:15%; margin-right:20%; margin-bottom:40px;line-height:40px;border-left:1px solid black;padding: 30px"> |
51 |
| - <span style="color:grey;">CHOOSE DELIVERY SPEED</span> |
52 |
| - <div class="delivery" style="line-height:20px; background-color:rgba(255, 51, 153, 0.3);padding:10px"> |
53 |
| - <input type="radio" name="delivery_type" id="standard" value=0 checked="checked"><b>Standard Delivery</b> <br> |
54 |
| - <span style="font-size:14px">Get it in 7 Days</span> |
55 |
| - </div> |
56 |
| - <div class="delivery" style="line-height:20px; background-color:rgba(255, 51, 153, 0.3);padding:10px"> |
57 |
| - <input type="radio" name="delivery_type" id="express" value=50><b>Express Delivery</b> <br> |
58 |
| - <span style="font-size:14px">Get it in 2 Days +$25</span> |
59 |
| - </div> |
60 |
| - <a href=""><button style="width:100%;height:40px;" id="place_order"><b>PLACE ORDER</b></button></a> |
61 |
| - </div> |
62 |
| - |
| 43 | + <form action="payment.php" method="POST"> |
| 44 | + <!-- <div class="cart-items" style="margin-left:0;width:50%;" > --> |
| 45 | + <div style="display:block; float:left; width:60%"> |
| 46 | + <span style="margin-left:200px;">ENTER DELIVERY ADDRESS</span> <br> <br> |
| 47 | + <textarea name="address" id="address" cols="50" rows="12" style="margin-left:200px;border:solid pink;"></textarea> |
| 48 | + </div> |
| 49 | + <!-- <div class="cart-sum" style="margin-right=0;width:50%;float:right;"> --> |
| 50 | + <div style="display:block;float:right;width:15%; margin-right:20%; margin-bottom:40px;line-height:40px;border-left:1px solid black;padding: 30px"> |
| 51 | + <span style="color:grey;">CHOOSE DELIVERY SPEED</span> |
| 52 | + <div class="delivery" style="line-height:20px; background-color:rgba(255, 51, 153, 0.3);padding:10px"> |
| 53 | + <input type="radio" name="delivery_type" id="standard" value=0 checked="checked"><b>Standard Delivery</b> <br> |
| 54 | + <span style="font-size:14px">Get it in 7 Days</span> |
| 55 | + </div> |
| 56 | + <div class="delivery" style="line-height:20px; background-color:rgba(255, 51, 153, 0.3);padding:10px"> |
| 57 | + <input type="radio" name="delivery_type" id="express" value=50><b>Express Delivery</b> <br> |
| 58 | + <span style="font-size:14px">Get it in 2 Days +$25</span> |
| 59 | + </div> |
| 60 | + <button type="submit" style="width:100%;height:40px;" id="place_order"><b>PLACE ORDER</b></button> |
| 61 | + </div> |
| 62 | + </form> |
63 | 63 | <style>
|
64 | 64 | #place_order:hover{
|
65 | 65 | transition: .3s;
|
|
0 commit comments