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: How to show Big Product Image for medium and icon?

  1. #1
    kdalal is offline Member
    Join Date
    Aug 2009
    Location
    USA
    Posts
    50

    Default How to show Big Product Image for medium and icon?

    Is there any way where if we have uploaded big image and there is no icon and medium image then it will show the same big image making the size small and display it automatically?

    Which parameter i have to set?

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

    Default

    There's no simple AppConfig for that, that would take some modifications. Having it display the large image would be a relatively simple XML package mod, but dynamically resizing the image down to display right would be a source code mod, and would be a serious performance hit on the page load times.

    It would be a lot easier to just make sure you're uploading all of the images properly. If you're on a recent version with the Image Resize feature, that's very simple. All you have to do is upload the large image and the others are created.

  3. #3
    kdalal is offline Member
    Join Date
    Aug 2009
    Location
    USA
    Posts
    50

    Default

    Thank You Very much.