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?
Bookmarks