View Single Post
  #9  
Old 08-02-2007, 09:07 PM
 
geckoday geckoday is offline
 

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

Default Re: send_to_friend.tpl pop up

Quote:
Originally Posted by luxor
Code:
if ($main == 'showstf') func_display("customer/main/send_to_friend.tpl",$smarty); else func_display("customer/home.tpl",$smarty);

did not work. it loads the page without css and the send button does not work.
You'll need to modify send_to_friend.tpl to be a stripped down X-Cart page. skin1/customer/preview.tpl is one you can look at for how to do this - it has the stuff to include the css. You could just gut everything in it between <body> and </body> and plug in the send to a friend stuff. I don't see any reason why the send button wouldn't work though. What does not working mean? Nothing happens at all when you click the button? Or ???
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

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