These pictures too big! It would be great to have ability to pick which size (imagecache preset) should be exported.

Comments

volocuga’s picture

To change image size:

Find line #433

$image = $GLOBALS['base_url'] .'/'. file_directory_path() .'/'. rawurlencode(basename($product->

and replace with

$image = $GLOBALS['base_url'] .'/'. file_directory_path() .'/imagecache/YOUR_PRESET_NAME/'. rawurlencode(basename($product->

BenK’s picture

+1 for this feature. It would be great if this could be a configurable option in the user interface.