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:
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.