Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
WokNRoll
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sreejith
WokNRoll
Commits
4d76c4ca
Commit
4d76c4ca
authored
Nov 30, 2017
by
sajiladharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
confirm
parent
49a26422
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
public/frontend/paymentLogo/PayPal.png
+0
-0
public/frontend/paymentLogo/cash-on-delivery.png
+0
-0
public/frontend/paymentLogo/jcc.png
+0
-0
resources/views/layouts/header.blade.php
+16
-4
No files found.
public/frontend/paymentLogo/PayPal.png
View replaced file @
49a26422
View file @
4d76c4ca
34.3 KB
|
W:
|
H:
72.3 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/frontend/paymentLogo/cash-on-delivery.png
0 → 100644
View file @
4d76c4ca
128 KB
public/frontend/paymentLogo/jcc.png
View replaced file @
49a26422
View file @
4d76c4ca
13 KB
|
W:
|
H:
88.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
resources/views/layouts/header.blade.php
View file @
4d76c4ca
...
@@ -1473,10 +1473,22 @@
...
@@ -1473,10 +1473,22 @@
<div
style=
"text-align: left;padding: 2px 10px"
>
<div
style=
"text-align: left;padding: 2px 10px"
>
<input
type=
"checkbox"
id=
"chkterms"
value=
"1"
>
i accept
<a
href=
"{{url('terms')}}"
target=
"_blank"
>
terms and conditions
</a>
<input
type=
"checkbox"
id=
"chkterms"
value=
"1"
>
i accept
<a
href=
"{{url('terms')}}"
target=
"_blank"
>
terms and conditions
</a>
</div>
</div>
<div
style=
"margin-top: 4%; border: 1px #ccc solid;padding-top: 9px; text-align:left;"
id=
"pay_div"
class=
"row"
>
<div
style=
"margin-top: 4%; padding-top: 9px; text-align:left;"
id=
"pay_div"
class=
"row"
>
<!--<div class="col-md-4"><label class="radio-inline"><input type="radio" name="pay_type" id="radio_cash" style="margin-top: 19px;" class="payoptions"><img style="width: 88px; margin-top: 6px;" src="{{url('/frontend/paymentLogo/cash-on-delivery.jpg')}}"/></label></div>-->
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
><label
class=
"radio-inline"
><input
type=
"radio"
name=
"pay_type"
id=
"radio_paypal"
style=
"margin-top: 19px;"
class=
"payoptions"
><img
style=
"width:102px;"
src=
"{{url('/frontend/paymentLogo/PayPal.png')}}"
/></label></div>
<div
class=
"payp-c"
>
<div
class=
"col-md-4"
><label
class=
"radio-inline"
><input
type=
"radio"
name=
"pay_type"
id=
"radio_jcc"
style=
"margin-top: 19px;"
class=
"payoptions"
><img
src=
"{{url('/frontend/paymentLogo/jcc.png')}}"
/></label></div>
<label
class=
"radio-inline"
><input
type=
"radio"
name=
"pay_type"
id=
"radio_cash"
style=
"margin-top: 13px;"
class=
"payoptions"
><img
class=
"img-responsive"
src=
"{{url('/frontend/paymentLogo/cash-on-delivery.png')}}"
/></label>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"payp-c"
>
<label
class=
"radio-inline"
><input
type=
"radio"
name=
"pay_type"
id=
"radio_paypal"
style=
"margin-top: 13px;"
class=
"payoptions"
><img
class=
"img-responsive"
src=
"{{url('/frontend/paymentLogo/PayPal.png')}}"
/></label>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"payp-c"
>
<label
class=
"radio-inline"
><input
type=
"radio"
name=
"pay_type"
id=
"radio_jcc"
style=
"margin-top: 13px;"
class=
"payoptions"
><img
class=
"img-responsive"
src=
"{{url('/frontend/paymentLogo/jcc.png')}}"
/></label>
</div>
</div>
<form
id=
"submit_to_paypal"
action=
"{{url('paypal')}}"
method=
"post"
>
<form
id=
"submit_to_paypal"
action=
"{{url('paypal')}}"
method=
"post"
>
{{csrf_field()}}
{{csrf_field()}}
<input
type=
"hidden"
value=
"0"
name=
"amount"
id=
"frm_input_amount"
>
<input
type=
"hidden"
value=
"0"
name=
"amount"
id=
"frm_input_amount"
>
...
...
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