Page 1 of 1

[stats]Top5 to Top20 best selling products

Posted: 28 Oct 2021, 11:08
by maintainthedomain
Hi everyone, Hi Jan,

I want to view Top20 best selling products per period in PC backend, not only Top5.

Spend already some time checking the files but I just could not figure out how to do...

Could anyone give me a quick hint on how to achieve this?

Thanks!

Re: [stats]Top5 to Top20 best selling products

Posted: 31 Oct 2021, 21:26
by Jan
Hi, there is no such option, so this needs to be customized in the code.

administrator/components/com_phocacart/views/phocacartstatistics/view.html.php
(PhocacartProduct::getBestSellingProducts)
and then here to edit the foreach to display more images:
administrator/components/com_phocacart/views/phocacartstatistics/tmpl/default.php

Jan