Commit 147a761f by muhsin

uncommented payment part in cart

parent 5c138740
...@@ -139,34 +139,59 @@ ...@@ -139,34 +139,59 @@
<p>COD</p> <p>COD</p>
</label> </label>
</div> </div>
<!-- <div class="payment_method"> <div class="payment_method">
<input type="radio" name="payments" id="paypal" name="radio-group" checked (click)="getwaypaypal()"> <input
type="radio"
name="payments"
id="paypal"
name="radio-group"
checked
(click)="getwaypaypal()"
/>
<label for="test1"> <label for="test1">
<p>PayPal</p> <p>PayPal</p>
</label> </label>
</div> </div>
<div class="card_div" [hidden]="gateway !=1"> <div class="card_div" [hidden]="gateway !=1">
<input class="card_no borderNone widthFull" placeholder="PayPal ID"> <input
class="card_no borderNone widthFull"
placeholder="PayPal ID"
/>
</div> </div>
<div class="payment_method"> <div class="payment_method">
<input type="radio" name="payments" id="afterpay" name="radio-group" (click)="getwayafterpay()"> <input
type="radio"
name="payments"
id="afterpay"
name="radio-group"
(click)="getwayafterpay()"
/>
<label for="test2"> <label for="test2">
<p>AfterPay</p> <p>AfterPay</p>
</label> </label>
</div> </div>
<div class="card_div" [hidden]="gateway !=2"> <div class="card_div" [hidden]="gateway !=2">
<input class="card_no" placeholder="**** **** **** 1458"> <input class="card_no" placeholder="**** **** **** 1458" />
<input class="cv_number" placeholder="CVV"> <input class="cv_number" placeholder="CVV" />
</div> </div>
<div class="payment_method"> <div class="payment_method">
<input type="radio" name="payments" id="payk" name="radio-group" (click)="getwaypayk()"> <input
type="radio"
name="payments"
id="payk"
name="radio-group"
(click)="getwaypayk()"
/>
<label for="test3"> <label for="test3">
<p>PayK</p> <p>PayK</p>
</label> </label>
</div> </div>
<div class="card_div" [hidden]="gateway !=3"> <div class="card_div" [hidden]="gateway !=3">
<input class="card_no borderNone widthFull" placeholder="PafyK ID"> <input
</div> --> class="card_no borderNone widthFull"
placeholder="PafyK ID"
/>
</div>
<!-- <div class="delivery_time"> <!-- <div class="delivery_time">
<ul> <ul>
<li> <li>
......
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