Page MenuHomeIn-Portal Phabricator

receipt.tpl
No OneTemporary

File Metadata

Created
Sun, Sep 21, 3:23 AM

receipt.tpl

<!--##
<NAME>Receipt</NAME>
<DESC></DESC>
<SECTION>Pages||Checkout</SECTION>
##-->
<inp2:m_DefineElement name="page_title">Your Receipt</inp2:m_DefineElement>
<inp2:m_DefineElement name="add_to_head">
</inp2:m_DefineElement>
<!--## MAIN CONTENT ##-->
<inp2:m_DefineElement name="content">
<ul class="steps">
<li class="step1"><span><i></i>Shopping Cart</span></li>
<li class="step2"><span><i></i>One-step Checkout</span></li>
<li class="step3 active"><span><i></i>Receipt</span></li>
</ul>
<div class="clear"></div>
<div class="cart-detail receipt">
<div class="success-order">
<p class="links">
<a href="javascript:window.print();" class="link-print">Print</a>
<a href="" class="link-download">Download</a>
</p>
<div class="clear"></div>
<p class="green">Thank you for your order #<inp2:ord_Field field="OrderNumber"/>!</p>
<p><strong>Below is the receipt / confirmation for your order. Please <a href="">print</a> or <a href="">download</a> it for your records.</strong></p>
<p>You will receive a confirmation once the order is approved and/or shipped.<br />Your credit card was authorized for the amount of your order but will not be charged until the order is approved</p>
</div>
<h1>Order <inp2:ord_Field field="OrderNumber"/></h1>
<div class="halfcol">
<fieldset>
<div class="fieldset">
Billing Information
</div>
<dl class="info">
<dt class="label-title">Full Name:</dt>
<dd>Bill Smith</dd>
<dt class="label-title">Company:</dt>
<dd>Intechnic</dd>
<dt class="label-title">Address:</dt>
<dd>333 East Highway 83, Suite 201, Mundelein, IL, 60060</dd>
<dt class="label-title">Phone:</dt>
<dd>847-970-6190</dd>
</dl>
</fieldset>
<fieldset class="creditcard">
<div class="fieldset">
Payment Information
</div>
<p>Visa XXXX XXXX XXXX 1234</p>
</fieldset>
</div>
<div class="halfcol halfcol-last">
<fieldset>
<div class="fieldset">
<label>Shipping Information</label>
</div>
<dl class="info">
<dt class="label-title">Shipping Type & Cost:</dt>
<dd>FedEx Ground (Next Day) $14.00</dd>
<dt class="label-title">Full Name:</dt>
<dd>Bill Smith</dd>
<dt class="label-title">Company:</dt>
<dd>Intechnic</dd>
<dt class="label-title">Address:</dt>
<dd>333 East Highway 83, Suite 201, Mundelein, IL, 60060</dd>
</dl>
</fieldset>
</div>
<div class="clear"></div>
<table class="items">
<thead>
<tr>
<th colspan="2" style="text-align: left;">Items in your order (<inp2:ord_ItemsInCart/>)</th>
<th>Qty.</th>
<th>Price</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td class="item-img"><img src="<inp2:m_TemplatesBase/>img/samples/good5.jpg" width="58" height="58" alt="" /></td>
<td class="item-title">Nikon D5000 Kit 15-18 Digital Camera</td>
<td>1</td>
<td>$75.00</td>
<td>$75.00</td>
</tr>
<tr>
<td class="item-img"><img src="<inp2:m_TemplatesBase/>img/samples/good5.jpg" width="58" height="58" alt="" /></td>
<td class="item-title">Nikon D5000 Kit 15-18 Digital Camera</td>
<td>1</td>
<td>$75.00</td>
<td>$75.00</td>
</tr>
<tr>
<td class="item-img"><img src="<inp2:m_TemplatesBase/>img/samples/good5.jpg" width="58" height="58" alt="" /></td>
<td class="item-title">Nikon D5000 Kit 15-18 Digital Camera</td>
<td>1</td>
<td>$75.00</td>
<td>$75.00</td>
</tr>
<tr>
<td class="item-img"><img src="<inp2:m_TemplatesBase/>img/samples/good5.jpg" width="58" height="58" alt="" /></td>
<td class="item-title">Nikon D5000 Kit 15-18 Digital Camera</td>
<td>1</td>
<td>$75.00</td>
<td>$75.00</td>
</tr>
</tbody>
</table>
<dl class="total">
<dt>Subtotal</dt>
<dd>$1,759.99</dd>
<dt>Shipping</dt>
<dd class="price3">$100.00</dd>
<dt>Tax</dt>
<dd class="price3">$100.00</dd>
<dt>Order Total</dt>
<dd class="price4">$1,959.99</dd>
</dl>
<div class="clear"></div>
</div>
</inp2:m_DefineElement>
<!--## /MAIN CONTENT ##-->
<!--## DESIGN TEMPLATE ##-->
<inp2:m_include template="designs/default_design.des" pass_params="1"/>
<!--## /DESIGN TEMPLATE ##-->

Event Timeline