VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: mitchie on January 24, 2012, 18:57:36 PM

Title: Can't add new order status
Post by: mitchie on January 24, 2012, 18:57:36 PM
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]
Title: Re: Can't add new order status
Post by: Fernando Soares on March 10, 2012, 20:05:49 PM
Hi,

Have same problem here...

VirtueMart 2.0.2
Joomla! 2.5.1
Title: Re: Can't add new order status
Post by: rustle on March 15, 2012, 15:28:17 PM
Did anybody solve this issue

VM 2.0.2
Title: Re: Can't add new order status
Post by: boskoff on March 18, 2012, 10:53:15 AM
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.
Title: Re: Can't add new order status
Post by: rustle on March 18, 2012, 14:12:48 PM
Thank you  boskoff

This worked like a charm   8)

why was it set to read only before???