"Ask a question" problem - Urgent!

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Thu Sep 15, 2011 12:03 pm
Hi there,

I urgently need help for a problem on a customer live site: When I try to send and email via the "ask a question" form on the article details page I get redirected to a 404 page and no email is beeing sent. I need advice how to fix the 404 problen and where I can change email settings of recipient.

Here's the live site: http://www.genesis.de/de/produkte/produ ... egory_id=7

Thanks in advance for a quick note!

JOACHIM
User avatar
Fresh Boarder

GK User
Thu Sep 15, 2011 12:22 pm
Ha! Even though I am not at all a programmer I have solved the problem. So, for all those who have/had the same problem, here's the solution:

Go to components/com_virtuemart/themes/default/templates/product_details/flypage.tpl.php and go to around line 93
document.emailForm.action = "<?php echo sefRelToAbs("index.php"); ?>"

and delete "index.php" - it should look like this:
document.emailForm.action = "<?php echo sefRelToAbs(""); ?>"


JOACHIM
User avatar
Fresh Boarder

GK User
Wed Oct 05, 2011 10:01 am
Thanks for replying but it did not make any difference on our website :-(
User avatar
Fresh Boarder

GK User
Wed Oct 05, 2011 10:10 am
Ok I fixed this by disabling the Mootools upgrade plugin
User avatar
Fresh Boarder


cron