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

Thread: Swatch Image Map not linking to Color / Images properly

  1. #1
    markmadedesign is offline Junior Member
    Join Date
    Mar 2011
    Posts
    1

    Default Swatch Image Map not linking to Color / Images properly

    Hello! I am a web developer taking over their website maintenance and storefront updates for a client's site and while familiarizing myself w/ the AspDotNet interface I have run into a baffling problem w/ the Swatch Image Map for a certain product.

    http://www.bagboycompany.com/p-72-sidekick.aspx

    The second thumbnail won't link up to the correct "Smoke Gray" colors' images for some reason. When you click on the 2nd thumb it shows the No Picture Available skin. I have correct images uploaded for Icon, Medium, and Large sizes for this color. Below is my image map link for this thumb. If I change and test the color here to 'Red', it links correctly the red images I have uploaded.

    <area href="#" onClick="setcolorpic_72('Smoke Gray')" shape="rect" coords="49, -1, 100, 50">

    I also viewed the source code (below) and am confused as to why my SmokeGray images aren't loading when they are on the server, such as this: "http://www.bagboycompany.com/images/product/medium/72_1_smokegray.jpg"

    boardpics_72['1,smokegray'] = 'skins/skin_2/images/nopicture.gif';
    boardpicslg_72['1,smokegray'] = '';

    boardpics_72['1,blue'] = 'images/product/medium/72_1_blue.jpg';
    boardpicslg_72['1,blue'] = 'images/product/large/72_1_blue.jpg';
    boardpicslgwidth_72['1,blue'] = '500';
    boardpicslgheight_72['1,blue'] = '500';

    Sorry for the long questions but I try to supply as much documentation as possible. Thanks to anyone who is willing to help my diagnose this problem.

    Thanks,
    Mark

  2. #2
    AspDotNetStorefront Staff - Erik is offline Senior Member
    Join Date
    Nov 2010
    Location
    Ashland, OR
    Posts
    168

    Default

    It appears you have this working. Do you need anything further with this issue?
    Erik Sutton
    AspDotNetStorefront Technical Support