Product Import & Export

The Product Import allows you to import new products or update existing products from an CSV file.  A good way to start the import is to enter a couple products using the UI and then export.  Exporting gives you a good sample CSV file to work with.  When importing your products the program will lookup products by SKU, if the product currently exists in the database the import program will update the existing product and if the product SKU does not exist the import program will insert a new record in the database.

Load the Admin Console

From the Admin Menu in your DNN portal, select RazorCart admin console:

 
 
 
 
You will be taken to the dashboard of your store. 
 
 
 
 

Select the Products tab under Inventory on the left hand side.

 
 
 
 

Exporting Products

Click the "Export" button on the manage products page as follows:
 
 
After you click the export button and product csv file will be downloaded to your computer.
 

Importing Products

Click the "Import" button on the manage products page as follows:
 
 
 
 
Next, select the "Import Type" and click the "Browse" button:
 
 
 
 
 
Navigate to the CSV file you want to import and select your CSV file.  Click the "Import" button to start the import.
 
 
 
When the import is complete, a message stating that the import was successful is displayed.
 

Importing Product Images

Importing images is a 2 step process.  
 
Step 1 - Enter your image names (without path) in the CSV file
 
Step 2 - Upload your image files (jpg, png, etc.) to the following folders on the server where you have installed RazorCart:
 
Thumbnail Images - \portals\{0}\razorcart\thumbnails
Large Images - \portals\{0}\razorcart\images
Zoom Images - \portals\{0}\razorcart\zoomimages
 
You would simply replace the {0} placeholder with the Portal ID for your store.
 
Just make sure that the name of the image file In the "Image" cell of the spreadsheet for each product matches.
 

 

Add Feedback