News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Can't add new order status

Started by mitchie, January 24, 2012, 18:57:36 PM

Previous topic - Next topic

mitchie

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]

Fernando Soares

Hi,

Have same problem here...

VirtueMart 2.0.2
Joomla! 2.5.1
Fernando Soares - Joomleiros Brasil!
Espeshitpillta em Joomla! e VirtueMart
Website: http://www.fernandosoares.com.br
Twitter: http://twitter.com/fernando_soares

rustle

Did anybody solve this issue

VM 2.0.2

boskoff

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.

rustle

Thank you  boskoff

This worked like a charm   8)

why was it set to read only before???