Jump to content

How many products in my shop ?


Recommended Posts

Hi !

My shop is using PS 1.3.1.1,

1. I wonder where and how I can see, calculate how many products is in my shop ?

2. When I login to admin section, it runs very slowly, what can cause ? from Prestashop or hosting, and how I can solve it ?

Thank you.

Link to comment
Share on other sites

1. I wonder where and how I can see, calculate how many products is in my shop ?

Not in the BO, though you could get the number from DB with e.g. MySQLAdmin

 

SELECT COUNT(*) FROM prefix_product;

 

2. When I login to admin section, it runs very slowly, what can cause ? from Prestashop or hosting, and how I can solve it ?

Possibly a bit of both but better hosting, (more RAM and CPUs, faster disks) is easier than trying to optimise prestashop

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

I wish that in the category head with all it's subcategories / products that it said the total number of products that would make life easy for those of us who have a large number of products we need to keep track of ya know?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...