I notice the emails that are sent when someone uses the "contact seller" link were not including any information about the product other than a link to it.
so I looked at contact.php and found this line.
Code:
Content visible to verified customers only.
It appears that for some reason, the sql SELECT statement in contact.php is not setting the $title variable for some reason.
This is what I have on contact.php (this is unedited from the original)
Code:
Content visible to verified customers only.
Can someone tell me what is wrong with that code that would prevent it from setting the $title.
I know $productid is being set correctly because the links are being generated correctly by this:
Code:
Content visible to verified customers only.