friendlydesign
Forum Replies Created
-
I don’t understand sorry !
In back-end Admin, have you filter ticket by open or all ?
Can you be more specific about your request please ?!
Cool !!!! Thks !!!!!
I looking forward to version 3.3, very good work !!!
Thk you very much !!!
Yes i’m french too lol
I think is in the class :
class="wpas-reply-single wpas-status-read"Thks !
Actually it is unreliable: D
I have two tests of web site with awesome support, the first have no pb, i delete the second, sorry for that !!!
I’m sure !
Backend -> In Admin : 0 ticket
Backend -> In Agent : 3 tickets but invisible
Frontend -> In Customer : all tickets but closed not deleted…
This is what has been done, but on the frontend user’s page tickets list yet appear in all but closed not deleted.
Thk you very much !
Thk you very much !!!!
I think I found …
$valuesname = array_combine(array_keys(array_flip($values)), $values);wpas_add_custom_field( 'Produit', array('required' => true, 'field_type' => 'select', 'title' => 'Produit', 'label' => 'Produit', 'label_plural' => 'Produits','options' => $valuesname));😀
Example :
‘$values’ is a array.
wpas_add_custom_field( 'Produit', array('required' => true, 'field_type' => 'select', 'title' => 'Produit', 'label' => 'Produit', 'label_plural' => 'Produits','options' => $values));The select is ok, but not the value (return key to array and not the value)…
I don’t know if i am understanding sorry 😀