View Single Post
  #7  
Old 06-04-2009, 01:05 PM
 
mikalou mikalou is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 71
 

Default Re: pass variable from 1 template to the other

Quote:
It doesn't seem to like the php code for the cart_subtotal.tpl - it just echo's out:
Try replacing
$smarty->get_template_vars('newsubtotal');
with
$this->get_template_vars('newsubtotal');
__________________
X-Cart Gold 4.2.2 - 3.1.19
Reply With Quote