Hi,
I'm using virtuemart 1.9.8H and joomla 1.7.1. After submitting "ask a question about this product" form in facebox window load my whole template, so i have to scroll down, to find information about result and window close button. Here is another problem, button doesn't work. In Firebug Console after pressing this button I have error window.parent.document.getElementById("sbox-window").close is not a function
In Facebox window with my layout is another jquery so probably that cause this problem. Why my whole template is loading there? I want only information from mail_confirmed.php.
Thanks in advance.
//Edit
First problem I solved by adding <input type="hidden" name="tmpl" value="component" />
in askquestion form, but button still don't close window.
[attachment cleanup by admin]