File manager - Edit - /home/custbahd/irungikitchen.com/admin/modals/charts.php
Back
<div class="d-flex mb-4 align-items-center"> <div class="d-inline-block position-relative donut-chart-sale mr-3"> <span class="donut" data-peity='{ "fill": ["rgb(254, 99, 78)", "rgba(244, 244, 244, 1)"], "innerRadius": 31, "radius": 10}'><?php echo ''.$row["COUNT(DISTINCT email)"].'/'.$clients_count.''; ?></span> <small class="text-black fs-18"><?php echo $clients_ptg; ?>%</small> </div> <div> <h6 class="fs-18 text-black font-w600"> <?php if ($row["gender"]) { echo $row['gender']; } else { echo "Undefined"; } ?> </h6> <span class="fs-14"><?php echo ''.number_format($row["COUNT(DISTINCT email)"]).'/'.number_format($clients_count).''; ?> <?php if ($row["SUM(quantity)"]==0) { echo '<i style="font-size: 11px;">(No buys)</i>'; } elseif ($row["SUM(quantity)"]==1) { echo '<i style="font-size: 11px;">('.number_format($row["SUM(quantity)"]).' buy)</i>'; } else { echo '<i style="font-size: 11px;">('.number_format($row["SUM(quantity)"]).' buys)</i>'; } ?> </span> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 2.1 |
proxy
|
phpinfo
|
Settings