I want to change the Product Screen to display the Variant as a Radio 
Select.

I tried to add the widget to basket/form.py class 
AddToBasketForm(forms.Form), but you can only have 1 widget called.

The existing widget is: 

            widget=[forms.RadioSelect(), 
widgets.AdvancedSelect(disabled_values=disabled_values)])

If I change it to: 

            widget=forms.RadioSelect())

It works as I want, but no longer eliminates disabled values.

Any idea how to do this?

cheers,  Mykl

-- 
https://github.com/tangentlabs/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
--- 
You received this message because you are subscribed to the Google Groups 
"django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-oscar+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/django-oscar/1bbff19d-5069-4021-b434-783924793820%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to