Does ShopWP provide a customer account feature?
Short answer: No. A true customer account feature is something we’re actively working on and plan to roll out in the near future.
Long answer: Technically you can do it now, however it will take a bit of custom development work. You’ll need to create a WordPress user after the customer finishes paying and tie it to an order ID via the order paid Webhook. Then, you’ll need to figure out a way to save that data in either the post_meta table or some kind of custom table.
The plugin can sync order and customer information.