Jump to content

Template:Order totals: Difference between revisions

From MidsouthMakers - Memphis Area Hackerpace
Created page with '{| class="wikitable" width="200px" !Savings |${{{savings|0}}} |- !Subtotal |${{{subtotal|0}}} |- !Shipping |${{{shipping|0}}} |- !Total |${{#expr: {{{subtotal|0}}} + {{{shipping|…'
 
No edit summary
Line 1: Line 1:
{| class="wikitable" width="200px"
{| class="wikitable" width="200px"
!Savings
!Savings
|${{{savings|0}}}
|${{format price| {{{savings|0}}} }}
|-
|-
!Subtotal
!Subtotal
|${{{subtotal|0}}}
|${{format price| {{{subtotal|0}}} }}
|-
|-
!Shipping
!Shipping
|${{{shipping|0}}}
|${{format price| {{{shipping|0}}} }}
|-
|-
!Total
!Total
|${{#expr: {{{subtotal|0}}} + {{{shipping|0}}} }}
|${{format price| {{#expr: {{{subtotal|0}}} + {{{shipping|0}}} }} }}
|}<noinclude>
|}<noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>

Revision as of 21:18, 8 August 2010

Savings $0.00
Subtotal $0.00
Shipping $0.00
Total $0.00
[edit] [purge] Template documentation

Usage

{{order totals
|subtotal = 
|discountedsubtotal = 
|shipping = 
}}

Redirects

{{Adafruit totals}}