X-Cart:Automated Generation of Thumbnails from Product Images by Import

From X-Cart 4 Classic
Revision as of 13:05, 24 May 2012 by Dohtur (talk | contribs) (Created page with 'X-Cart can automatically generate thumbnail images from products' full-size images when products are imported from a CSV data file. Thus, if your store carries a multitude of pro…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

X-Cart can automatically generate thumbnail images from products' full-size images when products are imported from a CSV data file. Thus, if your store carries a multitude of products, each accompanied by an image, you can have X-Cart to automatically generate a thumbnail for all or selected products.

To take advantage of this feature:

  1. In your CSV file with product data, add a new column and name it !GENERATE_THUMBNAIL.
  2. For each product that requires a thumbnail, set 'Y' in the !GENERATE_THUMBNAIL column.

For more information, please refer to CSV_Format_for_Various_Data_Types.