VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: webceo on July 21, 2012, 12:22:33 PM

Title: Editing a parent product renames its children products
Post by: webceo on July 21, 2012, 12:22:33 PM
I'm having an issue when editing products that have children. If a child product's name has the inch symbol (") in it, editing the parent will truncate the child product's name at the inch symbol position. I temporarily fixed this by adding the following code to the file administrator/components/com_virtuemart/views/product/tmpl/product_edit_information.php at the line 362

$child->product_name = preg_replace("/\"/",""",$child->product_name);

I'm using VM 2.0.8e and Joomla 2.5.6