Skip to content

Instantly share code, notes, and snippets.

@woods
Created October 25, 2018 20:44
Show Gist options
  • Save woods/ccb75dcfa35642d10eb12b18393468ef to your computer and use it in GitHub Desktop.
Save woods/ccb75dcfa35642d10eb12b18393468ef to your computer and use it in GitHub Desktop.
Code snippet for purple lizard order checkout page (just the total amount)
<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