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

Thread: Picture Swatches on the Side

  1. #1
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default Picture Swatches on the Side

    Is it possible to have picture swatches on the side, like in this sample?

    I have ML v8.0
    Attached Images Attached Images  

  2. #2
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default

    Here is one of the examples that was done with ADNSF!

    http://www.theresakathryn.com/p-49-c...-17-inch.aspx#

    How can this be done?

  3. #3
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    If you have a source code, it only takes a little tweaking on the AspDotNetStorefrontCore.XSLTExtensionBase.LookupPr oductImage

  4. #4
    jamotion is offline Senior Member
    Join Date
    Jul 2007
    Posts
    215

    Default

    What needs to be tweeked?

  5. #5
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    If you have the source, you'll need to tweak the arrangement of the
    LookupProductImage method of the XSLTExtensionBase class under the AspDotNetStorefrontCore project, instead of just using <DIV>, you'll need to contain them using this pattern:
    <table style="width: 100%;">
    <tr>
    <td>
    PRODUCT IMAGE
    </td>
    <td>
    MULTI-IMAGES
    </td>
    </tr>
    <tr>
    <td colspan = "2" align ="center"> View large image link
    </td>
    </tr>
    <tr>
    <td colspan = "2" align ="center">SWATCHES</td>
    </tr>
    </table>

  6. #6
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default

    Where exactly do we make that modification?

  7. #7
    Louie is offline Senior Member
    Join Date
    Oct 2008
    Posts
    126

    Default

    Look for LookupProductImage as mentioned by Jao inside XSLTExtensionBase.cs.

  8. #8
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default

    Is there a way to achieve what was done here, which is also ADNSF: http://www.theresakathryn.com/p-49-c...-17-inch.aspx#

    If you click on the colors the other views change to an appropriate color.

  9. #9
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    That's already baked. First, you'll have to set the Color attribute for that product, then on the Product>Images tab under the Multi-Manager, set a picture for that particular Color attribute and that's it...

  10. #10
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default

    I got it! Thanks!

    Is there a way to change the colors of the pictures swatches when different colors are selected? Right now when I select different colors, the pictures swatches color stays the same for all colors.

  11. #11
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    That isn't out of the box and would require a little customization work...

  12. #12
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default

    Is there a way to move the color swatches to a different place? Right now my color swatches are below my picture swatches, I would like to move them some where else on the page. Is that possible?