Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/order/index.php
	<script>
		$(window).ready( function() {
			$('.auction_th').hover( function() {
				$('.click_bid').show();
			},
			function() {
				$('.click_bid').hide();
			});
		});
	</script>
	<?php echo Message::render(); ?>
	
	<div id="page">
		<div id="container">	
			<div id="content" class="full">
			
				<div class="wrapper_border">
					<h1 class="title">Podsumowanie</h1>
					<?php if( !empty( $error ) ) echo '<p class="err">'.$error.'</p>'; ?>
					<?php if( !empty( $info ) ) echo '<p class="info2">'.$info.'</p>'; ?>
					<p>Dziękujemy za skorzystanie z kreatora.</p>
					
					<?php $sum_bid = 0; if( $cart_session ) {  $it=0; foreach( $cart_session as $pid => $data ) { $it++;
					$sum_bid += $data['amount'];
						if( !empty( $pid ) ) { $params = explode("!", $data['id'] ); ?>
						<div class="item_confirm_wrapper">
						<div class="item_confirm">
							<!--<h3>Etykieta na butelkę <?php echo cms::bottleName($params[0]); ?></h3>//-->
							<div class="th_area">
								<img class="thumb" src="uploads/items/etykiety_podglad/<?php echo str_replace("!", "/", $data['id']); ?>" alt=""/>
							</div>
							
							<a href="Order/delete_cart/<?php echo $pid; ?>" class="delete_item_confirm">X</a>
							
						</div>
						<a href="#" class="btn_confirm blue">Etykiety <?php echo $data['amount']; ?>szt. (<?php echo $data['amount']/10; ?> kpl) <br/><?php if( !empty( $data['pendants']) ) echo 'Zawieszki ('.($data['amount']/10).' kpl)'; else echo 'Bez zawieszek'; ?></a>
						</div>
					<?php } } } ?>
				
					<br style="clear: both;"/><br style="clear: both;"/>
					<h1 class="title">Informacje</h1>
					<p>Dziękujemy za skorzystanie z kreatora.</p>
					<p>
					Aby sfinalizować należy przejść do <b><a style="color: inherit;" href="http://allegro.pl/naklejki-zawieszki-na-zubrowke-zabawne-50-wzorow-i4881581669.html" target="_blank">allegro</a></b> i zakupić:<br/><br/>
					</p>
					<div>
					<div class="toLeft auction_th">
						<a class="m_hover" style="color: inherit;" href="http://allegro.pl/naklejki-zawieszki-na-zubrowke-zabawne-50-wzorow-i4881581669.html" target="_blank"><img src="http://img03.allegroimg.pl/photos/400x300/48/81/58/16/4881581669" alt=""/></a>
						<a class="click_bid" style="color: inherit;" href="http://allegro.pl/naklejki-zawieszki-na-zubrowke-zabawne-50-wzorow-i4881581669.html" target="_blank">Kliknij i zalicytuj</a>
					</div>
					<div class="toLeft auction_title">
						<!--<a style="color: inherit;" href="http://allegro.pl/naklejki-zawieszki-na-zubrowke-zabawne-50-wzorow-i4881581669.html" target="_blank">ZABAWNE NAKLEJKI ZAWIESZKI NA WÓDKĘ WESELNĄ 50 wz! </a>
						<br style="clear: both;"/>//-->
						<p>
						
						
						<a class="button" href="http://allegro.pl/naklejki-zawieszki-na-zubrowke-zabawne-50-wzorow-i4881581669.html" target="_blank">Kup teraz</a><br style="clear: both;"/>
						<!--* <?php echo cms::bottleName($params[0]); ?> - //--><b class="red">proszę zakupić <em><?php echo $sum_bid/10; ?></em> szt.</b><br/>
						
						</p>
					</div>
					</div>
					<br style="clear: both;"/><br style="clear: both;"/>
					
					<form action="" method="post">
						<input type="text" name="name" placeholder="Imię i nazwisko"/><br/>
						<input type="text" name="nick" placeholder="Nick allegro"/><br/>
						<input type="text" name="phone" placeholder="Telefon"/><br/>
						<input type="text" name="email" placeholder="E-mail"/><br/>
						<input type="submit" value="Potwierdzam"/>
					</form>
					<br style="clear: both;"/><br style="clear: both;"/>
					<p>Kliknij, aby powrócić do strony głownej</p>
					<a class="button blue toLeft margin_left_20" href="/">Powrót</a>
				
				</div>
			</div>
			
			<br style="clear: both;"/><br style="clear: both;"/>
			
		</div>	
	</div>
	<?php /*
	<div class="wrapper">
	<?php echo aurora::partial('frontend_sider'); ?>
	
	<div id="content">
		<script type="text/javascript" src="./html/js/stars.js"></script>

		<div id="product_detail">
		<?php $comments = ORM::Factory('page_comment')->where('pages_id','=', $product->id)->order_by('date','desc')->find_all(); ?>

		<h2 class="main_title"><span><?php echo __t('PRODUKT'); ?></span> <?php echo $product->title; ?></h2>
		<div class="plugin_left">
			
				<a rel="lightbox" href="<?php echo $product->thumb; ?>"><img class="product_detail_thumb" src="<?php echo $product->thumb; ?>"  /></a>
				
				
			</div>
			
			<div id="plugin_right" class="plugin_right">
				
					
				<a href="#" class="button toLeft showCart" rel="<?php echo $product->id; ?>" style="color: #fff;"><?php echo __t('ADD TO CART'); ?></a>
				
				<br style="clear: both"/>
				
				<div class="item_info">
					<div class="fb_detail fb-like" data-href="http://<?php echo $_SERVER['HTTP_HOST']; ?>/Product/Category?id=<?php echo $product->id; ?>" data-layout="button_count" data-action="recommend" data-show-faces="true" data-share="false"></div><br style="clear: both;"/><br style="clear: both;"/>
					<p>
					<strong><?php echo __t('Sprzedawca'); ?></strong>: <?php echo $product->user->username; ?><br/>
					<strong><?php echo __t('Liczba wyświetleń'); ?></strong>: <?php echo $product->viewed; ?><br/>
					
					<strong><?php echo __t('Data dodania'); ?></strong>: <?php echo date('Y-m-d H:i:s', $product->date); ?><br/>
					
					</p>
					
					
				</div>
				<div class="price_list">
					<span class="price"><?php echo __t('Cena zakupu'); ?>: <strong class="price_produce_text"><?php echo $price = Model_Order::calculatePrice($product->price, 0, 0); ?></strong> zł</span><br style="clear: both;"/>
				</div>
						
				<input type="hidden" id="total_price_value" name="total_price_value" value="<?php echo $price; ?>"/>
				<input type="hidden" id="total_cost_value" name="total_cost_value" value="<?php echo $price; ?>"/>
					
				
			</div><br style="clear: both;"/><br style="clear: both;"/><br style="clear: both;"/>
			<h2><?php echo __t('Opis produku'); ?></h2>
			<p><?php echo $product->description; ?></p>
			
			
					
		</div>	
	</div>
</div>
*/ ?>