Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
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
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
71739dbb
Commit
71739dbb
authored
Nov 08, 2022
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
payapl支付手机版增加安全按钮
parent
cc9b9494
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
109 deletions
+2
-109
app/design/frontend/Joshine/breeze/Magento_Paypal/web/template/payment/payflow-express-bml.html
+0
-55
app/design/frontend/Joshine/breeze/Magento_Paypal/web/template/payment/payflow-express.html
+0
-52
app/design/frontend/Joshine/breeze/Magento_Paypal/web/template/payment/paypal-express.html
+2
-2
No files found.
app/design/frontend/Joshine/breeze/Magento_Paypal/web/template/payment/payflow-express-bml.html
deleted
100644 → 0
View file @
cc9b9494
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div
class=
"payment-method"
data-bind=
"css: {'_active': (getCode() == isChecked())}"
>
<div
class=
"payment-method-title field choice"
>
<input
type=
"radio"
name=
"payment[method]"
class=
"radio"
data-bind=
"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()"
/>
<label
data-bind=
"attr: {'for': getCode()}"
class=
"label"
>
<!-- PayPal Logo -->
<img
src=
"https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppc-acceptance-medium.png"
data-bind=
"attr: {alt: $t('Acceptance Mark')}"
class=
"payment-icon"
/>
<!-- PayPal Logo -->
<span
data-bind=
"text: getTitle()"
></span>
<a
href=
"https://www.securecheckout.billmelater.com/paycapture-content/fetch?hash=AU826TU8&content=/bmlweb/ppwpsiw.html"
data-bind=
"click: showAcceptanceWindow"
class=
"action action-help"
>
<!-- ko i18n: 'See terms' --><!-- /ko -->
</a>
</label>
</div>
<div
class=
"payment-method-content"
>
<!-- ko foreach: getRegion('messages') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<fieldset
class=
"fieldset"
data-bind=
'attr: {id: "payment_form_" + getCode()}'
>
<div
class=
"payment-method-note"
>
<!-- ko i18n: 'You will be redirected to the PayPal website when you place an order.' --><!-- /ko -->
</div>
</fieldset>
<div
class=
"checkout-agreements-block"
>
<!-- ko foreach: $parent.getRegion('before-place-order') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
</div>
<div
class=
"payment-method-extra-content"
>
<each
args=
"$parent.getRegion('paypal-method-extra-content')"
render=
""
/>
</div>
<div
class=
"actions-toolbar"
>
<div
class=
"primary"
>
2222
<button
class=
"action primary checkout"
type=
"submit"
data-bind=
"click: continueToPayPal, enable: (getCode() == isChecked())"
disabled
>
<span
data-bind=
"i18n: 'Continue to PayPal'"
></span>
</button>
</div>
</div>
</div>
</div>
app/design/frontend/Joshine/breeze/Magento_Paypal/web/template/payment/payflow-express.html
deleted
100644 → 0
View file @
cc9b9494
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<div
class=
"payment-method"
data-bind=
"css: {'_active': (getCode() == isChecked())}"
>
<div
class=
"payment-method-title field choice"
>
<input
type=
"radio"
name=
"payment[method]"
class=
"radio"
data-bind=
"attr: {'id': getCode()}, value: getCode(), checked: isChecked, click: selectPaymentMethod, visible: isRadioButtonVisible()"
/>
<label
data-bind=
"attr: {'for': getCode()}"
class=
"label"
>
<!-- PayPal Logo -->
<img
data-bind=
"attr: {src: getPaymentAcceptanceMarkSrc(), alt: $t('Acceptance Mark')}"
class=
"payment-icon"
/>
<!-- PayPal Logo -->
<span
data-bind=
"text: getTitle()"
></span>
<a
data-bind=
"attr: {href: getPaymentAcceptanceMarkHref()}, click: showAcceptanceWindow"
class=
"action action-help"
>
<!-- ko i18n: 'What is PayPal?' --><!-- /ko -->
</a>
</label>
</div>
<div
class=
"payment-method-content"
>
<!-- ko foreach: getRegion('messages') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<fieldset
class=
"fieldset"
data-bind=
'attr: {id: "payment_form_" + getCode()}'
>
<div
class=
"payment-method-note"
>
<!-- ko i18n: 'You will be redirected to the PayPal website.' --><!-- /ko -->
</div>
</fieldset>
<div
class=
"checkout-agreements-block"
>
<!-- ko foreach: $parent.getRegion('before-place-order') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
</div>
<div
class=
"payment-method-extra-content"
>
<each
args=
"$parent.getRegion('paypal-method-extra-content')"
render=
""
/>
</div>
<div
class=
"actions-toolbar"
>
<div
class=
"primary"
>
111111
<button
class=
"action primary checkout"
type=
"submit"
data-bind=
"click: continueToPayPal, enable: (getCode() == isChecked())"
disabled
>
<span
data-bind=
"i18n: 'Continue to PayPal'"
></span>
</button>
</div>
</div>
</div>
</div>
app/design/frontend/Joshine/breeze/Magento_Paypal/web/template/payment/paypal-express.html
View file @
71739dbb
...
@@ -40,12 +40,12 @@
...
@@ -40,12 +40,12 @@
<each
args=
"$parent.getRegion('paypal-method-extra-content')"
render=
""
/>
<each
args=
"$parent.getRegion('paypal-method-extra-content')"
render=
""
/>
</div>
</div>
<div
class=
"actions-toolbar"
>
<div
class=
"actions-toolbar"
>
<div
class=
"primary"
>
3333333
<div
class=
"primary"
>
<button
class=
"action primary checkout"
<button
class=
"action primary checkout"
type=
"submit"
type=
"submit"
data-bind=
"click: continueToPayPal, enable: (getCode() == isChecked())"
data-bind=
"click: continueToPayPal, enable: (getCode() == isChecked())"
disabled
>
disabled
>
<span
data-bind=
"i18n: 'Continue to PayPal'"
></span>
<span
data-bind=
"i18n: 'Continue to PayPal'"
style=
"vertical-align: super;"
></span>
</button>
</button>
</div>
</div>
</div>
</div>
...
...
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