Osclass forums

Support forums => Plugins => Cars attributes => Topic started by: Nazar on September 21, 2015, 12:26:12 pm

Title: Fixing New field on item detail page
Post by: Nazar on September 21, 2015, 12:26:12 pm
If your "New" field on item detail page is looking like in attachment you can fix it by editing item_detail.php on line 88

before
Code: [Select]
<td><label><?php _e('New''cars_attributes'); ?>: </label></td>
after
Code: [Select]
<td width="150px"><label><?php _e('New''cars_attributes'); ?>: </label></td>