www
/
wwwroot
/
magazinmiorita.be
/
templates
/
default
➕ New
📤 Upload
✎ Editing:
order_recived.tpl
← Back
{include file="header.tpl"} <div class="breadcrumbs no-margin"> <div class="container"> <div class="row"> <div class="col-xs-12"> <nav> <ol class="breadcrumb"> <li><a href="{$virtualurl}">Pagina de start</a></li> <li><a href="{$virtualurl}produse-romanesti">Produse</a></li> <li><a href="{$virtualurl}procesare-plata">Procesare Plata</a></li> <li class="active">Plata Receptionata</li> </ol> </nav> </div> </div> </div> </div> <div class="woocommerce push-down-30"> <div class="container" style="min-height:500px"> {if $message} <div class="woocommerce" style="margin:15px"> <div class="col-xs-12"> <p class="woocommerce-info">{$message}</p> </div> </div> {/if} {if $ok eq 'yes'} <h3><span class="light">Comanda</span> Efectuata</h3> <hr> <p>Multumim! Comanda dvs. a fost efectuata cu success.</p> {foreach from=$order item=ord} <ul class="order_details"> <li class="order"> Comanda nr.: <strong>#{$ord.id}</strong> </li> <li class="date"> Data: <strong>{$ord.indate|date_format}</strong> </li> <li class="total"> Total: <strong><span class="amount">{$ord.amount}</span></strong> </li> <li class="method"> Metoda de plata: <strong>{$ord.gateway}</strong> </li> </ul> <br> {if $ord.gateway eq 'PayPal'} <p>{'settings'|data:'label':'paypal_instructions':'value'}</p> {else $ord.gateway eq 'Bank Transfer'} <h2><span class="light">Informatii</span> livrare</h2> <p>{'settings'|data:'label':'bank_instructions':'value'}</p> {/if} <h2><span class="light">Detalii</span> despre plata</h2> <table class="shop_table push-down-30"> <thead> <tr> <th class="product-name">Produs</th> <th class="product-total">Total</th> </tr> </thead> <tfoot> <tr class="cart-subtotal"> <th>Subtotal</th> <td><span class="amount">{$chsubtotal}</span></td> </tr> <tr class="shipping"> <th>Taxe ({'settings'|data:'label':'tax':'value'}%)</th> <td>{$tax}</td> </tr> <tr class="total"> <th><strong>Livrare</strong></th> <td> <strong><span class="amount">{$shipp}</span></strong> </td> </tr> <tr class="total"> <th><strong>Total</strong></th> <td> <strong><span class="amount">{$ord_chtotal}</span></strong> </td> </tr> </tfoot> <tbody> {foreach from=$ord.history item=prod} <tr class="checkout_table_item"> <td class="product-name">{'products'|data:'id':$prod.item_id:'name'} <strong class="product-quantity">x {$prod.qt}</strong><br> <strong>Weight:</strong> {$prod.weight}{$prod.type}</td> <td class="product-total"><span class="amount">{$prod.amount|price_format}</span></td> </tr> {/foreach} </tbody> </table> <header class="title"> <h3><span class="light">Customer</span> details</h3> </header> <dl class="customer_details"> <dt>First Name:</dt> <dd>{'customers'|data:'id':$ord.user_id:'fname'}</dd> <dt>Last Name:</dt> <dd>{'customers'|data:'id':$ord.user_id:'lname'}</dd> <dt>Email:</dt> <dd>{'customers'|data:'id':$ord.user_id:'email'} </dd> <dt>Phone:</dt> <dd>{'customers'|data:'id':$ord.user_id:'phone'}</dd> </dl> <div class="row"> <div class="col-xs-12 col-sm-6"> <header class="title"> <h3><span class="light">Adresa</span> de resedinta</h3> </header> <address> <p> {'customers'|data:'id':$ord.user_id:'address'}, {'customers'|data:'id':$ord.user_id:'zip'} {'customers'|data:'id':$ord.user_id:'city'} </p> </address> </div> <div class="col-xs-12 col-sm-6"> <header class="title"> <h3><span class="light">Adresa</span> de livrare</h3> </header> <address> <p> {if 'customers'|data:'id':$ord.user_id:'ship_address' eq ''} {'customers'|data:'id':$ord.user_id:'address'} {else} {'customers'|data:'id':$ord.user_id:'ship_address'}{/if}, {if 'customers'|data:'id':$ord.user_id:'ship_zip' eq ''} {'customers'|data:'id':$ord.user_id:'zip'} {else} {'customers'|data:'id':$ord.user_id:'ship_zip'}{/if} {if 'customers'|data:'id':$ord.user_id:'ship_city' eq ''} {'customers'|data:'id':$ord.user_id:'city'} {else} {'customers'|data:'id':$ord.user_id:'ship_city'}{/if} </p> </address> </div> </div> {/foreach} <hr class="divider"> {/if} </div> </div> {include file="footer.tpl"}
💾 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