• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

sternyy
#1 Posted : Thursday, December 3, 2009 3:24:43 PM(UTC)
sternyy

Rank: Member

Joined: 1/10/2005(UTC)
Posts: 714

Thanks: 14 times
Was thanked: 1 time(s) in 1 post(s)
Is there a way to align certain product variants? I want my variants that have a radio button w/image to be horizontal, and my variants that either have a radio button or drop down list to be vertical. An example can be shown here: http://store.apple.com/us/product/TW288ZM/A?fnode=MTY1NDA2Ng&mco=MTQ4ODY2ODQ
Aaron
#2 Posted : Thursday, December 3, 2009 5:02:16 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,393
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Just edit the controls in the /BVModules/ProductChoices and /BVAdmin/ProductModifiers folders and create the necessary CSS.
Aaron Sherrick
BV Commerce
Toll-free 888-665-8637 - Int'l +1 717-220-0012
sternyy
#3 Posted : Friday, December 4, 2009 10:49:04 AM(UTC)
sternyy

Rank: Member

Joined: 1/10/2005(UTC)
Posts: 714

Thanks: 14 times
Was thanked: 1 time(s) in 1 post(s)
Hmmm. Looks like its creating a table for the image radio buttons. That is why its creating a vertical format. I looked in the codebehind but its just a tad bit over my head on why its creating a row for each option. I got it to work somewhat, but the table wont wrap so thats where i am stuck.

<table>
<tr><td>Radiobutton</td><td>Radio Button Image</td></tr>
<tr><td>Radiobutton</td><td>Radio Button Image</td></tr>
<tr><td>Radiobutton</td><td>Radio Button Image</td></tr>
<tr><td>Radiobutton</td><td>Radio Button Image</td></tr>
</table>


I got it to this below, but ofcourse, the columns wont wrap when it hits the fixed width of the table. I wish i could (and knew how) it would create this with DIVS because it would be a lot easier lol.



<table>
<tr>

<td>Radiobutton</td><td>Radio Button Image</td>
<td>Radiobutton</td><td>Radio Button Image</td>
<td>Radiobutton</td><td>Radio Button Image</td>
<td>Radiobutton</td><td>Radio Button Image</td>

</tr>
</table>
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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012