Subversion Repositories SmartDukaan

Rev

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

Rev 19308 Rev 19309
Line 591... Line 591...
591
                </div> 
591
                </div> 
592
 
592
 
593
        	<?php endif;?>
593
        	<?php endif;?>
594
        	
594
        	
595
        	<!-- offer data start here-->
595
        	<!-- offer data start here-->
596
        	<div style="font-size:12px;">
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"><?php echo $offerresponse['offer_description'];?></a>
599
        				<a href="<?php echo $base_url;?>categories/target" style="color:maroon;"><span class="glyphicon glyphicon-tags"></span> <?php echo $offerresponse['offer_description'];?></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