Created
October 25, 2018 20:44
-
-
Save woods/ccb75dcfa35642d10eb12b18393468ef to your computer and use it in GitHub Desktop.
Code snippet for purple lizard order checkout page (just the total amount)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tr> | |
<td colspan="4" class="align_right"><strong>{{ 'customer.order.total' | t }}</strong></td> | |
<td class="text-right"><strong>{{ order.total_price | money }} {{ order.currency }}</strong></td> | |
</tr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment