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
a30221df
Commit
a30221df
authored
Sep 29, 2022
by
王东红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
下单支付页面样式优化
parent
76404b7c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
0 deletions
+57
-0
app/code/JTool/CheckoutSideBar/etc/module.xml
+6
-0
app/code/JTool/CheckoutSideBar/registration.php
+7
-0
app/code/JTool/CheckoutSideBar/view/frontend/layout/checkout_index_index.xml
+37
-0
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
+7
-0
No files found.
app/code/JTool/CheckoutSideBar/etc/module.xml
0 → 100644
View file @
a30221df
<?xml version="1.0"?>
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:Module/etc/module.xsd"
>
<module
name=
"JTool_CheckoutSideBal"
setup_version=
"1.0.0"
/>
</config>
\ No newline at end of file
app/code/JTool/CheckoutSideBar/registration.php
0 → 100644
View file @
a30221df
<?php
\Magento\Framework\Component\ComponentRegistrar
::
register
(
\Magento\Framework\Component\ComponentRegistrar
::
MODULE
,
'JTool_CheckoutSideBal'
,
__DIR__
);
\ No newline at end of file
app/code/JTool/CheckoutSideBar/view/frontend/layout/checkout_index_index.xml
0 → 100644
View file @
a30221df
<?xml version="1.0"?>
<page
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
layout=
"1column"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<body>
<referenceBlock
name=
"checkout.root"
>
<arguments>
<argument
name=
"jsLayout"
xsi:type=
"array"
>
<item
name=
"components"
xsi:type=
"array"
>
<item
name=
"checkout"
xsi:type=
"array"
>
<item
name=
"children"
xsi:type=
"array"
>
<item
name=
"sidebar"
xsi:type=
"array"
>
<item
name=
"children"
xsi:type=
"array"
>
<item
name=
"summary"
xsi:type=
"array"
>
<item
name=
"children"
xsi:type=
"array"
>
<item
name=
"discount"
xsi:type=
"array"
>
<item
name=
"component"
xsi:type=
"string"
>
Magento_SalesRule/js/view/payment/discount
</item>
<item
name=
"children"
xsi:type=
"array"
>
<item
name=
"errors"
xsi:type=
"array"
>
<item
name=
"sortOrder"
xsi:type=
"string"
>
0
</item>
<item
name=
"component"
xsi:type=
"string"
>
Magento_SalesRule/js/view/payment/discount-messages
</item>
<item
name=
"displayArea"
xsi:type=
"string"
>
messages
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</argument>
</arguments>
</referenceBlock>
</body>
</page>
\ No newline at end of file
app/design/frontend/Joshine/breeze/Magento_Checkout/templates/onepage.phtml
View file @
a30221df
...
@@ -136,6 +136,13 @@
...
@@ -136,6 +136,13 @@
button
.action.secondary
{
button
.action.secondary
{
background
:
#000000
;
background
:
#000000
;
}
}
.checkout-payment-method
.opc-payment-additional.discount-code
{
display
:
none
;
}
.opc-block-summary
.payment-option
.form-discount
.actions-toolbar
.action
{
background
:
#000000
;
height
:
38px
;
}
.actions-toolbar
.secondary
a
.action.remind
span
{
.actions-toolbar
.secondary
a
.action.remind
span
{
font-size
:
14px
;
font-size
:
14px
;
font-family
:
Outfit-Regular
;
font-family
:
Outfit-Regular
;
...
...
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