Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
amal
getme
Commits
147a761f
Commit
147a761f
authored
Feb 04, 2020
by
muhsin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uncommented payment part in cart
parent
5c138740
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
28 deletions
+53
-28
cart.page.html
src/app/cart/cart.page.html
+53
-28
No files found.
src/app/cart/cart.page.html
View file @
147a761f
...
...
@@ -139,34 +139,59 @@
<p>
COD
</p>
</label>
</div>
<!-- <div class="payment_method">
<input type="radio" name="payments" id="paypal" name="radio-group" checked (click)="getwaypaypal()">
<label for="test1">
<p>PayPal</p>
</label>
</div>
<div class="card_div" [hidden]="gateway !=1">
<input class="card_no borderNone widthFull" placeholder="PayPal ID">
</div>
<div class="payment_method">
<input type="radio" name="payments" id="afterpay" name="radio-group" (click)="getwayafterpay()">
<label for="test2">
<p>AfterPay</p>
</label>
</div>
<div class="card_div" [hidden]="gateway !=2">
<input class="card_no" placeholder="**** **** **** 1458">
<input class="cv_number" placeholder="CVV">
</div>
<div class="payment_method">
<input type="radio" name="payments" id="payk" name="radio-group" (click)="getwaypayk()">
<label for="test3">
<p>PayK</p>
</label>
</div>
<div class="card_div" [hidden]="gateway !=3">
<input class="card_no borderNone widthFull" placeholder="PafyK ID">
</div> -->
<div
class=
"payment_method"
>
<input
type=
"radio"
name=
"payments"
id=
"paypal"
name=
"radio-group"
checked
(
click
)="
getwaypaypal
()"
/>
<label
for=
"test1"
>
<p>
PayPal
</p>
</label>
</div>
<div
class=
"card_div"
[
hidden
]="
gateway
!=
1
"
>
<input
class=
"card_no borderNone widthFull"
placeholder=
"PayPal ID"
/>
</div>
<div
class=
"payment_method"
>
<input
type=
"radio"
name=
"payments"
id=
"afterpay"
name=
"radio-group"
(
click
)="
getwayafterpay
()"
/>
<label
for=
"test2"
>
<p>
AfterPay
</p>
</label>
</div>
<div
class=
"card_div"
[
hidden
]="
gateway
!=
2
"
>
<input
class=
"card_no"
placeholder=
"**** **** **** 1458"
/>
<input
class=
"cv_number"
placeholder=
"CVV"
/>
</div>
<div
class=
"payment_method"
>
<input
type=
"radio"
name=
"payments"
id=
"payk"
name=
"radio-group"
(
click
)="
getwaypayk
()"
/>
<label
for=
"test3"
>
<p>
PayK
</p>
</label>
</div>
<div
class=
"card_div"
[
hidden
]="
gateway
!=
3
"
>
<input
class=
"card_no borderNone widthFull"
placeholder=
"PafyK ID"
/>
</div>
<!-- <div class="delivery_time">
<ul>
<li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment