BV Commerce Forum
»
BV Commerce Support
»
General Support
»
BV 5.7.4 - Multiple Choice Type Properties
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
Im having a small issue with multiple choice type properties in 5.7.4. When you re-arrange the properties in the list, the last item that you selected now becomes the default item. If you didn't want to choose a default item, you have to delete all the items and restart over again and create new items in the exact order you want. Doesnt help if you need to add new items and rearrange them at a later time.
1) Create a new Multiple Choice Type Property
2) Add 2 or 3 properties
3) Re arrange properties in a new order.
4) The last property that you selected now becomes the defualt item. If you don't want a default item, you can not unselect it.
|
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
Possible Solution?
Around Line 145 of ProductTypePropertiesEdit.aspx.vb
Change li.Selected = True
to
li.Selected = False
That way when you move in item, it doesnt automatically select it anymore. Any problems?
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.