Jump to content

Add extra field to AdminCustomers.php


Recommended Posts

I've added an extra field to ps_customer table called serial_date & i want the information from that field to show on AdminCustomers.php underneath Last update:.

I've added

'.$this->l('Serial Code Date:').' '.Tools::displayDate($customer->serial_date, intval($cookie->id_lang), true).'



Not sure what else i need to add to get the data from that field.

Link to comment
Share on other sites

×
×
  • Create New...