EasyPopulate

Creating products from a CSV

EasyPopulate

Rather than enter products one-by-one in the admin panel, some storeowners prefer to use tools that will import a CSV containing product information. One such tool is called EasyPopulate. Other spellings of this name include:

  • “Easy Populate”
  • “EZPopulate”
  • “EZ-Populate”

You can find EasyPopulate in the Plugins Library. Many versions exist; the one version linked here is the most recent and well supported.

Notes on using EasyPopulate:

  • Loading data is a two-step process: first you upload the file, then you import the data.
  • The key for product data imports is the model number field. You may wish to use Find Duplicate Models as an aid to making your model numbers unique if you suspect you have duplicates.

DbIo - an alternative to EasyPopulate

Please see Database I/O Manager (DbIo).

Custom Population Scripts

Many stores will use custom scripts that read feed files, externally generated CSVs and other sources of product data. Some things to consider if you are building or maintaining such a tool:

  • Be sure to create entries in the products_to_categories table that map each product to at least one category.
  • Be sure to run Products Price Sorter after changing prices so sort by price will work properly. The programmatic way to do this is by calling zen_update_products_price_sorter().



Still have questions? Use the Search box in the upper right, or try the full list of FAQs. If you can't find it there, head over to the Zen Cart support forum and ask there in the appropriate subforum. In your post, please include your Zen Cart and PHP versions, and a link to your site.

Is there an error or omission on this page? Please post to General Questions on the support forum. Or, if you'd like to open a pull request, just review the guidelines and get started. You can even PR right here.
Last modified May 22, 2023 by Scott C Wilson (888cc63).