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
6d11a0dc
Commit
6d11a0dc
authored
Apr 10, 2023
by
dhn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改虚拟产品结算方式可见
parent
cc6a87d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
app/code/Magento/Checkout/view/frontend/web/template/payment.html
+16
-3
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+6
-1
No files found.
app/code/Magento/Checkout/view/frontend/web/template/payment.html
View file @
6d11a0dc
...
...
@@ -11,17 +11,19 @@
role=
"tabpanel"
aria-hidden=
"false"
>
<!-- ko if: (quoteIsVirtual) -->
<!-- ko foreach: getRegion('customer-email') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<!-- ko foreach: getRegion('customer-email') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!--/ko-->
<!--/ko-->
<form
id=
"co-payment-form"
class=
"form payments"
novalidate=
"novalidate"
>
<input
data-bind=
'attr: {value: getFormKey()}'
type=
"hidden"
name=
"form_key"
/>
<fieldset
class=
"fieldset"
>
<p
class=
"step-title no-border"
>
<!-- ko ifnot: (quoteIsVirtual) -->
<span
class=
"number"
>
<span
translate=
"'3'"
/>
</span>
<!--/ko-->
<span
translate=
"'Payment Method'"
/>
</p>
...
...
@@ -30,11 +32,22 @@
<!-- ko foreach: getRegion('beforeMethods') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!-- /ko -->
<!-- ko if: (quoteIsVirtual) -->
<div
id=
"checkout-payment-method-load"
class=
"opc-payment"
data-bind=
"visible: isPaymentMethodsAvailable"
>
<!-- ko foreach: getRegion('payment-methods-list') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!-- /ko -->
</div>
<!--/ko-->
<!-- ko ifnot: (quoteIsVirtual) -->
<div
id=
"checkout-payment-method-load"
class=
"opc-payment dispay-solid"
data-bind=
"visible: isPaymentMethodsAvailable"
>
<!-- ko foreach: getRegion('payment-methods-list') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!-- /ko -->
</div>
<!--/ko-->
<div
class=
"no-quotes-block"
data-bind=
"visible: isPaymentMethodsAvailable() == false"
>
<!-- ko i18n: 'No Payment method available.'--><!-- /ko -->
</div>
...
...
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
6d11a0dc
...
...
@@ -271,7 +271,7 @@ $full_free_ship = $_helper->currency($full_free, true, false);
}
/****************************************payment begin********************************************************/
#checkout-step-shipping_method
,
#checkout-payment-method-loa
d
{
#checkout-step-shipping_method
,
.dispay-soli
d
{
display
:
none
;
}
#shipping-text
{
...
...
@@ -966,6 +966,11 @@ $full_free_ship = $_helper->currency($full_free, true, false);
transition
:
all
.3s
ease
;
box-shadow
:
0
0
50px
rgba
(
0
,
0
,
0
,
0.8
);
}
#customer-email-fieldset
input
[
type
=
"email"
]
{
border
:
1px
solid
#ddd
;
padding
:
0
;
}
/********************************************address from end****************************************************/
</style>
...
...
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