RabbitZzZ Posted December 28, 2018 Posted December 28, 2018 Hi, I realized that the statistics/sales button on the products pages in the backend is missing. I changed line 3415 in AdminProductsController.php as follows and now it works. ``` // adding button for preview this product statistics if (fileexists(PSMODULEDIR_.'statsmodule/stats/statsproduct.php')) { ``` Maybe that can be changed in the next release.
0 lesley Posted December 28, 2018 Posted December 28, 2018 Thanks, I just committed it, https://github.com/thirtybees/thirtybees/commit/34bf85a90b7d5f34790856bfa8234eb651680bc7
Question
RabbitZzZ
Hi, I realized that the statistics/sales button on the products pages in the backend is missing.
I changed line 3415 in AdminProductsController.php as follows and now it works.
``` // adding button for preview this product statistics if (fileexists(PSMODULEDIR_.'statsmodule/stats/statsproduct.php')) {
```
Maybe that can be changed in the next release.
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now