Subversion Repositories SmartDukaan

Rev

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

Rev 19205 Rev 19336
Line 357... Line 357...
357
                  
357
                  
358
                <?php endif;?>
358
                <?php endif;?>
359
                </div> 
359
                </div> 
360
 
360
 
361
        <?php endif;?>
361
        <?php endif;?>
-
 
362
		         
-
 
363
		    <!-- offer data start here-->
-
 
364
        	<div style="font-size:12px;color:maroon;">
-
 
365
        		<?php if($offerresponse != ""):?>
-
 
366
        			<?php if( isset($offerresponse['categories_applicable']) && in_array( $deal['category_id'] ,$offerresponse['categories_applicable']) && isset($offerresponse['sub_categories_not_applicable']) && !in_array($deal['subCategoryId'] ,$offerresponse['sub_categories_not_applicable'])):?>
-
 
367
        				<a href="<?php echo $base_url;?>categories/target" style="color:maroon;"><span class="glyphicon glyphicon-tags"></span> <u><?php echo $offerresponse['offer_description'];?></u></a>
-
 
368
        			<?php endif;?>
-
 
369
        		<?php endif;?>
-
 
370
        	</div>
-
 
371
        	<!-- offer data ends here-->
362
		          
372
		          
363
			</div>
373
			</div>
364
			
374
			
365
			<?php if($deal['source_id']==4):?>
375
			<?php if($deal['source_id']==4):?>
366
			<?php if(isset($deal['availabilityInfo']) && count($deal['availabilityInfo'])>0 && $deal['availabilityInfo'][0]['maxQuantity']>0):?>
376
			<?php if(isset($deal['availabilityInfo']) && count($deal['availabilityInfo'])>0 && $deal['availabilityInfo'][0]['maxQuantity']>0):?>