When moving to commercetools Frontend, you might want to take many things with you from the setup of your legacy project setup, like product data, code, and designs. This page will go through what you can take with you, how you can do it, and which external systems are involved.
Product data
Customer data
commercetools Frontend does not store customer data, such as accounts, passwords, addresses, carts, orders, or wishlists. Like for product data, you should integrate Frontend with a headless commerce system to manage this data. The out-of-the-box integration with Composable Commerce helps you with it.
User sessions
It is not possible to migrate user sessions due to privacy restrictions. We recommend that you either ignore this issue or put a prominent banner about your re-launch on your home or landing pages.
URLs
commercetools Frontend provides flexibility regarding your URL scheme for static pages (for example, landing pages) and dynamic pages (for example, product detail pages).
With commercetools Frontend you can:
- Rebuild the URL paths for static pages in the Site builder.
- Manipulate the standard URL scheme for dynamic pages.
Content
Content management and delivery is a pivotal consideration when migrating to a new solution for digital commerce. Depending on your needs we recommend considering whether to use a headless CMS together with commercetools Frontend.
JavaScript/ReactJS components
CSS
If you bring UI components into your project, they will probably already have the related CSS code. You only need to ensure that your CSS works well with our grid system.
If you include the components using Yarn, webpack will automatically include your components' CSS code. If you decide to copy commercetools Frontend's UI component library, you can continue using your CSS by adding it to the library.