View Single Post
  #6  
Old 08-02-2007, 06:59 AM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default Re: send_to_friend.tpl pop up

Right. I wasn't thinking about all the site banner and navigation stuff. What you did should work fine. Probably the best way to go is at the bottom of product.php replace:
Code:
func_display("customer/home.tpl",$smarty);
with:
Code:
if ($main == 'showstf') func_display("customer/main/send_to_friend",$smarty); else func_display("customer/home.tpl",$smarty);
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote