Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: ML9 - Add 4th image size

  1. #1
    davlun is offline Member
    Join Date
    Apr 2010
    Posts
    36

    Default ML9 - Add 4th image size

    Hello,

    Is it possible to add an additional image size declaration, in addition to icon, medium and large? For example, icon, small, medium and large.

    The goal would be to add necessary appconnfig variables so that it could auto create all four sizes instead of usual three when uploading product images.

    If this is possible, anyone know what those appconfig variables would be?

    Regards,

    David

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That's going to take more than just adding AppConfigs. You'd have to customize all of the pages in the admin site that reference the images to be able to handle the 4th size, change the image resize code to create it (source code required), change the image lookup tokens and XSL functions to recognize it, etc.

  3. #3
    davlun is offline Member
    Join Date
    Apr 2010
    Posts
    36

    Default Thanks - will use CSS instead

    Thanks for the info. Another post here suggesting using CSS to get intermediate sizes so will try that route, seems much simpler.

    David