Skip to content

Instantly share code, notes, and snippets.

@mikemartin
Created July 24, 2014 01:48
Show Gist options
  • Save mikemartin/4cb8f82dbdf8c6f982c8 to your computer and use it in GitHub Desktop.
Save mikemartin/4cb8f82dbdf8c6f982c8 to your computer and use it in GitHub Desktop.
Cart Discount
{{ if {bison:cart_discount} }}
<tr>
<th colspan="4">Discount:</th>
<td class="numeric">-${{ bison:cart_discount }}</td>
</tr>
{{ endif }}
<tr>
<th colspan="4">Total:</th>
<td class="numeric"><h3>${{ bison:cart_total }}</h3></strong></td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment