Subversion Repositories SmartDukaan

Rev

Rev 19344 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19344 Rev 19376
Line 362... Line 362...
362
		         
362
		         
363
		    <!-- offer data start here-->
363
		    <!-- offer data start here-->
364
        	<div style="font-size:12px;color:maroon;">
364
        	<div style="font-size:12px;color:maroon;">
365
        		<?php if($offerresponse != ""):?>
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'])):?>
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?user_id=<?php echo $user_id;?>" style="color:maroon;"><span class="glyphicon glyphicon-tags"></span> <u><?php echo $offerresponse['offer_description'];?></u></a>
367
        				<a href="<?php echo $base_url;?>categories/target" style="color:maroon;" class="useroffers"><span class="glyphicon glyphicon-tags"></span> <u><?php echo $offerresponse['offer_description'];?></u></a>
368
        			<?php endif;?>
368
        			<?php endif;?>
369
        		<?php endif;?>
369
        		<?php endif;?>
370
        	</div>
370
        	</div>
371
        	<!-- offer data ends here-->
371
        	<!-- offer data ends here-->
372
		          
372