Subversion Repositories SmartDukaan

Rev

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

Rev 19204 Rev 19308
Line 589... Line 589...
589
                 		<?php endif;?>
589
                 		<?php endif;?>
590
                  <?php endif;?>
590
                  <?php endif;?>
591
                </div> 
591
                </div> 
592
 
592
 
593
        	<?php endif;?>
593
        	<?php endif;?>
-
 
594
        	
-
 
595
        	<!-- offer data start here-->
-
 
596
        	<div style="font-size:12px;">
-
 
597
        		<?php if($offerresponse != ""):?>
-
 
598
        			<?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'])):?>
-
 
599
        				<a href="<?php echo $base_url;?>categories/target"><?php echo $offerresponse['offer_description'];?></a>
-
 
600
        			<?php endif;?>
-
 
601
        		<?php endif;?>
-
 
602
        	</div>
-
 
603
        	<!-- offer data ends here-->
594
		          
604
		          
595
			</div>
605
			</div>
596
			
606
			
597
			<?php if($deal['source_id']==4):?>
607
			<?php if($deal['source_id']==4):?>
598
			<?php if(isset($deal['availabilityInfo']) && count($deal['availabilityInfo'])>0 && $deal['availabilityInfo'][0]['maxQuantity']>0):?>
608
			<?php if(isset($deal['availabilityInfo']) && count($deal['availabilityInfo'])>0 && $deal['availabilityInfo'][0]['maxQuantity']>0):?>