BuyProductDialog.aspx

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
iffautomation
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Sat Jun 06, 2009 7:44 am
Location: Indiana
Contact:

BuyProductDialog.aspx

Post by iffautomation » Sun Dec 19, 2010 11:55 am

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

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: BuyProductDialog.aspx

Post by mazhar » Mon Jan 03, 2011 6:17 am

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.

Post Reply