View Single Post
  #4  
Old 01-16-2004, 10:17 PM
  leon's Avatar 
leon leon is offline
 

X-Wizard
  
Join Date: Mar 2003
Location: Costa Rica
Posts: 1,213
 

Default

Did you actually try it ? You see, the $products variable is being parsed from the php script itself, which outputs to smarty, there is no way the script will recognize an unpassed variable.

See it for yourself in /customer/products.php at the end of the script:
Code:
$smarty->assign("products",$products);

If it has been usefull in other parts, it is only because those other parts use a different variable assignation scheme (even if similar, but not the same, since 1 character makes a worlds difference).

Oh, and also close your bold tag properly, this could lead to other output damage on the design side.
__________________
It doesn\'t matter what is done... it is how it is done.
=============================
XCart Version: 3.5.3 -> Dmcigars.com
XCart Version: 4.1.3....
Reply With Quote