Description
Is this enhancement related to a problem? Please describe.
When installing CoCart, immediately our session handler is used but we also use our own session table which means if the store is not new, any guest customer is going to lose track of their current cart session and stores who don't have persistant cart for registered customers are also going to lose track of their cart session if the transfer process is not completed.
The user is not required to run the Setup Wizard for CoCart but one step in between provides the ability to transfer sessions over so they are not lost. While the process for this is not limited to the setup wizard, it's a process that needs to be more user friendly for stores that are already running in production.
Describe the solution you'd like
Run the transfer upon the installation of CoCart the first time round automatically.
Additional context
Tools like ManageWP, MainWP, Blogvault, Modular DS, etc... to manage several client websites are installing plugins in bulk and never get to see the setup wizard unless they log in to each website, so I think this should be performed by default to not disrupt their clients stores.