Custom Post Type to replace Woocommerce products – page not found error

I haven’t tried this myself yet – and I would probably always prefer to go with the default ‘products’ for compatibility reasons… However it should be very well possible to add your own CPT to WooCommerce and then “move” all products to that new CPT.

First you’ll have to add a CPT to your WordPress installation that is compatible with WooCommerce so you can add things to the cart etc. Reigel Gallarde has written a step-by-step guide on how to do this: How to add custom post type to WooCommerce.

Then you could export all Products and import them as Solutions using the
pTypeConverter.

Don’t forget to backup everything before you start!