first commit
This commit is contained in:
@@ -0,0 +1,384 @@
|
||||
<div id="st_application-order_summary" class="st_application" >
|
||||
<div id="st_application-order_summary-header">
|
||||
<h1 class="st_title">
|
||||
{__ text="Potwierdź zamówienie"}
|
||||
</h1>
|
||||
<p>
|
||||
{__ text="Zweryfikuj poprawność informacji zawartych w zamówieniu."}
|
||||
</p>
|
||||
<br class="st_clear_all" />
|
||||
</div>
|
||||
<div class="st_content">
|
||||
|
||||
{$form_start}
|
||||
{foreach key=row item=name from=$biling_values}
|
||||
{$name.billing_name}
|
||||
{/foreach}
|
||||
{foreach key=row item=name from=$delivery_values}
|
||||
{$name.delivery_name}
|
||||
{/foreach}
|
||||
{$different_delivery}
|
||||
{$create_account}
|
||||
{$password1}
|
||||
{$password2}
|
||||
{$user_data_billing_id}
|
||||
{$user_data_delivery_id}
|
||||
{$description}
|
||||
{$delivery_date}
|
||||
{$delivery_time}
|
||||
<div class="st_align-left" id="st_order-back_button">
|
||||
<div class="st_button-left">
|
||||
{$order_correction_submit}
|
||||
</div>
|
||||
</div>
|
||||
<div class="st_button st_align-right" id="st_order-confirm_button">
|
||||
<div class="st_button-left">
|
||||
{$order_submit}
|
||||
</div>
|
||||
</div>
|
||||
<br class="st_clear_all" />
|
||||
</form>
|
||||
|
||||
{if $create_account_value==1}
|
||||
|
||||
<div class="st_order-order_sumary-box">
|
||||
<h2 class="st_order_summary_h2">
|
||||
{__ text="Konto użytkownika"}
|
||||
</h2> <br>
|
||||
<p style="text-align:center;">{__ text="W czasie składania zamówienia zostanie utworzone konto użytkownika, dane dostępowe do konta zostaną wysłane na adres:"}</p>
|
||||
<p style="text-align:center; font-size:14px;"><b>{$user_data_billing_email}</b></p>
|
||||
<p style="text-align:center;">{__ text="Aby móc zalogować się do sklepu, niezbędne będzie potwierdzenie danych zawartych w mailu z zamówieniem."}</p>
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
<div class="st_order-order_sumary-box">
|
||||
|
||||
<h2 class="st_order_summary_h2">
|
||||
{__ text="Dane klienta"}
|
||||
</h2>
|
||||
<br class="st_clear_all"/>
|
||||
<div id="st_order-order_summary-user_data-background">
|
||||
<div class="st_order-order_sumary-user_data st_align-left">
|
||||
<h3>
|
||||
{__ text="Dane bilingowe"}
|
||||
</h3>
|
||||
<address>
|
||||
{if isset($user_data_billing_company)}
|
||||
<p>
|
||||
{$user_data_billing_company}
|
||||
</p>
|
||||
{/if}
|
||||
<p>
|
||||
<span class="st_order-order-summary-address-name">
|
||||
{$user_data_billing_full_name}
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_billing_address}
|
||||
</span>
|
||||
<br>
|
||||
|
||||
{if $user_data_billing_address_more!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_billing_address_more}
|
||||
</span>
|
||||
<br>
|
||||
{/if}
|
||||
|
||||
{if $user_data_billing_region!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_billing_region}
|
||||
</span>
|
||||
<br>
|
||||
{/if}
|
||||
|
||||
<span class="st_order-order-summary-address-code">
|
||||
{$user_data_billing_code}
|
||||
</span>
|
||||
<span class="st_order-order-summary-address-town">
|
||||
{$user_data_billing_town}
|
||||
</span>
|
||||
<span class="st_order-order-summary-address-country">
|
||||
{$user_data_billing_country}
|
||||
</span>
|
||||
{if $user_data_billing_pesel!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
<br> {__ text="PESEL"} {$user_data_billing_pesel}
|
||||
</span>
|
||||
{/if}
|
||||
</p>
|
||||
<p>
|
||||
{$user_data_billing_phone}
|
||||
</p>
|
||||
{if isset($user_data_billing_vat_number)}
|
||||
<p>
|
||||
{__ text="NIP"} {$user_data_billing_vat_number}
|
||||
</p>
|
||||
{/if}
|
||||
</address>
|
||||
</div>
|
||||
<div class="st_order-order_sumary-user_data st_align-right">
|
||||
<h3>
|
||||
{__ text="Dane dostawy"}
|
||||
</h3>
|
||||
<address>
|
||||
{if isset($user_data_delivery_company)}
|
||||
<p>
|
||||
{$user_data_delivery_company}
|
||||
</p>
|
||||
{/if}
|
||||
<p>
|
||||
<span class="st_order-order-summary-address-name">
|
||||
{$user_data_delivery_full_name}
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_delivery_address}
|
||||
</span>
|
||||
<br>
|
||||
|
||||
{if $user_data_delivery_address_more!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_delivery_address_more}
|
||||
</span>
|
||||
<br>
|
||||
{/if}
|
||||
|
||||
{if $user_data_delivery_region!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_delivery_region}
|
||||
</span>
|
||||
<br>
|
||||
{/if}
|
||||
|
||||
<span class="st_order-order-summary-address-code">
|
||||
{$user_data_delivery_code}
|
||||
</span>
|
||||
<span class="st_order-order-summary-address-town">
|
||||
{$user_data_delivery_town}
|
||||
</span>
|
||||
<span class="st_order-order-summary-address-country">
|
||||
{$user_data_delivery_country}
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
{$user_data_delivery_phone}
|
||||
</p>
|
||||
</address>
|
||||
</div>
|
||||
<br class="st_clear_all" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="st_order-order_sumary-box">
|
||||
<h2>
|
||||
{__ text="Zawartość"}
|
||||
</h2>
|
||||
<br class="st_clear_all"/>
|
||||
<table cellspacing="0" class="st_tabular-list" id="st_record_list-order">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="st_order-order_summary_table_id">
|
||||
{__ text="Kod"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Nazwa"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Netto"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="VAT"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Brutto"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Ilość"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="J.m."}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Suma"}
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach key=row item=product from=$results}
|
||||
<tr>
|
||||
<td class="st_order-order_summary_table_id">
|
||||
{$product.code}
|
||||
</td>
|
||||
<td>
|
||||
{if isset($product_name)}
|
||||
{$product.product_name}
|
||||
{else}
|
||||
{if isset($product.validate)}
|
||||
{$product.name_show}
|
||||
{else}
|
||||
{$product.name}
|
||||
{/if}
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
{$product.price}
|
||||
</td>
|
||||
<td>
|
||||
{$product.vat} %
|
||||
</td>
|
||||
<td>
|
||||
{$product.price_brutto}
|
||||
</td>
|
||||
<td>
|
||||
{$product.quantity}
|
||||
</td>
|
||||
<td>
|
||||
{$product.uom}
|
||||
</td>
|
||||
<td>
|
||||
{$product.total_amount}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
<br class="st_clear_all"/>
|
||||
</div>
|
||||
<div class="st_order-order_sumary-box">
|
||||
<h2>
|
||||
{__ text="Dane dodatkowe"}
|
||||
</h2>
|
||||
<br class="st_clear_all"/>
|
||||
<ul>
|
||||
<li class="st_order-order_sumary-sumary_box_left" id="st_order-order_summary-delivery">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_cost">
|
||||
{__ text="Płatność"}:
|
||||
</span>
|
||||
{$payment_name}
|
||||
<br/>
|
||||
{$payment_info}
|
||||
<br/>
|
||||
</li>
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_delivery">
|
||||
{__ text="Dostawa"}:
|
||||
</span>
|
||||
{$delivery_name}
|
||||
</li>
|
||||
{if $delivery_date_value != " "}
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_delivery">
|
||||
{__ text="Termin dostawy"}:
|
||||
</span>
|
||||
{$delivery_date_value}
|
||||
</li>
|
||||
{/if}
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_cost">
|
||||
{__ text="Koszt"}:
|
||||
</span>
|
||||
{$order_cost}
|
||||
</li>
|
||||
</ul>
|
||||
<br class="st_clear_all"/>
|
||||
</li>
|
||||
<li class="st_order-order_sumary-sumary_box_left" id="st_order-order_summary-total_amount">
|
||||
<ul>
|
||||
{if $paid}
|
||||
<li>
|
||||
<span class="st_order_summary_data" style="width: 195px">
|
||||
{__ text="Łączny koszt"}:
|
||||
</span>
|
||||
{$order_total_amount}
|
||||
</li>
|
||||
<li>
|
||||
<span class="st_order_summary_data" style="width: 195px">
|
||||
{__ text="Zapłacono"}:
|
||||
</span>
|
||||
{$paid}
|
||||
</li>
|
||||
{/if}
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_sum">
|
||||
{__ text="Razem do zapłaty"}:
|
||||
</span>
|
||||
<strong class="st_order-strong">
|
||||
{$final_total_amount}
|
||||
</strong>
|
||||
</li>
|
||||
|
||||
{if $user_data_billing_invoice==1}
|
||||
<li>
|
||||
<span class="st_order_summary_data" >
|
||||
{__ text="Chcę otrzymać fakturę VAT"}
|
||||
</span>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
{if $user_data_billing_newsletter==1}
|
||||
<li>
|
||||
<span class="st_order_summary_data" >
|
||||
{__ text="Zapisz mnie na newsletter"}
|
||||
</span>
|
||||
</li>
|
||||
{/if}
|
||||
|
||||
</ul>
|
||||
<br class="st_clear_all"/>
|
||||
</li>
|
||||
</ul>
|
||||
<br class="st_clear_all"/>
|
||||
</div>
|
||||
|
||||
<br class="st_clear_all"/>
|
||||
|
||||
|
||||
{if $description_value!=""}
|
||||
<div class="st_order-order_sumary-box">
|
||||
<h2>
|
||||
{__ text="Uwagi do zamówienia"}
|
||||
</h2>
|
||||
<br class="st_clear_all"/>
|
||||
<div>
|
||||
{$comment}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<br class="st_clear_all"/>
|
||||
{$form_start}
|
||||
{foreach key=row item=name from=$biling_values}
|
||||
{$name.billing_name}
|
||||
{/foreach}
|
||||
{foreach key=row item=name from=$delivery_values}
|
||||
{$name.delivery_name}
|
||||
{/foreach}
|
||||
{$different_delivery}
|
||||
{$create_account}
|
||||
{$password1}
|
||||
{$password2}
|
||||
{$user_data_billing_id}
|
||||
{$user_data_delivery_id}
|
||||
{$description}
|
||||
{$delivery_date}
|
||||
{$delivery_time}
|
||||
<div class="st_align-left" id="st_order-back_button">
|
||||
<div class="st_button-left">
|
||||
{$order_correction_submit}
|
||||
</div>
|
||||
</div>
|
||||
<div class="st_button st_align-right" id="st_order-confirm_button">
|
||||
<div class="st_button-left">
|
||||
{$order_submit}
|
||||
</div>
|
||||
</div>
|
||||
<br class="st_clear_all" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,16 @@
|
||||
<div id="st_order-quastion" class="st_component" style="border: none;">
|
||||
<h5 class="st_title">
|
||||
{__ text="Uwagi do zamówienia"}
|
||||
</h5>
|
||||
<div style="margin:5px; padding-top:8px">
|
||||
{$comment}
|
||||
</div>
|
||||
</div>
|
||||
<div id="st_button-user-edit_data_basket" class="st_button-container">
|
||||
<div class="st_button{if $disabled}-disabled{/if} st_align-right">
|
||||
<div class="st_button-left{if $disabled}-disabled{/if}">
|
||||
{$description_submit}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@@ -0,0 +1,62 @@
|
||||
<div class="st_content">
|
||||
|
||||
{if $unconfirmed_orders == 1}
|
||||
|
||||
<h5 class="st_title">
|
||||
{__ text="Niepotwierdzone zamówienia"}
|
||||
</h5>
|
||||
|
||||
{foreach item=order from=$results}
|
||||
{if $order.is_confirmed_orders == 0}
|
||||
|
||||
<div class="st_order-last_order">
|
||||
<div>
|
||||
{$order.link}
|
||||
{$order.is_confirmed}
|
||||
</div>
|
||||
<ul>
|
||||
{foreach item=order_product from=$order.products}
|
||||
<li> - {$order_product.quantity} x {$order_product.name}</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
{/if}
|
||||
|
||||
{if $confirmed_orders == 1}
|
||||
|
||||
<h5 class="st_title">
|
||||
{__ text="Potwierdzone zamówienia"}
|
||||
</h5>
|
||||
|
||||
{foreach item=order from=$results}
|
||||
{if $order.is_confirmed_orders == 1}
|
||||
<div class="st_order-last_order">
|
||||
<div>
|
||||
{$order.link}
|
||||
</div>
|
||||
<ul>
|
||||
{foreach item=order_product from=$order.products}
|
||||
<li> - {$order_product.quantity} x {$order_product.name}</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
{/if}
|
||||
|
||||
{if isset($no_orders)}
|
||||
<p>
|
||||
{__ text="Aktualnie nie posiadasz żadnych zamówień"}
|
||||
</p>
|
||||
{else}
|
||||
<div class="st_button" id="st_button_show_order">
|
||||
<div class="st_button-left">
|
||||
{$check_all}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
@@ -0,0 +1,20 @@
|
||||
<div id="st_application-st_basket-index" class="st_application">
|
||||
<h1 class="st_title" style="height: 50px">
|
||||
<div id="st_user-tag">
|
||||
{$user_panel_icon}
|
||||
</div>
|
||||
{$my_account}
|
||||
<span>/</span>
|
||||
{__ text="Lista zamówień"}
|
||||
</h1>
|
||||
{$user_panel_menu}
|
||||
<div class="st_content" style="padding: 10px 100px">
|
||||
{if isset($pager)}
|
||||
{$pager_results}
|
||||
{else}
|
||||
<p style="text-align: center">
|
||||
{__ text="Aktualnie nie posiadasz żadnych zamówień"}
|
||||
</p>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,95 @@
|
||||
{if $unconfirmed_orders == 1}
|
||||
|
||||
<h5 class="st_title">{__ text="Niepotwierdzone zamówienia"}</h5>
|
||||
<table class="st_tabular-list" cellspacing="0">
|
||||
<colgroup>
|
||||
<col width="120" />
|
||||
<col />
|
||||
<col width="80" />
|
||||
<col width="100" />
|
||||
<col width="80" />
|
||||
<col width="100" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="white-space: nowrap;"><span>{__ text="Numer"}</span></th>
|
||||
<th><span>{__ text="Data złożenia"}</span></th>
|
||||
<th><span>{__ text="Status"}</span></th>
|
||||
<th style="white-space: nowrap;"><span>{__ text="Kwota"}</span></th>
|
||||
<th><span>{__ text="Opłacone"}</span></th>
|
||||
<th><span>{__ text="Potwierdzone"}</span></th>
|
||||
<th><span>{__ text="Recenzja"}</span></th>
|
||||
<th><span>{__ text="Faktury"}</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach key=row item=order from=$results}
|
||||
|
||||
{if $order.is_confirmed_orders == 0}
|
||||
|
||||
<tr>
|
||||
<td>{$order.number}</td>
|
||||
<td>{$order.created_at}</td>
|
||||
<td>{$order.status}</td>
|
||||
<td>{$order.total_amount}</td>
|
||||
<td>{$order.is_paid}</td>
|
||||
<td>{$order.is_confirmed}</td>
|
||||
<td>{$order.review}</td>
|
||||
<td>{$order.invoice}</td>
|
||||
</tr>
|
||||
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
{/if}
|
||||
|
||||
{if $confirmed_orders == 1}
|
||||
|
||||
<h5 class="st_title">{__ text="Potwierdzone zamówienia"}</h5>
|
||||
<table class="st_tabular-list" cellspacing="0">
|
||||
<colgroup>
|
||||
<col width="120" />
|
||||
<col />
|
||||
<col width="80" />
|
||||
<col width="100" />
|
||||
<col width="80" />
|
||||
<col width="100" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="white-space: nowrap;"><span>{__ text="Numer"}</span></th>
|
||||
<th><span>{__ text="Data złożenia"}</span></th>
|
||||
<th><span>{__ text="Status"}</span></th>
|
||||
<th style="white-space: nowrap;"><span>{__ text="Kwota"}</span></th>
|
||||
<th><span>{__ text="Opłacone"}</span></th>
|
||||
<th><span>{__ text="Potwierdzone"}</span></th>
|
||||
<th><span>{__ text="Recenzja"}</span></th>
|
||||
<th><span>{__ text="Faktury"}</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach key=row item=order from=$results}
|
||||
|
||||
{if $order.is_confirmed_orders == 1}
|
||||
|
||||
<tr>
|
||||
<td>{$order.number}</td>
|
||||
<td>{$order.created_at}</td>
|
||||
<td>{$order.status}</td>
|
||||
<td>{$order.total_amount}</td>
|
||||
<td>{$order.is_paid}</td>
|
||||
<td>{$order.is_confirmed}</td>
|
||||
<td>{$order.review}</td>
|
||||
<td>{$order.invoice}</td>
|
||||
</tr>
|
||||
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
{/if}
|
||||
@@ -0,0 +1,15 @@
|
||||
<div id="st_application-order_save" class="st_application" >
|
||||
<h1 class="st_title">
|
||||
{__ text="Wystąpił problem podczas składania zamówienia"}
|
||||
</h1>
|
||||
<div class="st_content">
|
||||
<ul>
|
||||
{foreach item=error from=$errors}
|
||||
<li>{$error}</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
<div class="st_button">
|
||||
<div class="st_button-left"><a href="{$return_url}">{__ text="Wróć do koszyka"}</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,213 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body style="background-color:#fff; font-family:Helvetica,Verdana,Arial,sans-serif; line-height:18px; font-size:1em;"><div style="margin: 0px auto; background-color:#fff;"><br><div style="width:700px; margin:0px auto;"><div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_top.png?version=1); height:30px"></div>
|
||||
|
||||
<div style="background-color:#fff; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
|
||||
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
|
||||
{$user_head}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="min-height:400px; padding:0px 25px 0px 25px; text-align:justify; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
|
||||
|
||||
|
||||
<div style="float:left;font-size:18px;color:#576278;">
|
||||
{__ text="Zamówienie numer"}: {$number}
|
||||
</div>
|
||||
|
||||
<div style="float:right; font-size:12px; color:#576278;">
|
||||
{__ text="Data złożenia zamówienia"}: <span style="color:#404040;">{$created_at}<span>
|
||||
</div>
|
||||
<br style="clear:both;"/>
|
||||
|
||||
<div style="margin:10px 0px 7px 0px">
|
||||
|
||||
<span style="font-size:12px; color:#576278;">{__ text="Użytkownik"}: </span><br>
|
||||
<span style="font-size:12px;color:#404040; font-weight:bold;">{$username}</span><br>
|
||||
|
||||
<div style="height:20px;font-size:12px;color:#576278;">
|
||||
{$user_link}
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div style="float:left; width:300px;">
|
||||
<span style="font-size:12px; color:#576278;">{__ text="Dane bilingowe"}:</span>
|
||||
<br>
|
||||
|
||||
{if $billing_company != ""}
|
||||
<span style="font-size:12px;color:#404040;">{$billing_company}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $vat_nr != ""}
|
||||
<span style="font-size:12px;color:#404040;">{__ text="NIP"}: {$vat_nr}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $billing_full_name != ""}
|
||||
<span style="font-size:14px;color:#404040; font-weight:bold">{$billing_full_name}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$billing_address}</span><br>
|
||||
|
||||
{if $billing_address_more != ""}
|
||||
<span style="font-size:12px;color:#404040">{$billing_address_more}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $billing_region != ""}
|
||||
<span style="font-size:12px;color:#404040">{$billing_region}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$billing_code_town}</span><br>
|
||||
|
||||
{if $billing_country != ""}
|
||||
<span style="font-size:12px;color:#404040">{$billing_country}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $billing_pesel != ""}
|
||||
<span style="font-size:12px;color:#404040">{__ text="PESEL"}: {$billing_pesel}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$billing_full_phone}</span>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div style="float:left; padding-left:30px; width:300px;">
|
||||
<span style="font-size:12px; color:#576278;">{__ text="Dane dostawy"}:</span>
|
||||
<br>
|
||||
|
||||
{if $delivery_company != ""}
|
||||
<span style="font-size:12px;color:#404040;">{$delivery_company}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $delivery_full_name != ""}
|
||||
<span style="font-size:14px;color:#404040; font-weight:bold">{$delivery_full_name}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$delivery_address}</span><br>
|
||||
|
||||
{if $delivery_address_more != ""}
|
||||
<span style="font-size:12px;color:#404040">{$delivery_address_more}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $delivery_region != ""}
|
||||
<span style="font-size:12px;color:#404040">{$delivery_region}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$delivery_code_town}</span><br>
|
||||
|
||||
{if $delivery_country != ""}
|
||||
<span style="font-size:12px;color:#404040">{$delivery_country}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$delivery_full_phone}</span>
|
||||
</div>
|
||||
<br style="clear:both">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</br>
|
||||
<div>
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="650">
|
||||
<thead>
|
||||
<tr style="background:url(http://{$host}/images/frontend/theme/default/mail/tabular-list-th.gif) top left repeat-x;">
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Kod"}
|
||||
</td>
|
||||
<td style="width:200px; height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Nazwa"}
|
||||
</td>
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Netto"}
|
||||
</td>
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="VAT"}
|
||||
</td>
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Brutto"}
|
||||
</td>
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Sztuk"}
|
||||
</td>
|
||||
<td style="height:20px; min-width:60px ;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Kwota"}
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach key=row item=product from=$results}
|
||||
<tr>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.code}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.name}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.netto}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.vat} %
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.brutto}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.quantity}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.total_amount}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="float:right;font-size:12px;color:#576278;text-align:right;margin-right:30px;">
|
||||
{if $paid}
|
||||
{__ text="Razem"}<br><span style="color:#404040;">{$total_amount}</span><br>
|
||||
{__ text="Zapłacono"}<br><span style="color:#404040;">{$paid}</span><br>
|
||||
{/if}
|
||||
{__ text="Łączna kwota do zapłaty"}<br> <span style="color:#000; font-size:14px"><b>{$final_total_amount}</b></span>
|
||||
</div>
|
||||
|
||||
<div style="float:left; font-size:12px;color:#576278;">
|
||||
</br>
|
||||
{__ text="Płatność"}: <span style="color:#404040;">{$payment_name}</span><br>
|
||||
</br>
|
||||
{__ text="Dostawy"}: <span style="color:#404040;">{$delivery_name}</span><br>
|
||||
{if $delivery_date != ""}
|
||||
{__ text="Termin dostawy"}: <span style="color:#404040;">{$delivery_date}</span><br>
|
||||
{/if}
|
||||
{__ text="Koszt"}: <span style="color:#404040;">{$delivery_cost}</span>
|
||||
</div>
|
||||
<br style="clear:both">
|
||||
|
||||
{if $comment != ""}
|
||||
|
||||
<div style="float:left; font-size:12px;color:#576278;">
|
||||
{__ text="Uwagi do zamówienia"}:
|
||||
<span style="color:#404040;">{$comment}</span><br>
|
||||
</div>
|
||||
<br style="clear:both">
|
||||
|
||||
{/if}
|
||||
|
||||
<div style="height:20px;font-size:12px;color:#576278;">
|
||||
{$order_link}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="background-color:#ECECEE; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
|
||||
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
|
||||
{$user_foot}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_bottom.png?version=1); height:30px"></div></div></div></body></html>
|
||||
@@ -0,0 +1,57 @@
|
||||
{__ text="Data złożenia zamówienia"}: {$created_at}
|
||||
{__ text="Zamówienie numer"}: {$number}
|
||||
{__ text="Użytkownik"}: {$username}
|
||||
{$user_link}
|
||||
|
||||
{__ text="Dane bilingowe"}:
|
||||
{if $billing_company != ""}{$billing_company}{/if}
|
||||
|
||||
{if $vat_nr != ""}{__ text="NIP"}: {$vat_nr}{/if}
|
||||
|
||||
{if $billing_full_name != ""}{$billing_full_name}{/if}
|
||||
|
||||
{$billing_address}
|
||||
|
||||
{if $billing_address_more != ""}{$billing_address_more}{/if}
|
||||
|
||||
{if $billing_address_region != ""}{$billing_address_region}{/if}
|
||||
|
||||
{$billing_code_town}
|
||||
{$billing_full_phone}
|
||||
|
||||
{__ text="Dane dostawy"}:
|
||||
|
||||
{if $delivery_company != ""}{$delivery_company}{/if}
|
||||
|
||||
{if $delivery_full_name != ""}{$delivery_full_name}{/if}
|
||||
|
||||
{$delivery_address}
|
||||
|
||||
{if $delivery_address_more != ""}{$delivery_address_more}{/if}
|
||||
|
||||
{if $delivery_address_region != ""}{$delivery_address_region}{/if}
|
||||
|
||||
{$delivery_code_town}
|
||||
{$delivery_full_phone}
|
||||
|
||||
{__ text="Lista zamówienia"}:
|
||||
|
||||
{foreach key=row item=product from=$results}
|
||||
{__ text="Kod"}: {$product.code}
|
||||
{__ text="Nazwa"}: {$product.name}
|
||||
{__ text="Netto"}: {$product.netto}
|
||||
{__ text="VAT"}: {$product.vat}
|
||||
{__ text="Brutto"}: {$product.brutto}
|
||||
{__ text="Sztuk"}: {$product.quantity}
|
||||
{__ text="Kwota"}: {$product.front_symbol} {$product.total_amount} {$product.back_symbol}
|
||||
{/foreach}
|
||||
|
||||
{if $paid}
|
||||
{__ text="Razem"}: {$total_amount}
|
||||
{__ text="Zapłacono"}: {$paid}
|
||||
{/if}
|
||||
|
||||
{__ text="Łączna kwota do zapłaty"}: {$final_total_amount}
|
||||
{__ text="Płatność"}: {$payment_name}
|
||||
{__ text="Dostawy"}: {$delivery_name}
|
||||
{__ text="Koszt"}: {$delivery_cost}
|
||||
@@ -0,0 +1,226 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
</head>
|
||||
<body style="background-color:#fff; font-family:Helvetica,Verdana,Arial,sans-serif; line-height:18px; font-size:1em;"><div style="margin: 0px auto; background-color:#fff;"><br><div style="width:700px; margin:0px auto;"><div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_top.png?version=1); height:30px"></div>
|
||||
|
||||
<div style="background-color:#fff; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
|
||||
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
|
||||
{$user_head}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="min-height:400px; padding:0px 25px 0px 25px; text-align:justify; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
|
||||
|
||||
<div style="float:left;font-size:18px;color:#576278;">
|
||||
{__ text="Zamówienie numer"}: {$number}
|
||||
</div>
|
||||
|
||||
<div style="float:right; font-size:12px; color:#576278;">
|
||||
{__ text="Data złożenia zamówienia"}: <span style="color:#404040;">{$created_at}<span>
|
||||
</div>
|
||||
<br style="clear:both;"/>
|
||||
|
||||
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
|
||||
{$user_content_head}
|
||||
</div>
|
||||
|
||||
|
||||
<div style="margin:10px 0px 7px 0px">
|
||||
|
||||
{if $create_account == 1}
|
||||
<span style="font-size:12px; color:#576278;">{__ text="Dane dostępowe do konta"}:</span><br>
|
||||
<span style="font-size:12px;color:#576278;">{__ text="Login"}: </span><span style="font-size:12px;color:#404040; font-weight:bold;">{$username}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $create_account == 0}
|
||||
<span style="font-size:12px; color:#576278;">{__ text="Użytkownik"}: </span><br>
|
||||
<span style="font-size:12px;color:#404040; font-weight:bold;">{$username}</span><br><br>
|
||||
{/if}
|
||||
|
||||
<div style="float:left; width:300px;">
|
||||
<span style="font-size:12px; color:#576278;">{__ text="Dane bilingowe"}:</span>
|
||||
<br>
|
||||
{if $billing_company != ""}
|
||||
<span style="font-size:12px;color:#404040;">{$billing_company}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $vat_nr != ""}
|
||||
<span style="font-size:12px;color:#404040;">{__ text="NIP"}: {$vat_nr}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $billing_full_name != ""}
|
||||
<span style="font-size:14px;color:#404040; font-weight:bold">{$billing_full_name}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$billing_address}</span><br>
|
||||
|
||||
{if $billing_address_more != ""}
|
||||
<span style="font-size:12px;color:#404040">{$billing_address_more}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $billing_region != ""}
|
||||
<span style="font-size:12px;color:#404040">{$billing_region}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$billing_code_town}</span><br>
|
||||
|
||||
{if $billing_country != ""}
|
||||
<span style="font-size:12px;color:#404040">{$billing_country}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $billing_pesel != ""}
|
||||
<span style="font-size:12px;color:#404040">{__ text="PESEL"}: {$billing_pesel}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$billing_full_phone}</span><br>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="float:left; padding-left:30px; width:300px;">
|
||||
<span style="font-size:12px; color:#576278;">{__ text="Dane dostawy"}:</span>
|
||||
<br>
|
||||
{if $delivery_company != ""}
|
||||
<span style="font-size:12px;color:#404040;">{$delivery_company}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $delivery_full_name != ""}
|
||||
<span style="font-size:14px;color:#404040; font-weight:bold">{$delivery_full_name}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$delivery_address}</span><br>
|
||||
|
||||
{if $delivery_address_more != ""}
|
||||
<span style="font-size:12px;color:#404040">{$delivery_address_more}</span><br>
|
||||
{/if}
|
||||
|
||||
{if $delivery_region != ""}
|
||||
<span style="font-size:12px;color:#404040">{$delivery_region}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$delivery_code_town}</span><br>
|
||||
|
||||
{if $delivery_country != ""}
|
||||
<span style="font-size:12px;color:#404040">{$delivery_country}</span><br>
|
||||
{/if}
|
||||
|
||||
<span style="font-size:12px;color:#404040">{$delivery_full_phone}</span><br>
|
||||
</div>
|
||||
<br style="clear:both">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</br>
|
||||
<div>
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="650">
|
||||
<thead>
|
||||
<tr style="background:url(http://{$host}/images/frontend/theme/default/mail/tabular-list-th.gif) top left repeat-x;">
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Kod"}
|
||||
</td>
|
||||
<td style="width:200px;height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Nazwa"}
|
||||
</td>
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Netto"}
|
||||
</td>
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="VAT"}
|
||||
</td>
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Brutto"}
|
||||
</td>
|
||||
<td style="height:20px;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Sztuk"}
|
||||
</td>
|
||||
<td style="height:20px; min-width:60px ;font-size:12px;color:#576278;" align="center">
|
||||
{__ text="Kwota"}
|
||||
</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach key=row item=product from=$results}
|
||||
<tr>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.code}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.name}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.netto}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.vat} %
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.brutto}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.quantity}
|
||||
</td>
|
||||
<td style="font-size:12px;color:#404040;padding:12px 0px;border-bottom:1px solid #efefef;" align="center">
|
||||
{$product.total_amount}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="float:right;font-size:12px;color:#576278;text-align:right;margin-right:30px;">
|
||||
{if $paid}
|
||||
{__ text="Razem"}<br><span style="color:#404040;">{$total_amount}</span><br>
|
||||
{__ text="Zapłacono"}<br><span style="color:#404040;">{$paid}</span><br>
|
||||
{/if}
|
||||
{__ text="Łączna kwota do zapłaty"}<br> <span style="color:#000; font-size:14px"><b>{$final_total_amount}</b></span>
|
||||
</div>
|
||||
|
||||
<div style="float:left; font-size:12px;color:#576278;">
|
||||
</br>
|
||||
{__ text="Płatność"}: <span style="color:#404040;">{$payment_name}</span><br>
|
||||
</br>
|
||||
{__ text="Dostawy"}: <span style="color:#404040;">{$delivery_name}</span><br>
|
||||
{if $delivery_date != ""}
|
||||
{__ text="Termin dostawy"}: <span style="color:#404040;">{$delivery_date}</span><br>
|
||||
{/if}
|
||||
{__ text="Koszt"}: <span style="color:#404040;">{$delivery_cost}</span>
|
||||
</div>
|
||||
<br style="clear:both">
|
||||
|
||||
{if $comment != ""}
|
||||
|
||||
<div style="float:left; font-size:12px;color:#576278;">
|
||||
{__ text="Uwagi do zamówienia"}:
|
||||
<span style="color:#404040;">{$comment}</span><br>
|
||||
</div>
|
||||
<br style="clear:both">
|
||||
|
||||
{/if}
|
||||
|
||||
<br>
|
||||
<div style="font-size:12px;">
|
||||
{$order_submit}
|
||||
</div>
|
||||
|
||||
<div style="font-size:12px;color:red;">
|
||||
{$order_submit_text}
|
||||
</div>
|
||||
|
||||
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
|
||||
{$user_content_foot}
|
||||
</div>
|
||||
|
||||
{$trusted_shop_rating}
|
||||
|
||||
</div>
|
||||
|
||||
<div style="background-color:#ECECEE; padding:0px 25px 0px 25px; border-left:1px solid #d0d2d8; border-right:1px solid #d0d2d8;">
|
||||
<div style="font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px; font-size:10px;">
|
||||
{$user_foot}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="background:url(http://{$host}/images/frontend/theme/default/mail/frame_mail_bottom.png?version=1); height:30px"></div></div></div></body></html>
|
||||
@@ -0,0 +1,67 @@
|
||||
{__ text="Data złożenia zamówienia"}: {$created_at}
|
||||
{__ text="Zamówienie numer"}: {$number}
|
||||
|
||||
{if $create_account == 1}{__ text="Dane dostępowe do konta"}:
|
||||
{__ text="Login"}: {$username}
|
||||
{/if}
|
||||
|
||||
{if $create_account == 0}
|
||||
{__ text="Użytkownik"}: {$username}
|
||||
{/if}
|
||||
|
||||
{__ text="Dane bilingowe"}:
|
||||
|
||||
{if $billing_company != ""}{$billing_company}{/if}
|
||||
|
||||
{if $vat_nr != ""}{__ text="NIP"}: {$vat_nr}{/if}
|
||||
|
||||
{if $billing_full_name != ""}{$billing_full_name}{/if}
|
||||
|
||||
{$billing_address}
|
||||
{if $billing_address_more != ""}{$billing_address_more}{/if}
|
||||
|
||||
{if $billing_address_region != ""}{$billing_address_region}{/if}
|
||||
{$billing_code_town}
|
||||
{$billing_full_phone}
|
||||
|
||||
{__ text="Dane dostawy"}:
|
||||
|
||||
{if $delivery_company != ""}{$delivery_company}{/if}
|
||||
|
||||
{if $delivery_full_name != ""}{$delivery_full_name}{/if}
|
||||
|
||||
{$delivery_address}
|
||||
{if $delivery_address_more != ""}{$delivery_address_more}{/if}
|
||||
|
||||
{if $delivery_address_region != ""}{$delivery_address_region}{/if}
|
||||
|
||||
{$delivery_code_town}
|
||||
{$delivery_full_phone}
|
||||
|
||||
{__ text="Lista zamówienia"}:
|
||||
|
||||
{foreach key=row item=product from=$results}
|
||||
{__ text="Kod"}: {$product.code}
|
||||
{__ text="Nazwa"}: {$product.name}
|
||||
{__ text="Netto"}: {$product.netto}
|
||||
{__ text="VAT"}: {$product.vat} %
|
||||
{__ text="Brutto"}: {$product.brutto}
|
||||
{__ text="Sztuk"}: {$product.quantity}
|
||||
{__ text="Kwota"}: {$product.front_symbol} {$product.total_amount} {$product.back_symbol}
|
||||
{/foreach}
|
||||
|
||||
{if $paid}
|
||||
{__ text="Razem"}: {$total_amount}
|
||||
{__ text="Zapłacono"}: {$paid}
|
||||
{/if}
|
||||
|
||||
{__ text="Łączna kwota do zapłaty"}: {$final_total_amount}
|
||||
{__ text="Płatność"}: {$payment_name}
|
||||
{__ text="Dostawy"}: {$delivery_name}
|
||||
{__ text="Koszt"}: {$delivery_cost}
|
||||
|
||||
{$order_submit}
|
||||
|
||||
{$order_submit_text}
|
||||
|
||||
{$trusted_shops_rating}
|
||||
@@ -0,0 +1,329 @@
|
||||
<div class="st_application">
|
||||
{if isset($user)}
|
||||
<h1 class="st_title" style="height: 50px">
|
||||
<div id="st_user-tag">
|
||||
{$user_panel_icon}
|
||||
</div>
|
||||
{$my_account}
|
||||
<span>/</span>
|
||||
{$order_number}
|
||||
</h1>
|
||||
{$user_panel_menu}
|
||||
|
||||
<div class="st_button" id="st_button_show_all" style="float:left; margin-left:120px;">
|
||||
<div class="st_button-left">
|
||||
{$show_all}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br class="st_clear_all"/>
|
||||
{else}
|
||||
<h1 class="st_title">
|
||||
{$order_number}
|
||||
</h1>
|
||||
|
||||
{/if}
|
||||
|
||||
<div style="padding: 10px 130px;">
|
||||
<table class="st_tabular-list" cellspacing="0">
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span>{__ text="Data złożenia"}</span></th>
|
||||
<th><span>{__ text="Status"}</span></th>
|
||||
<th><span>{__ text="Opłacone"}</span></th>
|
||||
<th><span>{__ text="Potwierdzone"}</span></th>
|
||||
{if isset($user)}
|
||||
<th><span>{__ text="Recenzja"}</span></th>
|
||||
<th><span>{__ text="Faktury"}</span></th>
|
||||
{/if}
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{$created_at}</td>
|
||||
<td>{$status}</td>
|
||||
<td>{$is_paid}</td>
|
||||
<td>{$is_confirmed}</td>
|
||||
{if isset($user)}
|
||||
<td>{$review}</td>
|
||||
<td>{$invoice}</td>
|
||||
{/if}
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div style="padding: 10px 130px">
|
||||
{if isset($notice_flash)}
|
||||
<div id="st_message" style="color:#154D81; font-size: 16px; text-align:center; margin:25px;">
|
||||
<h3>{$notice}</h3>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="st_order-order_sumary-box">
|
||||
|
||||
<h2 class="st_order_summary_h2">
|
||||
{__ text="Dane klienta"}
|
||||
</h2>
|
||||
|
||||
<br class="st_clear_all"/>
|
||||
<div id="st_order-order_summary-user_data-background">
|
||||
<div class="st_order-order_sumary-user_data st_align-left">
|
||||
<h3>
|
||||
{__ text="Dane bilingowe"}
|
||||
</h3>
|
||||
<address>
|
||||
{if isset($user_data_billing_company)}
|
||||
<p>
|
||||
{$user_data_billing_company}
|
||||
</p>
|
||||
{/if}
|
||||
<p>
|
||||
<span class="st_order-order-summary-address-name">
|
||||
{$user_data_billing_full_name}
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_billing_address}
|
||||
</span><br>
|
||||
{if $user_data_billing_address_more!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_billing_address_more}
|
||||
</span><br>
|
||||
{/if}
|
||||
{if $user_data_billing_region!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_billing_region}
|
||||
</span><br>
|
||||
{/if}
|
||||
<span class="st_order-order-summary-address-code">
|
||||
{$user_data_billing_code}
|
||||
</span>
|
||||
<span class="st_order-order-summary-address-town">
|
||||
{$user_data_billing_town}
|
||||
</span>
|
||||
<span class="st_order-order-summary-address-country">
|
||||
{$user_data_billing_country}
|
||||
</span>
|
||||
{if $user_data_billing_pesel!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
<br>{__ text="PESEL"} {$user_data_billing_pesel}
|
||||
</span>
|
||||
{/if}
|
||||
</p>
|
||||
<p>
|
||||
{$user_data_billing_phone}
|
||||
</p>
|
||||
{if isset($user_data_billing_vat_number)}
|
||||
<p>
|
||||
{__ text="NIP"} {$user_data_billing_vat_number}
|
||||
</p>
|
||||
{/if}
|
||||
</address>
|
||||
</div>
|
||||
|
||||
<div class="st_order-order_sumary-user_data st_align-right">
|
||||
<h3>
|
||||
{__ text="Dane dostawy"}
|
||||
</h3>
|
||||
<address>
|
||||
{if isset($user_data_delivery_company)}
|
||||
<p>
|
||||
{$user_data_delivery_company}
|
||||
</p>
|
||||
{/if}
|
||||
<p>
|
||||
<span class="st_order-order-summary-address-name">
|
||||
{$user_data_delivery_full_name}
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_delivery_address}
|
||||
</span><br>
|
||||
{if $user_data_delivery_address_more!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_delivery_address_more}
|
||||
</span><br>
|
||||
{/if}
|
||||
{if $user_data_delivery_region!=""}
|
||||
<span class="st_order-order-summary-address-street">
|
||||
{$user_data_delivery_region}
|
||||
</span><br>
|
||||
{/if}
|
||||
<span class="st_order-order-summary-address-code">
|
||||
{$user_data_delivery_code}
|
||||
</span>
|
||||
<span class="st_order-order-summary-address-town">
|
||||
{$user_data_delivery_town}
|
||||
</span>
|
||||
<span class="st_order-order-summary-address-country">
|
||||
{$user_data_delivery_country}
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
{$user_data_delivery_phone}
|
||||
</p>
|
||||
</address>
|
||||
</div>
|
||||
<br class="st_clear_all" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="st_order-order_sumary-box">
|
||||
<h2>
|
||||
{__ text="Zawartość"}
|
||||
</h2>
|
||||
<br class="st_clear_all"/>
|
||||
<table cellspacing="0" class="st_tabular-list" id="st_record_list-order">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="st_order-order_summary_table_id">
|
||||
{__ text="Kod"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Nazwa"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Netto"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="VAT"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Brutto"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Ilość"}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="J.m."}
|
||||
</th>
|
||||
<th>
|
||||
{__ text="Suma"}
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach key=row item=order_product from=$results}
|
||||
<tr>
|
||||
<td class="st_order-order_summary_table_id">
|
||||
{$order_product.code}
|
||||
</td>
|
||||
<td>
|
||||
{if isset($order_product.product_name)}
|
||||
{$order_product.product_name}
|
||||
{else}
|
||||
{if isset($order_product.validate)}
|
||||
{$order_product.name_show}
|
||||
{else}
|
||||
{$order_product.name}
|
||||
{/if}
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
{$order_product.price}
|
||||
</td>
|
||||
<td>
|
||||
{$order_product.vat} %
|
||||
</td>
|
||||
<td>
|
||||
{$order_product.price_true}
|
||||
</td>
|
||||
<td>
|
||||
{$order_product.quantity}
|
||||
</td>
|
||||
<td>
|
||||
{$order_product.uom}
|
||||
</td>
|
||||
<td>
|
||||
{$order_product.total_amount}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<br class="st_clear_all"/>
|
||||
</div>
|
||||
|
||||
<div class="st_order-order_sumary-box">
|
||||
<h2>
|
||||
{__ text="Dane dodatkowe"}
|
||||
</h2>
|
||||
<br class="st_clear_all"/>
|
||||
<ul>
|
||||
<li class="st_order-order_sumary-sumary_box_left" id="st_order-order_summary-delivery">
|
||||
<ul>
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_delivery">
|
||||
{__ text="Płatność"}:
|
||||
</span>
|
||||
{$payment_name}
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_delivery">
|
||||
{__ text="Dostawa"}:
|
||||
</span>
|
||||
{$delivery_name}
|
||||
</li>
|
||||
{if $delivery_date !="-- :"}
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_delivery">
|
||||
{__ text="Termin dostawy"}:
|
||||
</span>
|
||||
{$delivery_date}
|
||||
</li>
|
||||
{/if}
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_cost">
|
||||
{__ text="Koszt"}:
|
||||
</span>
|
||||
{$order_cost}
|
||||
</li>
|
||||
{if isset($delivery_number) && $delivery_number != ''}
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_delivery_number">
|
||||
{__ text="Numer przesyłki"}:
|
||||
</span>
|
||||
{$delivery_number}
|
||||
</li>
|
||||
{/if}
|
||||
{slot name="order_show_additional_data" hidden="true"}{/slot}
|
||||
</ul>
|
||||
<br class="st_clear_all"/>
|
||||
</li>
|
||||
<li class="st_order-order_sumary-sumary_box_left" id="st_order-order_summary-total_amount">
|
||||
<ul>
|
||||
{if $paid}
|
||||
<li>
|
||||
<span class="st_order_summary_data" style="width: 195px">
|
||||
{__ text="Łączny koszt"}:
|
||||
</span>
|
||||
{$order_total_amount}
|
||||
</li>
|
||||
<li>
|
||||
<span class="st_order_summary_data" style="width: 195px">
|
||||
{__ text="Zapłacono"}:
|
||||
</span>
|
||||
{$paid}
|
||||
</li>
|
||||
{/if}
|
||||
<li>
|
||||
<span class="st_order_summary_data" id="st_order_summary_sum">
|
||||
{__ text="Razem do zapłaty"}:
|
||||
</span>
|
||||
<strong class="st_order-strong">
|
||||
{$final_total_amount}
|
||||
</strong>
|
||||
</li>
|
||||
</ul>
|
||||
<br class="st_clear_all"/>
|
||||
</li>
|
||||
</ul>
|
||||
<br class="st_clear_all"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,25 @@
|
||||
<div id="st_button-user-edit_data_basket" class="st_button-container">
|
||||
{if $disabled}
|
||||
<div class="st_button-disabled st_align-right">
|
||||
|
||||
<div class="st_button-left-disabled">
|
||||
{if $label}
|
||||
<input type="submit" name="submit_save" value="{__ text=$label}" disabled="disabled" />
|
||||
{else}
|
||||
<input type="submit" name="submit_save" value="{__ text='Przejdź do potwierdzenia'}" disabled="disabled" />
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
{else}
|
||||
<div class="st_button st_align-right">
|
||||
<div class="st_button-left">
|
||||
{if $label}
|
||||
<input type="submit" name="submit_save" value="{__ text=$label}" />
|
||||
{else}
|
||||
<input type="submit" name="submit_save" value="{__ text='Przejdź do potwierdzenia'}" />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
@@ -0,0 +1,39 @@
|
||||
<div id="st_application-order_summary" class="st_application" >
|
||||
<div id="st_application-order_summary-header">
|
||||
<h1 class="st_title">
|
||||
{__ text="Zamówienie numer"} {$order_number}
|
||||
</h1>
|
||||
<p>
|
||||
{__ text="Dziękujemy za złożenie zamówienia"}
|
||||
</p>
|
||||
<br class="st_clear_all" />
|
||||
</div>
|
||||
<div class="st_content">
|
||||
<fieldset>
|
||||
<div class="st_row">
|
||||
<div class="st_name">
|
||||
{__ text="Numer Twojego zamówienia"}:
|
||||
</div>
|
||||
<div class="st_field">
|
||||
{$order_number}
|
||||
</div>
|
||||
</div>
|
||||
<div class="st_row">
|
||||
<div class="st_name">
|
||||
{__ text="Łączna kwota do zapłaty"}:
|
||||
</div>
|
||||
<div class="st_field">
|
||||
{$order_total_amount}
|
||||
</div>
|
||||
</div>
|
||||
{include_st_component module="stInvoicePdf" component="downloadInvoice"}
|
||||
<br class="st_clear_all"/>
|
||||
<br />
|
||||
<div class="order_summary_text">
|
||||
{$order_summary_text}
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
{$show_payment}
|
||||
{$order_summary_socket}
|
||||
Reference in New Issue
Block a user