| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
send_to_friend.tpl as pop-up window | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Hi all,
I am trying to make send to friend to be shown in a pop-up window. I am trying to put a link says "suggest this product" and when you click on it Ajax popup should open and you should see send_to_friend.tpl in there. My script is ready for popup window but i dont know how to apply that to .tpl file. I need to make the link something like this <a href="customer/main/send_to_friend.tpl" onclick="return show_hide_box(this, 200, 270, '2px solid')"> suggest this product </a> Thanks in advance, Serdar
__________________
X-Cart Gold Version 4.1.3 |
|||||||
#2
|
|||||||
|
|||||||
![]() Don't know how this would involve asynchronous java and xml. Joking aside, you'll have to create a page somewhere called emailtofriend.php, and include the required files (look at one of the other .php pages to see how its done), then at the bottom of the page, do a
$smarty->display("blah/send_to_friend.tpl"); You'll probably have to find some way to pass the url of the page you want to email to the popup page with the form on it. I believe when the send to friend is included, it will send the url of the page its on (ie sendtofriend.php), rather than the page on which your popup link was clicked.
__________________
-matt version 4.1.5 |
|||||||
#3
|
|||||||
|
|||||||
![]() Thanks for the answer but it didn't work I dont know why. I managed the link that anchor to send_to_friend.php which is located under xcart directory. However when I click the link it takes me to the home i believe it is because of the line below
if ( !defined('XCART_START') ) { header("Location: home.php"); die("Access denied"); } I am not sure what is not defined here, so I can't make the tpl to show actual send_to_friend.tpl. Thanks, Serdar
__________________
X-Cart Gold Version 4.1.3 |
|||||||
|
|||
X-Cart forums © 2001-2020
|