| Line 61... |
Line 61... |
| 61 |
$getcashback = $response['maxCashBack'];
|
61 |
$getcashback = $response['maxCashBack'];
|
| 62 |
}
|
62 |
}
|
| 63 |
else{
|
63 |
else{
|
| 64 |
$getcashback = intval(($totalval*$response['target1_cash_back_percetage'])/100);
|
64 |
$getcashback = intval(($totalval*$response['target1_cash_back_percetage'])/100);
|
| 65 |
}
|
65 |
}
|
| 66 |
echo "* You are eligible for <span class='redcolor'>". $response['target1_cash_back_percetage']."%</span> cashback.<br> ";
|
66 |
// echo "* You are eligible for <span class='redcolor'>". $response['target1_cash_back_percetage']."%</span> cashback.<br> ";
|
| 67 |
echo "* <span class='redcolor'>₹".number_format($getcashback) ."</span> will be credited to your account on 20th May subject to orders delivered.";
|
67 |
// echo "* <span class='redcolor'>₹".number_format($getcashback) ."</span> will be credited to your account on 20th May subject to orders delivered.";
|
| - |
|
68 |
echo "* <span class='redcolor'>₹".number_format($getcashback) ."</span> has been credited to your wallet on 18th May.";
|
| 68 |
}
|
69 |
}
|
| 69 |
else{
|
70 |
else{
|
| 70 |
if($response['maxCashBack']< intval(($totalval*$response['target2_cash_back_percetage'])/100)){
|
71 |
if($response['maxCashBack']< intval(($totalval*$response['target2_cash_back_percetage'])/100)){
|
| 71 |
$getcashback = $response['maxCashBack'];
|
72 |
$getcashback = $response['maxCashBack'];
|
| 72 |
}
|
73 |
}
|
| 73 |
else{
|
74 |
else{
|
| 74 |
$getcashback = intval(($totalval*$response['target2_cash_back_percetage'])/100);
|
75 |
$getcashback = intval(($totalval*$response['target2_cash_back_percetage'])/100);
|
| 75 |
}
|
76 |
}
|
| - |
|
77 |
|
| - |
|
78 |
echo "* <span class='redcolor'>₹".number_format($getcashback) ."</span> has been credited to your wallet on 18th May.";
|
| 76 |
echo "* You are eligible for <span class='redcolor'>". $response['target2_cash_back_percetage']."%</span> cashback.<br>";
|
79 |
// echo "* You are eligible for <span class='redcolor'>". $response['target2_cash_back_percetage']."%</span> cashback.<br>";
|
| 77 |
echo "* <span class='redcolor'>₹".number_format($getcashback) ."</span> will be credited to your account on 20th May subject to orders delivered.";
|
80 |
// echo "* <span class='redcolor'>₹".number_format($getcashback) ."</span> will be credited to your account on 20th May subject to orders delivered.";
|
| 78 |
}
|
81 |
}
|
| 79 |
?>
|
82 |
?>
|
| 80 |
<hr style="border-top: 2px solid #eee;">
|
83 |
<hr style="border-top: 2px solid #eee;">
|
| 81 |
</div>
|
84 |
</div>
|
| 82 |
</div>
|
85 |
</div>
|