Thank you very much but I found the solution.
Into the add-to-cart/variable.php I put this code and everything work!
<tr class=”<?php if ( ( $alt = $alt * -1 ) == 1 ) echo ‘alt’; ?>”>
<th> Height </th>
<td class=”product_dimensions”><?php echo $product->get_dimensions(); ?></td>
</tr>