Subversion Repositories SmartDukaan

Rev

Rev 14685 | Rev 14689 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14685 Rev 14687
Line 27... Line 27...
27
				<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
27
				<div class="col-xs-5" data-storename="<?php echo ucfirst($storeName);?>">
28
					<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>
28
					<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>
29
				</div>
29
				</div>
30
				<div class="col-xs-3 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
30
				<div class="col-xs-3 viewproduct hidden" id="sku-<?php echo $store['store_id'];?>">
31
					<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
31
					<button type="button" class="btn-xs btn btn-success" type="button">BUY</button>
32
				</div>
32
				</div>				
33
			</div>
33
			</div>
34
			<?php endforeach;?>
34
			<?php endforeach;?>
35
			<?php endif;?>
35
			<?php endif;?>
36
		<?php endif;?>
36
		<?php endif;?>
37
	</div>
37
	</div>