View Single Post
  #1  
Old 01-13-2011, 03:20 AM
 
adam.fearn adam.fearn is offline
 

Newbie
  
Join Date: Jan 2011
Posts: 8
 

Unhappy Smarty Assign Problem

I'm editing the products.php file in the cart root directory and have been having some issues outputting variables and the like in the products list.

For testing, in products.php, I have put the folowing:

PHP Code:
$foo 'BAR';
$smarty->assign('foo' $foo); 

Right at the bottom, with the other smarty assigns, then in skin/common_files/customer/main/products_list.tpl, I have put the following:

PHP Code:
{$foo

Right next to where the price is displayed, but alas, nothing shows up. It does not output anywhere on the page at all.
Am I doing something wrong? Can anyone suggest any solutions? I'd appreciate it.

Regards,

- Adam.
__________________
X-Cart Gold, version 4.4.2.
Reply With Quote