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, please refer to [[X-Cart:CSV_Format_for_Various_Data_Types#Products | CSV_Format_for_Various_Data_Types]].
+
For more information, see [[X-Cart:CSV_Format_for_Various_Data_Types#Products | CSV Format for Various Data Types]].

Revision as of 13:12, 24 May 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 CSV Format for Various Data Types.