Hi,
But if the other packs does not allow the "web service", the system won't check in that packs.
But if I want to use 2 pack with different price I can't do it with URL and web service...
Unfortunately it's a bad option for me
I can add it in the TODO list for a future release
Yes, thanks, that would be wonderful
About my question - I found temporary solution:
it's override file
/components/com_hikaserial/views/serial/tmpl/check_xml.php
in this file just add pack_id in xml
<serial status="<?php echo $serial->serial_status; ?>" date="<?php echo $serial->serial_assign_date;?>" pack="<?php echo $serial->serial_pack_id ;?>">
But I have one small question:
How I can display pack name instead serial_pack_id ?
In other words, how get pack "name" by pack "id"?