Hello,
I finally found the file I think there has to change the name of the default template to myTemplate.
It is (I think) in com_virtuemart/controllers/pluginresponse.php on line 72 en 78
I send the code from line 58 until 100 and please can someone tell me where to add my templatename (=gk_storebox) instead of the default templatename.
I am desperate now with searching.
I saw in the folder cart/order_done This line:
echo JRoute::_('http://www.mijndomeinnaam.nl/winkelwagen');
Does this have the right php quotes etc??
Or does it has to be something like this:
echo $this->html .JRoute::_('"&tmpl=my_templatename"');
Please please can you help me??
Webmiep