ACC SHELL

Path : /srv/www/vhosts/marevva/nadacekrizovatka/parts/
File Upload :
Current File : /srv/www/vhosts/marevva/nadacekrizovatka/parts/orderEmail.html

{mask:main}
	
	<div style="position:relative; width:640px; height: auto; margin:0 auto; background:#ffffff; text-align:center;">
		<a href="http://{eshopURL}/" style="margin:0 auto; position:relative; width:auto;"><img src="http://{eshopURL}/img/eshopLogo.jpg" style="margin:0 auto; position:relative; width:auto; padding:20px;" /></a>
	</div>
		
	<div style="position: relative; width:100%; padding:10px; background:#000000; color:#ffffff; text-align:center;">Vážený zákazníku,<br/>
		děkujeme Vám, že jste si vybral naše výrobky. Níže naleznete rekapitulaci vaší objednávky.
	</div>

	
	
	<div style="position:relative; width:640px; height: auto; margin:0 auto; background:#ffffff; padding:10px 0px;">
	
		{mask:products}
		<table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-bottom:1px solid #ccc;">
			<tr>
				<td width="10%" style="padding:10px;">
						<a href="{url}" title="{title}">
							<img src="{imgSrc}" alt="{title}" style="width:100%;" />
						</a>
				</td>
				
				
				<td width="55%" style="padding:10px;">
						<a href="{url}" title="{title}">{title}</a><br />
						Cena za kus: <strong>{price}</strong> Kč <span class="dph">vč. DPH</span>
				</td>
				
				
				<td width="35%" style="padding:10px;">
					{mask:variation}
							<div style="background-color:#{color}; border: solid 1px #190F05; width: 100%; height: auto; padding: 5px;float: right; position: relative; margin:1px;">
								<div style="float: left; color: #000;font-size: 12px;height:auto;width:65%;"><p style="background:#ffffff; padding:5px; width:auto; float:left;">{text}</p></div>
								<div style="float: right; color: #000;font-size: 12px;height:auto;width:35%;"><p style="background:#ffffff; padding:5px; width:auto; float:right; border:1px solid #000;">{count} ks</p></div>
							</div>
					{/mask}
				</td>
			</tr>
		</table>
		
	{/mask}
	</div>
	
	<div style="position:relative; width:640px; height: auto; margin:0 auto; background:#ffffff;">
	
		<div style="float:left;	position:relative;width:50%;height:auto; text-transform:uppercase; background:#fff; color:#000;">
			<div style="padding:10px;">Poštovné: <strong>{shippingType}</strong>, <strong>{shippingPrice}</strong> Kč</div>
		</div>
		
		<div style="float:left;	position:relative;width:50%;height:auto;text-transform:uppercase; background:#000; color:#fff; text-align:right;">
			<div style="padding:10px;">
					<strong style="font-size:16px;">{priceTotal}</strong> Kč Celkem s DPH<br />
					<span style="font-size:10px;">{priceTotalExVAT} Kč Celkem bez DPH</span>
			</div>
		</div>
		
		<div style="float:left;	position:relative;width:50%;height:auto;text-transform:uppercase; background:#f3f3f3; color:#000; text-align:left; margin-top:10px;">
			<div style="padding:10px;">
				<strong>Dodací adresa / Osobní údaje</strong><br /><br />
				<table width="100%" border="0" cellspacing="0" cellpadding="0">			
				{mask:info1}
					<tr>
						<td style="text-align:right; font-size:10px;">{name}:</td>
						<td style="text-align:left; padding-left:10px; font-size:10px;"><strong>{value}</strong></td>
					</tr>
					<tr>
						<td>&nbsp;</td>
						<td>&nbsp;</td>
					</tr>
				{/mask}
				</table>
			</div>
		</div>
		<div style="float:left;	position:relative;width:50%;height:auto;text-transform:uppercase; background:#f3f3f3; color:#000; text-align:left; margin-top:10px;">
			<div style="padding:10px;">
				<strong>Dodací adresa / Osobní údaje</strong><br /><br />
				<table width="100%" border="0" cellspacing="0" cellpadding="0">			
				{mask:info2}
					<tr>
						<td style="text-align:right; font-size:10px;">{name}:</td>
						<td style="text-align:left; padding-left:10px; font-size:10px;"><strong>{value}</strong></td>
					</tr>
					<tr>
						<td>&nbsp;</td>
						<td>&nbsp;</td>
					</tr>
				{/mask}
				</table>
			</div>
		</div>
		
		<div style="float:left;	position:relative;width:100%;height:auto;text-transform:uppercase; background:#f3f3f3; color:#000; text-align:left; margin-top:10px; font-size:10px;">
			<div style="padding:10px;">
			Poznámka:<br />{note}
			</div>
		</div>
	</div>
	

{/mask}

ACC SHELL 2018