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 ???