Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ef0469e7
Commit
ef0469e7
authored
Jan 15, 2015
by
Chris Dodge
Committed by
Zia Fazal
Apr 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add back inclusion of the receipt_custom_pane.html at the bottom of the receipt page
parent
53afe7eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lms/templates/shoppingcart/receipt.html
+3
-0
No files found.
lms/templates/shoppingcart/receipt.html
View file @
ef0469e7
...
@@ -5,6 +5,7 @@ from django.utils.translation import ungettext
...
@@ -5,6 +5,7 @@ from django.utils.translation import ungettext
from
django
.
core
.
urlresolvers
import
reverse
from
django
.
core
.
urlresolvers
import
reverse
from
courseware
.
courses
import
course_image_url
,
get_course_about_section
,
get_course_by_id
from
courseware
.
courses
import
course_image_url
,
get_course_about_section
,
get_course_by_id
%
>
%
>
<
%!
from
microsite_configuration
import
microsite
%
>
<
%
block
name=
"billing_details_highlight"
>
<
%
block
name=
"billing_details_highlight"
>
% if order_type == 'business':
% if order_type == 'business':
...
@@ -371,6 +372,8 @@ from courseware.courses import course_image_url, get_course_about_section, get_c
...
@@ -371,6 +372,8 @@ from courseware.courses import course_image_url, get_course_about_section, get_c
<span
class=
"pull-right"
>
${_("Total")}:
<b>
${currency_symbol}${"{0:0.2f}".format(order.total_cost)} ${currency.upper()}
</b></span>
<span
class=
"pull-right"
>
${_("Total")}:
<b>
${currency_symbol}${"{0:0.2f}".format(order.total_cost)} ${currency.upper()}
</b></span>
</div>
</div>
</div>
</div>
## Allow for a microsite to be able to insert additional text at the bottom of the page
<
%
include
file=
"${microsite.get_template_path('receipt_custom_pane.html')}"
/>
</section>
</section>
</div>
</div>
</
%
block>
</
%
block>
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