View Single Post
  #2  
Old 10-30-2004, 10:47 PM
  Gijs's Avatar 
Gijs Gijs is offline
 

eXpert
  
Join Date: Aug 2004
Location: Belgium
Posts: 295
 

Default

Hola Fernando,

I was looking for $variables as well and shan gave me a great tip:

Quote:
edit xcart/smarty.php

find

Code:
$smarty->debug_tpl="file:debug_templates.tpl";


change to

Code:
$smarty->debug_tpl="file:debug.tpl";


now you see a better list of vars when u use the debug window

H.I.H.

Gijs
__________________
X-cart 4.1.11
PHP 5 MySQL 5
www.wheelpalace.eu
Reply With Quote