VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: crystalm28 on January 29, 2013, 13:05:55 PM

Title: Letters under the Custom Field of Size
Post by: crystalm28 on January 29, 2013, 13:05:55 PM
How do I remove the two letters under the Size attribute? Please see attached image.
Thank you in advance

[attachment cleanup by admin]
Title: Re: Letters under the Custom Field of Size
Post by: PRO on January 29, 2013, 13:17:47 PM
views/productdetails/tmpl/default_addtocart.php

I assume its the "Description"


Remove
<span class="product-field-desc"><?php echo $field->custom_field_desc ?></span>

Test to make sure its correct