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 7 of 7

Thread: custom product preview icons - 1, 2, 3, 4, etc...

  1. #1
    mvegas is offline Junior Member
    Join Date
    May 2010
    Posts
    4

    Default custom product preview icons - 1, 2, 3, 4, etc...

    I want to customize the icons that show up when there are multiple images for a product. The current icons simply say "1, 2, 3, 4" etc...but I'd like to make mini-product icons instead. Anyone know where or how I can do that??

    My client doesn't like the "1, 2, 3" buttons. The users are supposed to click on the icons to toggle through the product images. She wants them to be mini-product icons.

    Any help would be greatly appreciated.

    Thanks,
    Matt

  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 would be the UseImagesForMultiNav function. See the bottom of this page.

  3. #3
    mvegas is offline Junior Member
    Join Date
    May 2010
    Posts
    4

    Thumbs up

    Perfect! Thanks Scott. Just what I was looking for.

  4. #4
    chrismartz is offline Senior Member
    Join Date
    Apr 2010
    Posts
    339

    Default

    Do the micro images not work when set as productID_1_.jpg? What file is the script looking for for the useimagesformultinav option?

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

    Default

    Micro images are named slightly differently, you need to remove the trailing underscore - productID_1.jpg

  6. #6
    chrismartz is offline Senior Member
    Join Date
    Apr 2010
    Posts
    339

    Default

    Is there any reason that an image named by SKU that contain a - does not open with the popuplarge_RPC-201055() function? does the toLowerCase() in the javascript not like the -?

  7. #7
    chrismartz is offline Senior Member
    Join Date
    Apr 2010
    Posts
    339

    Default

    Found the reason for this. It is due to the hyphen being in the name of the variable. Just changed the variable name to be the ID of the product and working perfect.