Jump to content

Minor mod: absolute values in stats (3.0.5)


Guest m00n1

Recommended Posts

Well, this should be in the mods forum, but I was denied permissions there.

I simply wanted to see an absolute count as well as a % count in the popular product stats page in the admin.

Just go to /admin/stats/index.php

Look for

<td class="<?php echo $cellColor; ?>" nowrap='nowrap'><span class="copyText"><img src="../images/statsBar.gif" width="<?php echo sprintf("%.0f",$percentage); ?>%" height="10" /> <?php echo sprintf("%.2f",$percentage); ?>%</span></td>




replace with



    
<td class="<?php echo $cellColor; ?>" nowrap='nowrap'><span class="copyText"><img src="../images/statsBar.gif" width="<?php echo sprintf("%.0f",$percentage); ?>%" height="10" /> <?php echo sprintf("%.2f",$percentage); ?>% (<?php echo $results[$i]['popularity']; ?>)</span></td>

It's that easy...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...