How-To Guide
7 min read

How to Import Products to OpenCart (2026 Guide)

After converting your data with one of our tools, follow these steps to import the products into OpenCart.

Import Steps

1

Install a CSV import extension if needed

Some OpenCart versions include a built-in Export/Import Tool under System > Maintenance that supports product import in spreadsheet format. If your version does not have this, search the OpenCart Marketplace for a free product import extension and install it via Extensions, then Installer in your admin panel.

Warning: Always create a full backup of your OpenCart database and files before installing any extension or running an import.
2

Prepare your CSV file

Create a CSV file with your product data. Required fields include model (the product SKU, which must be unique), name, and price. Include additional columns for description, quantity, weight, categories, and images as needed. Save the file in CSV format with UTF-8 encoding.

Tip: Set quantity to a value greater than 0 for products you want visible on the storefront. Products with quantity 0 may be hidden by default.
3

Configure import delimiters

In the import extension settings, configure the delimiter character that separates values in your CSV file. The most common delimiter is a comma, but some files use semicolons or tabs. Make sure this setting matches your file's actual format to prevent data from being parsed incorrectly.

4

Upload your CSV file

Navigate to the import extension in your OpenCart admin (typically found under Extensions or in a dedicated Import/Export menu). Select your CSV file for upload. Some extensions also support XLS, XLSX, and XML formats.

OpenCart CSV Product Import extension file upload interface
Select your CSV file to upload in the import extension
5

Map CSV columns to OpenCart fields

The import extension will display a field-mapping screen where you link each CSV column to the corresponding OpenCart database field. Map essential fields like product name, model, price, and quantity. Set any unmapped columns to be skipped during import.

OpenCart CSV import column mapping interface linking CSV columns to product fields
Map each CSV column to the corresponding OpenCart product field
6

Run the import

Click Import to begin processing your CSV file. The extension will create products in your OpenCart store based on the mapped data. Wait for the import process to complete without navigating away from the page.

OpenCart CSV import progress and results screen
Import progress showing products being processed
7

Verify imported products

Go to Catalog, then Products in your OpenCart admin panel to review the imported products. Check that product names, prices, images, categories, and stock levels are correct. Verify the storefront to confirm products display properly to customers.

Tip: If product images are missing, check that the image file paths in your CSV match the actual paths in your OpenCart catalog/product directory.

Required OpenCart Fields

Field Type Description Example
model Text Product model/SKU (must be unique) WIDGET-001
name Text Product name Blue Widget
price Currency Regular price 49.99

OpenCart requires these fields for successful import.

Tip Make sure your converted file is saved and ready before starting the import. You can preview the converted data in the tool before downloading.

Frequently Asked Questions

OpenCart accepts CSV files for importing products. Our converter ensures the file is formatted correctly for OpenCart.
Check the error message from the platform. Common issues include date format mismatches, missing required fields, or duplicate entries. Our converter handles most formatting issues automatically.