My shop already keeps daily traffic counts in a separate MySQL table I built for that purpose. What I now need is for PrestaShop’s statistics area to stop using its default log tables and instead pull the visit numbers directly from my table. The table is updated every night and contains one row per day with the fields (date, visits); the structure can be adjusted if your code needs a different naming convention, but the data source itself must remain this single table. You will have full FTP and database credentials to a staging clone; once I confirm the numbers match my data, we can move the change to production.