Product
Name |
|
Price
Per Unit |
|
Quantity |
|
Total |
Mouse (45 Buttons) |
|
$12 |
|
{#Product1-Quantity#} |
|
${# Product1-Quantity * Product1-Price #} |
Keyboard (365 Buttons) |
|
$25 |
|
{#Product2-Quantity#} |
|
${# Product2-Quantity * Product2-Price #} |
Modem (56K Voice) |
|
$50 |
|
{#Product3-Quantity#} |
|
${# Product3-Quantity * Product3-Price #} |
 |
|
|
|
|
|
|
|
|
|
|
Sum: |
|
${# Product1-Quantity * Product1-Price + Product2-Quantity * Product2-Price + Product3-Quantity * Product3-Price#} |
|
|
|
|
Shipping: |
|
$25 |
 |
|
|
|
|
|
|
|
|
|
|
Total: |
|
${# Product1-Quantity * Product1-Price + Product2-Quantity * Product2-Price + Product3-Quantity * Product3-Price + 25 #} |