With standard java dropdown's its simple like this example.
http://www.felgall.com/jstip22.htm
I am looking threw the Producthelper.cs, BuyProductDialog.ascx, and ShowProduct 1.htm
I found the lines
Code: Select all
public static Dictionary<int, int> BuildProductOptions(Product product, PlaceHolder phOptions)
{
Code: Select all
protected void GetSelectedKitOptions()
{
_SelectedKitProducts = new List<int>();
//COLLECT ANY KIT VALUES
Code: Select all
[[ConLib:BuyProductDialog]]
I know that "options and variants" has this type of control i am looking for. But I have to use kits for pricing / inventory reasons.
Any suggestion on what file to try to add the scrip too?