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: Modify size of pop-up description box for kits

  1. #1
    Matt Bullock is offline Junior Member
    Join Date
    May 2009
    Posts
    5

    Question Modify size of pop-up description box for kits

    We are using kits to sell customized computers. When you click on "More Info" on the kit page, a pop-up appears with whatever we entered in to the "description" field for the appropriate kit item. However, this box seems to be locked as to the height and width with no way to expand it. Any idea how we can enlarge that pop-up description box as it is too small to hold our descriptions which contain images. Thanks!

  2. #2
    MarkC is offline Developer
    Join Date
    Aug 2006
    Posts
    166

    Default

    You will need source code for this, as the html for the kit options is generated via the extension function GetKitItemOptions, if you're using the xml packageroduct.kitproduct.xml.config which can be found in XsltExtensionBase.cs. There you can edit the call to the javascript function popupkitgroupwh so you can specify your preferred width and height.