Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
erp5
Commits
42be406d
Commit
42be406d
authored
May 16, 2023
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_commerce: display translated message
parent
76705b76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_widget_library/SaleOrder_viewThankYouMessageRenderer.zpt
..._widget_library/SaleOrder_viewThankYouMessageRenderer.zpt
+4
-5
No files found.
bt5/erp5_commerce/SkinTemplateItem/portal_skins/erp5_commerce_widget_library/SaleOrder_viewThankYouMessageRenderer.zpt
View file @
42be406d
<h1> Thank you for using our online shop! </h1>
<h1
i18n:translate="" i18n:domain="ui"
> Thank you for using our online shop! </h1>
<p>Your order will be processed by our personel now.</p>
<p
i18n:translate="" i18n:domain="ui"
>Your order will be processed by our personel now.</p>
<p> If you want to check your orders you can do it
<a tal:attributes="href python: '%s/SaleOrderModule_viewAsWebSaleOrderList' % here.getWebSiteValue().absolute_url()">here</a>
</p>
\ No newline at end of file
<span i18n:translate="" i18n:domain="ui"> If you want to check your orders you can do it</span>
<a tal:attributes="href python: '%s/SaleOrderModule_viewAsWebSaleOrderList' % here.getWebSiteValue().absolute_url()" i18n:translate="" i18n:domain="ui">here</a>
\ No newline at end of file
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