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
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 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 |
|
|
|
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.