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: VariantsInDropDown XML - Drop Down Width

  1. #1
    rfrancisco is offline Junior Member
    Join Date
    Jan 2011
    Posts
    5

    Default VariantsInDropDown XML - Drop Down Width

    is there a way to set the width of the drop down for the variants as the product names and price are too long for my page?

    Options: <select name="variants" onchange="SetCartVariant(this.value)">
    <xsl:apply-templates select="/root/ProductVariants/Variant" />
    </select>

    i tried putting a <div> around this and it didnt work for the width. Any ideas?

  2. #2
    rfrancisco is offline Junior Member
    Join Date
    Jan 2011
    Posts
    5

    Default

    thanks this worked! thank you so much! this method will be very useful as i am new to storefront. thanks again!