Subversion Repositories SmartDukaan

Rev

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

Rev 19312 Rev 19343
Line 594... Line 594...
594
        	
594
        	
595
        	<!-- offer data start here-->
595
        	<!-- offer data start here-->
596
        	<div style="font-size:12px;color:maroon;">
596
        	<div style="font-size:12px;color:maroon;">
597
        		<?php if($offerresponse != ""):?>
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'])):?>
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" style="color:maroon;"><span class="glyphicon glyphicon-tags"></span> <u><?php echo $offerresponse['offer_description'];?></u></a>
599
        				<a href="<?php echo $base_url;?>categories/target?user_id=<?php echo $user_id;?>" style="color:maroon;"><span class="glyphicon glyphicon-tags"></span> <u><?php echo $offerresponse['offer_description'];?></u></a>
600
        			<?php endif;?>
600
        			<?php endif;?>
601
        		<?php endif;?>
601
        		<?php endif;?>
602
        	</div>
602
        	</div>
603
        	<!-- offer data ends here-->
603
        	<!-- offer data ends here-->
604
		          
604