Manage Comics 2 Help

Manage Comics 2 Help

Migration, Imports & POS Integrations

Importing into Manage Comics

Applies to: Both — with separate import paths for Ordo (Shopify) and Oryx, and separate source-system paths for Manage Comics Classic, ComicSuite, and RMH.

Last updated on 08 Jul, 2026

This article is your complete import guide. It's divided into two halves: Part A — Exporting from your old system (Classic, ComicSuite, or RMH), and Part B — Importing into your new system (Ordo or Oryx). Jump to the combination you need.

Part A — Exporting Your Old Data

Exporting from Manage Comics Classic

Step 1 — Export Customer Data

  1. Open Manage Comics Classic.

  2. Go to Customers → All Customers.

  3. Click MC 2.0 Export.

  4. Save the file to your Desktop.

Screenshot 2026-04-20 155544.png

Do not edit email addresses. The email is how we match customers to subscriptions. You don't need to clean up phone numbers or check for duplicates — we handle that during the import.

article_image_e08dc5be-6696-4dbd-a0b7-50dd440b98f3.png

Step 2 — Export Subscription Data

  1. In Classic, go to Pull Lists → Customer Pull Lists.

  2. Click MC 2.0 Export.

  3. Save to Desktop.

article_image_361e88a9-3dea-4cd6-9584-f7750ed1330c.png

You now have two files: a customer export and a subscription export. Keep them somewhere you can find them.

Next step:

Jump to Part B: Sending us your files.


Exporting from ComicSuite

You need two files from ComicSuite: a customer list and a subscription list. There are two options for the customer export (a basic RMH export and a more complete SQL dump); the SQL dump is preferred if you have access.

Step 1a — Export Customers (basic, via RMH)

  1. Open Store Manager in RMH.

  2. Go to Customers → Export to Excel.

  3. Save the file somewhere you can find it.

Step 1b — Export Customers (advanced, via SQL)

This path preserves more fields and is preferred when it's available to you.

  1. Open SQL Explorer.

  2. Run the following query, replacing DATABASENAME with the actual name of your ComicSuite database.

  3. Save the result as a CSV with headers.

Do not change any of the fields. Don't reorder them, don't add fields, don't remove fields. The import expects this exact column set.

SQL/****** Script for EXPORTING ALL CUSTOMERS RM ******/
SELECT
  [AccountNumber],
  [FirstName],
  [LastName],
  [EmailAddress],
  [PhoneNumber],
  [Address],
  [Address2],
  [Country],
  [City],
  [Zip],
  [AccountBalance],
  [CreditLimit],
  [totalsales],
  [totalvisits],
  [CurrentDiscount],
  [pricelevel],
  [taxexempt],
  [notes],
  [vouchers],
  [limitpurchase],
  [layawaycustomer]
FROM [DATABASENAME].[dbo].[Customer];

Step 2 — Export Subscription List

  1. Open ComicSuite.

  2. From the top menu: Reports → Subscriptions → Master Subscription Summary → By Customer.

  3. File → Save As → CSV format.

  4. Save to your Desktop.

article_image_f1498e49-ffe4-4660-92ea-eee571986116.png

Next step:

Jump to Part B: Sending us your files.


Part B — Sending Us Your Files for Cleaning

Before you import anything, send us your export files. Raw exports almost always contain things that cause import failures — duplicate emails, malformed phone numbers, encoding problems, series titles that don't match. We fix and clean the files for you so your import goes through the first time.

Email your files to help@managecomics.com and include:

  • Your shop name.

  • Your source system (Classic, ComicSuite, or RMH).

  • Your destination system (Ordo or Oryx).

  • Your customer file and your subscription file.

What we do

  1. We review your files and fix what can be fixed: duplicate phone numbers, formatting, character encoding, and series matching.

  2. Anything that needs a decision from you — duplicate emails, customers without an email address — we flag and confirm before finalizing.

  3. We email your cleaned files back, ready to import.

Coming from a different system?

If you're migrating from a system other than Classic, ComicSuite, or RMH, export whatever customer and subscription data you can to CSV and send it along. We'll format it to match the import templates.

Next step: 

Once your cleaned files come back, continue to Part C for your destination system.

Part C — Importing into Your New System

Importing into Ordo (Shopify)

Use the cleaned files we sent back. Customers import through Shopify's standard customer import; subscriptions import through the Manage Comics app.

Step 1 — Import Customers into Shopify

  1. Log in to Shopify.

  2. Go to Customers.

  3. Click Import customers (top right).

Screenshot 2026-04-20 155932.png
  1. Upload your cleaned customer CSV.

Screenshot 2026-04-20 160008.png
  1. Check the box: "Overwrite existing customers that have the same email or phone." This merges your import with any customers who already exist in Shopify. If you skip this, existing customers will cause row-level failures.

Screenshot 2026-04-20 160137.png
  1. Submit the import. Shopify processes it in the background and emails you when it's done.

Step 2 — Review the Confirmation Email

Shopify emails you a report of what imported and what failed. Open the failures file and fix each row — most failures are phone number format or duplicate emails. Re-upload the corrected file.

article_image_26ea3682-32a0-4e03-b539-a4eb2e2019e6.png

Step 3 — Import Subscriptions

  1. In the Shopify admin, go to Apps → Manage Comics Subscriptions → Settings.

  2. Click Import Subscriptions.

  3. Upload your subscriptions CSV.

  4. Stay on the page. You'll get a success message with a downloadable results file. Download it.

article_image_9e36cb66-84b2-49fd-9481-39ea394a4394.jpg

Step 4 — Review the Results

Review the results file. It lists every row that succeeded and every row that failed with a reason. Fix failures in the source CSV and re-import just the fixed rows.

Then go to Customers → Customer Lists in the Manage Comics app to verify your imported subs are attached to the right customers.

article_image_bc59ba05-bde4-49cc-a093-867da909ddca.jpg

You're done! All your Classic subscriptions are now live in Ordo.


Importing Classic into Oryx

The Oryx flow is simpler because you import directly into Oryx — there's no intermediary Shopify step. This is the same whether your data came from Classic, ComicSuite, or RMH.

Step 1 — Import Customers

  1. Open Oryx.

  2. Go to Settings → Import Customers.

  3. For Type, choose Manage Comics.

  4. Drag your Customers file into the file drop zone.

  5. Click Upload.

article_image_2cad3113-af06-4e9f-af6c-b73146c725da.jpg

Oryx will generate a confirmation file. Download it and review for failures.

Step 2 — Import Subscriptions

  1. Go to Settings → Import Subscriptions.

  2. For Type, choose Manage Comics.

  3. Drag your Subscriptions file into the drop zone.

  4. Click Upload.

article_image_90eb74a1-385c-43e0-b91b-a279743e8d97.jpg

Review the confirmation file for any failures and re-upload a corrected file if needed.

Step 3 — Verify

Go to Customers → Customer Lists to confirm your customers and subs look right.


Getting Help with an Import

Import issues are some of the most common support requests we get. If you hit something that the confirmation file doesn't explain clearly, email help@managecomics.com with:

  • Your source system (Classic, ComicSuite, RMH).

  • Your destination system (Ordo or Oryx).

  • The confirmation file from the failed import.

  • If possible, the original CSV files you uploaded.

We can usually identify the cause within a business day.


Did you find this article helpful?
Previous

Migration from Classic Manage Comics

Next