Hi
I have installed the Woocommerce Product Enquiry Plugin. See Here: http://www.woothemes.com/products/product-enquiry-form/
It is working on main product page. See example link in private content. I am trying to get the form to also work in the QUICK VIEW but for some reason i cannot get it working without modifying main theme functions.php. I want to put changes of functions.php only in child theme so that any future updates from Legenda theme will not be effected or that the modified functions.php file will not be overwritten.
According to my developer they are having the following issue.
“All the function calls in the child theme are actually happening from the parent theme functions.php. So if we need to make any changes we need that to be done from the parent theme.
Cannot make changes in child theme as some of code that is available in the functions.php is creating the problem in the child theme.
It appears that when putting addproductenquirytab() function seems to have the bug in the code. It returns some fatal error.”
Can you please tell me how i can make changes in child theme functions.php that will be reflected in site?
thank you
Michael