This command should import most things like products, orders, customers etc for you but there are still some things that you'll need to configure by yourself.
If there's anything you neeed to customise for your store, just do it. It's why I didn't ship this as a package.
- Copy over the
site
directory of the site that used Statamify. - Install Statamic's Migrator addon (this import script uses it)
composer require statamic/migrator --dev
- Create a file in your
App\Console\Commands
folder calledStatamifyImportCommand.php
. - Copy the whole of the script (the other Gist file) and paste it in as the command's contents.