Forum
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.
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.
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?
If that's not in the existing reports, then yes. You'd need to create that report.