Active
Project:
Ubercart Affiliate v2
Version:
5.x-2.1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 14:56 UTC
Updated:
22 Aug 2009 at 17:39 UTC
These pictures too big! It would be great to have ability to pick which size (imagecache preset) should be exported.
Comments
Comment #1
volocuga commentedTo 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->Comment #2
BenK commented+1 for this feature. It would be great if this could be a configurable option in the user interface.