Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
ptd
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Quan Nguyen
ptd
Commits
e299f2cc
Commit
e299f2cc
authored
Sep 25, 2020
by
Chi Bui
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit button download csv
parent
77c818ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
2 deletions
+28
-2
styles.css
themes/contrib/estore/css/styles.css
+6
-1
commerce-checkout-completion-message.html.twig
...s/commerce/commerce-checkout-completion-message.html.twig
+1
-1
export-icon.html.twig
themes/contrib/estore/templates/export/export-icon.html.twig
+21
-0
No files found.
themes/contrib/estore/css/styles.css
View file @
e299f2cc
...
...
@@ -11554,7 +11554,12 @@ body.toolbar-loading.toolbar {
.menu--category-menu.product.product-item
.dropdown-menu
{
display
:
none
!important
;
}
.button-export
{
width
:
100%
;
display
:
flex
;
justify-content
:
center
;
margin-bottom
:
50px
;
}
.menu--category-menu.product.product-item
.open-item
.dropdown-menu
{
display
:
flex
!important
;
margin-top
:
3px
;
...
...
themes/contrib/estore/templates/commerce/commerce-checkout-completion-message.html.twig
View file @
e299f2cc
...
...
@@ -17,7 +17,7 @@
<h2>
{{
'Payment instructions'
|
t
}}
</h2>
<h4
style=
"font-weight: 400"
>
{{
'You can view your order on your account page when logged in.'
|
t
}}
</h4>
<h3>
Your order number is
<span
style=
"color: #e94337"
>
{{
'@number.'
|
t
(
{
'@number'
:
order_entity.getOrderNumber
}
)
}}
</span>
</h3>
<h3>
Mã đơn hàng của bạn là
<span
style=
"color: #e94337"
>
{{
'@number.'
|
t
(
{
'@number'
:
order_entity.getOrderNumber
}
)
}}
</span>
</h3>
<h4
style=
"font-weight: 400"
>
{{
payment_instructions
}}
</h4>
<div
class=
"continue-commerce"
>
<a
href=
"/products"
class=
"btn btn-primary"
>
Tiếp tục mua hàng
</a>
...
...
themes/contrib/estore/templates/export/export-icon.html.twig
0 → 100644
View file @
e299f2cc
{#
/**
* @file
* Default theme implementation for an export icon.
*
* Available variables:
* - url: An internal system path of the data export.
* - attributes: Remaining HTML attributes for the export link.
* - format: The export format (csv, json, xml).
* - class: HTML classes to be applied to the export link.
*
* @ingroup themeable
*/
#}
<div
class=
"button-export"
>
<div
class=
"btn btn-primary"
>
<a
style=
"color:white"
href=
"
{{
url
}}
"
>
Tải xuống
</a>
</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