Post by joshuaer » Fri Oct 16, 2009 12:30 am

Hello

Is there a way to move the available options description above the dropdown list? Or some how give the description more roo so it is not all bunched up on the side? If you have more than one available option that is kind of wordy then they all run together.

Thanks

New member

Posts

Joined
Wed Jan 09, 2008 12:01 am

User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by dbstr » Fri Oct 16, 2009 2:04 am

Not sure if I understood it correctly, but...

In your product/product.tpl, find:

Code: Select all

<td><?php echo $option['name']; ?>:</td>
                  <td><select name="option[<?php echo $option['option_id']; ?>]">
and replace with

Code: Select all

<td><?php echo $option['name']; ?>:<br />
                  <select name="option[<?php echo $option['option_id']; ?>]">
This will give you the option description right above the dropdown (on 2 lines)

Request Reviews v1.0 released.


Active Member

Posts

Joined
Sun Aug 30, 2009 12:20 am

Post by joshuaer » Fri Oct 16, 2009 3:41 am

Thank you Qphoria that was exactly what I was looking for

New member

Posts

Joined
Wed Jan 09, 2008 12:01 am
Who is online

Users browsing this forum: Amazon [Bot], Baidu [Spider] and 24 guests