Page 1 of 1

BuyProductDialog.aspx

Posted: Sun Dec 19, 2010 11:55 am
by iffautomation
I would like to display _SelectedOptions in a radio button layout rather than a drop down menu.
This currently occurs with my products that use kits _SelectedKitProducts.

I was wondering if I should just use the _SelectedKitProducts code to replace the current _SelectedOptions code to achieve this.
Just checking to see if there was an easier way or if I was even on the right path.

Thanks,
Tom

Re: BuyProductDialog.aspx

Posted: Mon Jan 03, 2011 6:17 am
by mazhar
Well I believe you can achieve this by modifying related code in Website/App_Code/ProductHelper.cs file's BuildProductOptions method. You need to replace drop down list code with radio button list code.