Consistency Checks
Reference: consistency
Utility module that can find various inconsistencies in your store and helps you fix them.
This is simple utility module that can help you find inconsistencies in your store. And it can fix most of them as well.
When you first install you store it works very well. There are almost no bugs or issues, everything run smooth. But, over the time, this changes. Your store can become sluggish, you can experience weird issues, etc...
Some of these problems are just fact of life. For example, the more data you have in your database, the slower your server will be. There is not much you can do about these. Other issues are caused by your installed modules. Only experienced developer can help you fix them.
But there are problems that can be fixed quite easily. For example, entries left in the database after you uninstalled some module. Extra php files that should not be on your system. Non-existing images still lurking in your database. And much more
This module was developed specifically for thirtybees platform. You can, however, use it on prestashop 1.6 and 1.7 platforms as well. But be aware, on these platforms (especially prestashop 1.7) some checks might not work as expected, because the semantics are different
Works as expected
So helpful. A very usefull module!
Genial y en unos segundos!!
Solución de muchos problemas en unos pocos segundos. Fácil e intuitivo
I recommend
A very useful tool.
Muchas gracias
Gracias por ayudarnos con módulos que son importantes para las web's
-
version 1.1.0 released on 11/12/2019
New test: Finds records that are not associated with shops
This new test goes through multistore-enabled records and verifies that for every record in
primary
table there exists at least one record inprimary_shop
table.If no such record exists, it is most likely a bug. You should either associate the record with some store, or delete it completely.
-
version 1.0.0 released on 11/11/2019