Hi,
Thank you for reaching out.
In EasyStore, product IDs are auto-incremented in the database, so even if you delete products, the next product added will continue from the last highest ID. That’s why you’re seeing 255 even though there are no products.
Currently, there’s no built-in option in the EasyStore admin panel to reset product IDs. Resetting the ID sequence would require direct database access and running an SQL command to reset the auto-increment counter.
⚠️ Important: Modifying the database directly can cause issues if not done carefully. Make sure to back up your store before attempting this.
Best regards,