Hi,
Sorry, the documentation page about the "import" is not complete for the moment (I will finish it as soon as possible).
When you click on "Import text", HikaSerial gives you some sample code.
pack_name,serial_data
"License Pack 1","00000001"
"License Pack 1","00000002"
"License Pack 1","00000003"
The first line gives the column names for the import.
pack_name : the name of the pack. If the pack does not exists, it will be created.
serial_data : the data
But you can use these columns too:
serial_pack_id : if you want to select the pack regarding his id and not his name
serial_status : if you want to specify the status of your serial (text value)
serial_order_id : if you want to assign the serial to an existing order
serial_user_id : if you want to assign the serial to a specific user (HikaShop id, not joomla id)
serial_assign_date : the timestamp (number) of the assignation, if you want to set it.
Regards,
Jerome