Should the following line (60 or thereabouts) in v 139-151 of \YOUR_ADMIN\edit_orders.php
be changed from
$attribute_table_cost = split("[:,]" , $check_what);
to
$attribute_table_cost = preg_split("[:,]" , $check_what);
Thanks
Should the following line (60 or thereabouts) in v 139-151 of \YOUR_ADMIN\edit_orders.php
be changed from
$attribute_table_cost = split("[:,]" , $check_what);
to
$attribute_table_cost = preg_split("[:,]" , $check_what);
Thanks