Quote Originally Posted by honeypot View Post
I need to remove the attributes from the title tag as my title tags are becoming too long (over 70 characters). For example if you add an EAN attribute to a product the it also adds the EAN to the end of your title which is not needed.
I think I have found the line that does this, it is line 320 as below:

$variants_title .= ' ' . $google_base->google_base_xml_sanitizer($options->fields['products_options_values_name']);

If I delete the line then it removes the attributes from the title and just keeps the title on its own. However, how would I be able to adjust this line so instead of listing all the attributes it just lists the color attribute only. Any help?