Subversion Repositories SmartDukaan

Rev

Rev 14286 | Rev 14685 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13901 anikendra 1
<div class="container">
2
	<?php echo $this->element('unlikemodal');?>
3
	<?php echo $this->element('variantsModal');?>
4
	<div class="row card">
5
		<?php if(!empty($storeProduct)):?>
6
			<div class="centeredimage col-xs-6">
13903 anikendra 7
				<img class="img img-responsive" src="<?php echo $storeProduct['thumbnail'];?>"/>	
13901 anikendra 8
			</div>
9
			<div class="col-xs-6">
10
				<div class="hidden" id="bestpricecontainer">Best Price : Rs. <span id="bestprice"></span></div>
11
				<button class="btn btn-primary hidden viewproduct" id="beststorelink">Buy Now</button>
12
			</div>
13
			<div class="clearfix"></div>
14
			<h3><?php echo $storeProduct['product_name'];?></h3>
15
			<div class="row">
16
				<h4>Available On</h4>
17
			</div>
18
			<?php if(!empty($activestores)):?>
14026 anikendra 19
			<?php foreach($activestores AS $storeName => $store):?>
13901 anikendra 20
			<div class="row greenborder">
14286 anikendra 21
				<div class="col-xs-4">
13901 anikendra 22
					<img class="storelogo" src="<?php echo $store['logo'];?>"/>
23
				</div>
14026 anikendra 24
				<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
14345 anikendra 25
					<span class="cashbackrupee"></span> <span class="storeminprice" data-id="<?php echo $store['store_id'];?>" data-bundle_id="<?php echo $storeProduct['skuBundleId'];?>" data-searchorder="<?php echo $store['searchorder'];?>">Getting Latest Price...</span>
13901 anikendra 26
				</div>
14286 anikendra 27
				<div class="col-xs-3 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
28
					<button type="button" class="btn-xs btn btn-success" type="button">Buy Now</button>
13901 anikendra 29
				</div>
30
			</div>
31
			<?php endforeach;?>
32
			<?php endif;?>
33
		<?php endif;?>
13532 anikendra 34
	</div>
35
</div>
13903 anikendra 36
<script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>