www
/
wwwroot
/
magazinmiorita.be
/
admin
/
templates_c
➕ New
📤 Upload
✎ Editing:
66e922460c18c95925ac4b716cf5789c3321b193.file.order_details.tpl.php
← Back
<?php /* Smarty version Smarty-3.1.18, created on 2015-04-13 12:54:40 compiled from "/home/zonecode/public_html/project/agrile/admin/templates/default/order_details.tpl" */ ?> <?php /*%%SmartyHeaderCode:5240138095528313c6624e0-26229968%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( '66e922460c18c95925ac4b716cf5789c3321b193' => array ( 0 => '/home/zonecode/public_html/project/agrile/admin/templates/default/order_details.tpl', 1 => 1428922479, 2 => 'file', ), ), 'nocache_hash' => '5240138095528313c6624e0-26229968', 'function' => array ( ), 'version' => 'Smarty-3.1.18', 'unifunc' => 'content_5528313caa41a8_09432874', 'variables' => array ( 'admintpl' => 0, ), 'has_nocache_code' => false, ),false); /*/%%SmartyHeaderCode%%*/?> <?php if ($_valid && !is_callable('content_5528313caa41a8_09432874')) {function content_5528313caa41a8_09432874($_smarty_tpl) {?><?php if (!is_callable('smarty_modifier_data')) include '/home/zonecode/public_html/project/agrile/lib/smarty/plugins/modifier.data.php'; if (!is_callable('smarty_modifier_date_format')) include '/home/zonecode/public_html/project/agrile/lib/smarty/plugins/modifier.date_format.php'; ?><?php echo $_smarty_tpl->getSubTemplate (((string)$_smarty_tpl->tpl_vars['admintpl']->value)."header.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?> <?php echo $_smarty_tpl->getSubTemplate (((string)$_smarty_tpl->tpl_vars['admintpl']->value)."sidebar.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?> <!-- Right side column. Contains the navbar and content of the page --> <aside class="right-side"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> Order <small>#<?php echo $_GET['id'];?> </small> </h1> <ol class="breadcrumb"> <li><a href="dashboard.php"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="orders.php">Orders</a></li> <li class="active">Details</li> </ol> </section> <div class="pad margin no-print"> <div class="alert alert-info" style="margin-bottom: 0!important;"> <i class="fa fa-info"></i> <b>Note:</b> This page has been enhanced for printing. Click the print button at the bottom of the invoice to test. </div> </div> <!-- Main content --> <section class="content invoice"> <!-- title row --> <div class="row"> <div class="col-xs-12"> <h2 class="page-header"> <i class="fa fa-globe"></i> <?php echo smarty_modifier_data('settings','label','company','value');?> . <small class="pull-right">Date: <?php echo smarty_modifier_date_format(smarty_modifier_data('orders','id',$_GET['id'],'indate'));?> </small> </h2> </div><!-- /.col --> </div> <!-- info row --> <div class="row invoice-info"> <div class="col-sm-4 invoice-col"> From <address> <strong><?php echo smarty_modifier_data('settings','label','company_name','value');?> </strong><br> <?php echo smarty_modifier_data('settings','label','company_details','value');?> </address> </div><!-- /.col --> <div class="col-sm-4 invoice-col"> To <address> <strong><?php ob_start();?><?php echo smarty_modifier_data('orders','id',$_GET['id'],'user_id');?> <?php $_tmp1=ob_get_clean();?><?php echo smarty_modifier_data('customers','id',$_tmp1,'fname');?> <?php ob_start();?><?php echo smarty_modifier_data('orders','id',$_GET['id'],'user_id');?> <?php $_tmp2=ob_get_clean();?><?php echo smarty_modifier_data('customers','id',$_tmp2,'lname');?> </strong><br> <?php ob_start();?><?php echo smarty_modifier_data('orders','id',$_GET['id'],'user_id');?> <?php $_tmp3=ob_get_clean();?><?php echo smarty_modifier_data('customers','id',$_tmp3,'address');?> <br> <?php ob_start();?><?php echo smarty_modifier_data('orders','id',$_GET['id'],'user_id');?> <?php $_tmp4=ob_get_clean();?><?php echo smarty_modifier_data('customers','id',$_tmp4,'city');?> , <?php ob_start();?><?php echo smarty_modifier_data('orders','id',$_GET['id'],'user_id');?> <?php $_tmp5=ob_get_clean();?><?php echo smarty_modifier_data('customers','id',$_tmp5,'zip');?> <br> Phone: <?php ob_start();?><?php echo smarty_modifier_data('orders','id',$_GET['id'],'user_id');?> <?php $_tmp6=ob_get_clean();?><?php echo smarty_modifier_data('customers','id',$_tmp6,'phone');?> <br/> Email: <?php ob_start();?><?php echo smarty_modifier_data('orders','id',$_GET['id'],'user_id');?> <?php $_tmp7=ob_get_clean();?><?php echo smarty_modifier_data('customers','id',$_tmp7,'email');?> </address> </div><!-- /.col --> <div class="col-sm-4 invoice-col"> <b>Order ID:</b> #<?php echo $_GET['id'];?> <br/> <b>Order Date:</b> <?php echo smarty_modifier_date_format(smarty_modifier_data('orders','id',$_GET['id'],'indate'));?> <br/> <b>Account:</b> #<?php echo smarty_modifier_data('orders','id',$_GET['id'],'user_id');?> </div><!-- /.col --> </div><!-- /.row --> <!-- Table row --> <div class="row"> <div class="col-xs-12 table-responsive"> <table class="table table-striped"> <thead> <tr> <th>Qty</th> <th>Product</th> <th>Serial #</th> <th>Description</th> <th>Subtotal</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Call of Duty</td> <td>455-981-221</td> <td>El snort testosterone trophy driving gloves handsome</td> <td>$64.50</td> </tr> <tr> <td>1</td> <td>Need for Speed IV</td> <td>247-925-726</td> <td>Wes Anderson umami biodiesel</td> <td>$50.00</td> </tr> <tr> <td>1</td> <td>Monsters DVD</td> <td>735-845-642</td> <td>Terry Richardson helvetica tousled street art master</td> <td>$10.70</td> </tr> <tr> <td>1</td> <td>Grown Ups Blue Ray</td> <td>422-568-642</td> <td>Tousled lomo letterpress</td> <td>$25.99</td> </tr> </tbody> </table> </div><!-- /.col --> </div><!-- /.row --> <div class="row"> <!-- accepted payments column --> <div class="col-xs-6"> <p class="lead">Payment Methods:</p> <img src="../../img/credit/visa.png" alt="Visa"/> <img src="../../img/credit/mastercard.png" alt="Mastercard"/> <img src="../../img/credit/american-express.png" alt="American Express"/> <img src="../../img/credit/paypal2.png" alt="Paypal"/> <p class="text-muted well well-sm no-shadow" style="margin-top: 10px;"> Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles, weebly ning heekya handango imeem plugg dopplr jibjab, movity jajah plickers sifteo edmodo ifttt zimbra. </p> </div><!-- /.col --> <div class="col-xs-6"> <p class="lead">Amount Due 2/22/2014</p> <div class="table-responsive"> <table class="table"> <tr> <th style="width:50%">Subtotal:</th> <td>$250.30</td> </tr> <tr> <th>Tax (9.3%)</th> <td>$10.34</td> </tr> <tr> <th>Shipping:</th> <td>$5.80</td> </tr> <tr> <th>Total:</th> <td>$265.24</td> </tr> </table> </div> </div><!-- /.col --> </div><!-- /.row --> <!-- this row will not appear when printing --> <div class="row no-print"> <div class="col-xs-12"> <button class="btn btn-default" onclick="window.print();"><i class="fa fa-print"></i> Print</button> <button class="btn btn-success pull-right"><i class="fa fa-credit-card"></i> Submit Payment</button> <button class="btn btn-primary pull-right" style="margin-right: 5px;"><i class="fa fa-download"></i> Generate PDF</button> </div> </div> </section><!-- /.content --> </aside><!-- /.right-side --> <?php echo $_smarty_tpl->getSubTemplate (((string)$_smarty_tpl->tpl_vars['admintpl']->value)."footer.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?> <?php }} ?>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel