Hi,
Would it be possible to have more details about how you set the extra data fields in your form ?
In our documentation (which would require some improvements), there is a little part which give information about the serial extra data during the consumption :
www.hikashop.com/support/documentation/1...onsume-features.html
The webservice is compatible with html POST request.
So you can make a post request to the url:
index.php?option=com_hikaserial&ctrl=serial&task=consume
And give the rest of the parameters by POST ( hikaserial[serial_data] / hikaserial[format] / hikaserial[serial_extra_data][] )
When you submit data for the serial consumption, the extra data should have that "form"
<input type="text" value="" name="hikaserial[serial_extra_data][my_extra_data_field]" />
Regards,