Difference between revisions of "X-Cart:Automated Generation of Thumbnails from Product Images by Import"

From X-Cart 4 Classic
Jump to: navigation, search
Line 6: Line 6:
 
# For each product that requires a thumbnail, set 'Y' in the !GENERATE_THUMBNAIL column.
 
# For each product that requires a thumbnail, set 'Y' in the !GENERATE_THUMBNAIL column.
  
For more information, see [[X-Cart:CSV_Format_for_Various_Data_Types#Products | CSV Format for Various Data Types]].
+
For more information, see also:
 +
* [[X-Cart:CSV_Format_for_Various_Data_Types#Products | CSV Format for Various Data Types]]
 +
* [[X-Cart:How_to_export_and_import_products_with_images | How to export and import products with images]]

Revision as of 12:10, 12 October 2012

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, see also: