hi,
In t_listauctions_cell.tpl, I need to access the smarty variable "$current_row->id" in php. I have found this example on the web:
$band_id = $this->get_template_vars('band_id');
in my code I tried:
$auc_id = $this->get_template_vars('current_row->id');
echo $auc_id;
This does not output anything.
Can anyone tell me how this is done?
thank you