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
Not sure if I understood it correctly, but...
In your product/product.tpl, find:
and replace with
This will give you the option description right above the dropdown (on 2 lines)
In your product/product.tpl, find:
Code: Select all
<td><?php echo $option['name']; ?>:</td>
<td><select name="option[<?php echo $option['option_id']; ?>]">
Code: Select all
<td><?php echo $option['name']; ?>:<br />
<select name="option[<?php echo $option['option_id']; ?>]">
Request Reviews v1.0 released.
Who is online
Users browsing this forum: Amazon [Bot], Baidu [Spider] and 24 guests