Forum

Thread tagged as: Question, Shop

shop/stats templates...

Wondering if there's any reference to using these templates. What would be the function to call them?

I tried:

perch_shop_orders([
    'template' => 'stats/revenue.html'
]);

but that doesn't seem to be it.

Monty Lewis

Monty Lewis 2 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

They're used internally by the app dashboard. They're not for you to use in your site.

ah, ok. thanks.

So, then to get a report of products sold and to whom, that would be a custom app, right?

Drew McLellan

Drew McLellan 2638 points
Perch Support

If that's not in the existing reports, then yes. You'd need to create that report.