Subversion Repositories SmartDukaan

Rev

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

Rev 19307 Rev 19311
Line 44... Line 44...
44
<!-- 					</div> -->
44
<!-- 					</div> -->
45
				</div>
45
				</div>
46
				
46
				
47
				<div class="bgreen" style="margin:5px 0;font-size:12px;">
47
				<div class="bgreen" style="margin:5px 0;font-size:12px;">
48
					<b>*</b> Max cashback will be &#8377; <?php echo $response['maxCashBack'];?>.<br>
48
					<b>*</b> Max cashback will be &#8377; <?php echo $response['maxCashBack'];?>.<br>
49
					<b>*</b> Above scheme applicable only to you(<b><?php echo $user_email;?></b>).<br>
49
					<b>*</b> Above scheme is applicable only to you (<b><?php echo $user_email;?></b>).<br>
50
					<b>*</b> Cashback not applicable on 
50
					<b>*</b> Cashback is not applicable on memory card and pendrive.
51
					<?php
51
					<?php
52
						$gocount =0;
52
// 						$gocount =0;
53
						foreach($response['sub_categories_not_applicable'] as $rkey){
53
// 						foreach($response['sub_categories_not_applicable'] as $rkey){
54
						echo $subcat[$rkey];
54
// 						echo $subcat[$rkey];
55
						$gocount = $gocount +1;
55
// 						$gocount = $gocount +1;
56
						if(count($response['sub_categories_not_applicable'])>1 && count($response['sub_categories_not_applicable'])!= $gocount){
56
// 						if(count($response['sub_categories_not_applicable'])>1 && count($response['sub_categories_not_applicable'])!= $gocount){
57
							echo ", ";
57
// 							echo ", ";
-
 
58
// 						}
58
						}
59
					//}
59
					}?>.
60
					?>
60
					
61
					
61
				</div>
62
				</div>
62
			    
63
			    
63
			</div>
64
			</div>
64
			
65