Hi, after you send to friend it reloads the current product page by default.
I am trying to edit the action of this, to lets say load another page, or load another section of product.php.
My dilemna lies in that the send to friend form (found on send_to_friend.tpl) has the following:
Code:
<form action="product.php" method="post" name="send">
<input type="hidden" name="mode" value="send" />
<input type="hidden" name="productid" value="{$product.productid}" />
Now this leads me to believe the form calls product.php and executes the send function because of a condition set on mode.
I can not find any reference to mode in product.php, so I am stuck and can not find the code to modify the action after the send to friend is sent.