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
5 years ago
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 @@
...
@@ -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
<label for="test1">
type=
"radio"
<p>PayPal</p>
name=
"payments"
</label>
id=
"paypal"
</div>
name=
"radio-group"
<div class="card_div" [hidden]="gateway !=1">
checked
<input class="card_no borderNone widthFull" placeholder="PayPal ID">
(
click
)="
getwaypaypal
()"
</div>
/>
<div class="payment_method">
<label
for=
"test1"
>
<input type="radio" name="payments" id="afterpay" name="radio-group" (click)="getwayafterpay()">
<p>
PayPal
</p>
<label for="test2">
</label>
<p>AfterPay</p>
</div>
</label>
<div
class=
"card_div"
[
hidden
]="
gateway
!=
1
"
>
</div>
<input
<div class="card_div" [hidden]="gateway !=2">
class=
"card_no borderNone widthFull"
<input class="card_no" placeholder="**** **** **** 1458">
placeholder=
"PayPal ID"
<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
<label for="test3">
type=
"radio"
<p>PayK</p>
name=
"payments"
</label>
id=
"afterpay"
</div>
name=
"radio-group"
<div class="card_div" [hidden]="gateway !=3">
(
click
)="
getwayafterpay
()"
<input class="card_no borderNone widthFull" placeholder="PafyK ID">
/>
</div> -->
<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">
<!-- <div class="delivery_time">
<ul>
<ul>
<li>
<li>
...
...
This diff is collapsed.
Click to expand it.
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