Rev 15403 | Rev 15873 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<nav class="navbar navbar-default navbar-fixed-top"><div class="container-fluid"><div class="navbar-header"><a class="navbar-brand" href="/"><img src="/img/mobilehotindia.png" alt="" /></a></div><div class="navbar-collapse collapse"><ul class="nav navbar-nav navbar-right"><li><form class="navbar-form" role="search" method="GET" name="search" action="<?php echo $base_url;?>search"><div class="input-group col-xs-20 text-right" id="remote"><input autocomplete="off" type="text" class="form-control" placeholder="Seeking for..." name="q" id="srch-term"><div class="input-group-btn w25px"><button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button></div></div></form></li></ul></div></div></nav><div class="container"><?php echo $this->element('unlikemodal');?><?php echo $this->element('variantsModal');?><div class="row card"><?php if(!empty($storeProduct)):?><div class="centeredimage col-xs-6"><img class="img img-responsive" src="<?php echo $base_url.'app/webroot/timthumb.php?h=90&src='.$storeProduct['thumbnail'];?>"/></div><div class="col-xs-6 viewproduct" id="sku-<?php echo $storeitems[0]['source_id'];?>" data-source="<?php echo $storeitems[0]['source_id'];?>" data-url="<?php echo $storeitems[0]['marketPlaceUrl'];?>" data-id="<?php echo $storeitems[0]['_id'];?>" data-bundle_id="<?php echo $storeProduct['skuBundleId'];?>" data-url="<?php echo $storeitems[0]['marketPlaceUrl'];?>" data-price="<?php echo $storeitems[0]['available_price'];?>"><h3 id="bestpriceproductname"><?php echo $storeitems[0]['source_product_name'];?></h3><div id="bestpricecontainer">Best Price<span class="cashbackrupee"></span><span id="bestprice"><?php echo $storeitems[0]['available_price'];?></span></div><button class="btn btn-xs" id="beststorelink" >BUY NOW</button></div><?php unset($storeitems[0]);?><div class="clearfix"></div><?php if(!empty($activestores)):?><?php foreach($activestores AS $storeName => $store):?><?php if($storeShown[$store['store_id']]):?><div class="row greenborder"><?php $count=1;?><?php foreach($storeitems AS $storedeal):?><?php if($storedeal['source_id']==$store['store_id']):?><?php if($count==1):?><div class="col-xs-12 pull-left"><img class="storelogo" src="<?php echo $store['logo'];?>"/></div><div class="col-xs-6 text-small" id="name-<?php echo $store['store_id'];?>"><?php echo $storedeal['source_product_name'];?></div><div class="col-xs-6 viewproduct" data-storename="<?php echo ucfirst($storeName);?>" id="sku-<?php echo $store['store_id'];?>" data-source="<?php echo $store['store_id'];?>" data-url="<?php echo $storedeal['marketPlaceUrl'];?>" data-id="<?php echo $storedeal['_id'];?>"data-bundle_id="<?php echo $storeProduct['skuBundleId'];?>" data-price="<?php echo $storedeal['available_price'];?>"><span class="cashbackrupee"></span><span id="bestprice"><?php echo $storedeal['available_price'];?></span><span class="pull-right arrowright"></span></div><?php else:?><div class="col-xs-6 varnts text-small"><?php echo $storedeal['source_product_name'];?></div><div class="col-xs-6 varnts viewproduct" data-source="<?php echo $store['store_id'];?>" data-price="<?php echo $storedeal['available_price'];?>" data-url="<?php echo $storedeal['marketPlaceUrl'];?>" data-id="<?php echo $storedeal['_id'];?>"><span class="cashbackrupee varnts text-right"></span> <span><?php echo $storedeal['available_price'];?></span><span class="pull-right arrowright"></span></div><?php endif;?><?php $count=$count+1;?><?php endif;?><?php endforeach;?></div><?php endif;?><?php endforeach;?><?php endif;?><?php endif;?></div></div><script type="text/javascript" src="/js/profittill.js?v=<?php echo $staticversion;?>"></script>