Hallo,
I'm unable to add new order status as the code field is missing (see attached pic).
What have I to do?
Thanks
[attachment cleanup by admin]
Hi,
Have same problem here...
VirtueMart 2.0.2
Joomla! 2.5.1
Did anybody solve this issue
VM 2.0.2
My system: J!2.5.3 and VM 2.0.2
I managed with this by editing this file:
../administrator/components/com_virtuemart/views/orderstatus/tmpl/edit.php
and changing line 44 into:
<?php echo VmHTML::row('input','COM_VIRTUEMART_ORDER_STATUS_CODE','order_status_code',$this->orderStatus->order_status_code,'class="inputbox"','',3,1); ?>
Works for me, hope that helps.
Thank you boskoff
This worked like a charm 8)
why was it set to read only before???