Quote:
Originally Posted by balinor
You'd need to hard-code a width in modules/product_options/customer_options.tpl
|
Yes, I tried that. I changed:
Code:
<td valign="middle" height="25">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class}{/if}</td>
<td valign="middle">
to this:
Code:
<td valign="middle" height="25" width="200">{if $usertype eq "A"}{$v.class}{else}{$v.classtext|default:$v.class}{/if}</td>
<td valign="middle" width="200">
With no success............