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

From X-Cart 4 Classic
Jump to: navigation, search
(# For X-Cart versions before 4.7.9 you have to add and fill the !ADD_DATE column)
 
Line 5: Line 5:
 
# In your CSV file with product data, add a new column and name it ''!GENERATE_THUMBNAIL''.
 
# In your CSV file with product data, add a new column and name it ''!GENERATE_THUMBNAIL''.
 
# 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 X-Cart versions before 4.7.9 you have to add and fill the !ADD_DATE column
  
 
After importing the CSV file with your product data, run the generation of thumbnails using this URL:<br />
 
After importing the CSV file with your product data, run the generation of thumbnails using this URL:<br />

Latest revision as of 11:59, 6 May 2020

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.
  3. For X-Cart versions before 4.7.9 you have to add and fill the !ADD_DATE column

After importing the CSV file with your product data, run the generation of thumbnails using this URL:
http://<YOUR_STORE_DOMAIN>/admin/tools.php?generate_thumbnails=Y
(Be sure to replace the portion <YOUR_XCART_DOMAIN> with the actual domain name of your X-Cart store).

For more information, see also: