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
Open Manage Comics Classic.
Go to Customers → All Customers.
Click MC 2.0 Export.
Save the file to your Desktop.
Open the file in your preferred spreadsheet program (Excel, Google Sheets, Numbers).

Important data rules for the customer file:
Email addresses must be unique. Manage Comics Classic enforces this already, so you should be fine. Do not edit email addresses in this file — the email is how we match customers to subscriptions.
Phone numbers must be unique and exactly 10 digits. Duplicate or malformed phone numbers will cause import failures.

Step 2 — Export Subscription Data
In Classic, go to Pull Lists → Customer Pull Lists.
Click MC 2.0 Export.
Save to Desktop.

You now have two files: a customer export and a subscription export. Keep them somewhere you can find them.
Next step:
Importing to Ordo/Shopify → jump to Part B: Classic → Ordo/Shopify.
Importing to Oryx → jump to Part B: Classic → Oryx.
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)
Open Store Manager in RMH.
Go to Customers → Export to Excel.
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.
Open SQL Explorer.
Run the following query, replacing
DATABASENAMEwith the actual name of your ComicSuite database.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
Open ComicSuite.
From the top menu: Reports → Subscriptions → Master Subscription Summary → By Customer.
File → Save As → CSV format.
Save to your Desktop.

Next step:
Importing to Ordo/Shopify → email
help@managecomics.comwith your files. ComicSuite-to-Ordo migrations are handled by our team to ensure data quality.Importing to Oryx → jump to Part B: ComicSuite/RMH → Oryx.
Part B — Importing into Your New System
Importing Classic into Ordo (Shopify)
Before importing, confirm your customer file matches Shopify's Customer CSV format. The template is at Shopify's documentation: Shopify Customer Import CSV.
Critical rules:
Email must be unique. Manage Comics Classic enforces this, so you're probably fine. Don't edit emails — they're the match key.
Phone numbers must be 10 digits and unique. Duplicate or malformed numbers cause row-level failures.
For customers without an email, use
firstname.lastname@yourstorename.comas a placeholder.

Step 1 — Import Customers into Shopify
Log in to Shopify.
Go to Customers.
Click Import customers (top right).

Upload your customer CSV.

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.

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.

Step 3 — Import Subscriptions
Subscriptions use a Manage Comics-specific CSV template. Download it here: MC2-Subscriptions-Export-Sample.csv.
Required columns:
Column | Description |
|---|---|
The customer's email — primary identifier, must match Shopify exactly | |
Series Code | Diamond or Lunar series code (subscribes to A covers by default) |
Distributor Code | For pre-orders — the Diamond, Lunar, or PRH item code |
QTY | Quantity ordered |
Subscriber ID | Optional |
Shipping | Required — "Local Pickup" is safe as a default and can be changed later |
Price | For pre-ordered items only |
Discount | Customer's discount; leave blank if none |
If a customer doesn't have a real email, use a placeholder like firstname.lastname@yourstorename.com — but it must match the email on the customer record in Shopify. If the emails don't match, the subscription has nothing to attach to.
Step 4 — Upload the Subscriptions File
In the Shopify admin, go to Apps → Manage Comics Subscriptions → Settings.
Click Import Subscriptions.
Upload your subscriptions CSV.
Stay on the page. You'll get a success message with a downloadable results file. Download it.

Step 5 — 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.

You're done! All your Classic subscriptions are now live in Ordo.
Importing Classic into Oryx
The Oryx import flow is simpler because you import directly into Oryx — there's no intermediary Shopify step.
Step 1 — Import Customers
Open Oryx.
Go to Settings → Import Customers.
For Type, choose Manage Comics.
Drag your Customers file into the file drop zone.
Click Upload.

Oryx will generate a confirmation file. Download it and review for failures.
Step 2 — Import Subscriptions
Go to Settings → Import Subscriptions.
For Type, choose Manage Comics.
Drag your Subscriptions file into the drop zone.
Click Upload.

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.
Importing ComicSuite / RMH into Oryx
The flow is identical to the Classic → Oryx path above:
Settings → Import Customers → Type "Manage Comics" → drop your customer file → Upload.
Settings → Import Subscriptions → Type "Manage Comics" → drop your subscription file → Upload.
Review the confirmation files for each.
Verify at Customers → Customer Lists.
If any rows fail, the confirmation file tells you which ones and why. The most common causes are email mismatches between the two files (the subscription file references an email that isn't in the customer file), duplicate phone numbers, or missing required fields.
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.
