Hi,
I'm trying to do the same. I have want the send to friend section open in a popup. So I made a php file - send_to_friend_window.php and have the following in that:
Code:
require "./auth.php";
require $xcart_dir.DIR_CUSTOMER."/send_to_friend.php";
# Assign the current location line
$smarty->assign("location", $location);
func_display("customer/main/send_to_friend.tpl",$smarty);
when the popup opens it briefly displays a message about redirection, then loads the page: error_message.php?access_denied
any guidance on what I'm doing wrong would be most appreciated
