Subversion Repositories SmartDukaan

Rev

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

Rev 16620 Rev 16622
Line 180... Line 180...
180
	          <span id='sellingPrice' style='font:normal 1.6em/1.2em Helvetica, Arial, sans-serif;'><?php echo $boxItem->available_price?></span>
180
	          <span id='sellingPrice' style='font:normal 1.6em/1.2em Helvetica, Arial, sans-serif;'><?php echo $boxItem->available_price?></span>
181
                
181
                
182
    	
182
    	
183
    	</div><!--price-hldr-->    
183
    	</div><!--price-hldr-->    
184
      </div><!--pd-price-cont-->
184
      </div><!--pd-price-cont-->
185
      <div id="buy" onclick="goToStore('<?=$boxItem->store_id?>','<?=$boxItem->marketPlaceUrl?>')"class="buy-now btn">BUY NOW</div>
185
      <div onclick="goToStore('<?=$boxItem->source_id?>','<?=$boxItem->available_price?>', '<?=$sourceItem->marketPlaceUrl?>')" class="buy-now btn">BUY NOW</div>
186
      
186
      
187
    <?php } if(count($storeObj)>0) {?>
187
    <?php } if(count($storeObj)>0) {?>
188
    
188
    
189
      <div class="pd-tab clearfix" style="text-align: center">Prices On Other Stores</div>
189
      <div class="pd-tab clearfix" style="text-align: center">Prices On Other Stores</div>
190
      <div class="clearfix"></div>
190
      <div class="clearfix"></div>