We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15459
    • 5 Posts
    Hi Everyone,

    I have searched high and low and cannot seem to find anything about how to setup Treasure Chest for products that come in different sizes and or colors. Ideally I would like to display a product on a page, with drop down selectors for size and color. Is the functionallity already there and I just can’t find it, or is this something I would be better off custom programming?

    If anyone has done this, would love to hear how you did it.

    Thanks in advance,
    Katrina.
      • 22574
      • 181 Posts
      Try adding something like:

      <select name="sizes">
            <option value="small">Small</option>
            <option value="med">Medium</option>
          </select>


      into the option1 of the products info in TreasureChest.

      This should show up in the view cart panel, I haven’t got my options to carry over to paypal yet, and I also cant find any documentation on how this should be done.

      I also read that some people had problems with multiple options all begin changed to the last choice, eg: you have two products you choose small for the first and medium for the second, then the first option is also changed to medium.

      Hope that helps?!