Statistics: Show list of "most paying" customers

  • Posts: 26
  • Thank you received: 1
11 years 10 months ago #82589

How would one achive a list of most paying customers or most returning customers.
I want to promote returning customers but right now i have to look at each customer to see how many orders have they made. This can surely be achieved with statistics reports right?

Right now im getting all 0
cl.ly/image/38042S170W3h

Am i doing something wrong?

Thank you.

Please Log in or Create an account to join the conversation.

  • Posts: 26
  • Thank you received: 1
11 years 10 months ago #84265

Bumping my topic.

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 10 months ago #84329

Hi there,

This is because of a small bug in Hikashop, you can fix it by editing the file widget.php in \administrator\components\com_hikashop\classes and replacing this line:

if(isset($this->widget->widget_params->customers)){ if($widget->widget_params->customers=='best_customers'){ $best_customers=true; } }
By this one:
if(isset($widget->widget_params->customers)){ if($widget->widget_params->customers=='best_customers'){ $best_customers=true; } }

Last edit: 11 years 10 months ago by Eliot.
The following user(s) said Thank You: jackinthex

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum