Thank you!!!
I did read that but forgot how important it was and I was using backspace to edit existing tags.
Thank you!!!
I did read that but forgot how important it was and I was using backspace to edit existing tags.
hello, i just installed and try to add a custom field in product/service and using the overloading is not work for me
function customfields_field_editview_product_ref (&$currentmodule, &$object, &$parameters, &$action, &$user, &$idvar, &$rightok, &$customfields, &$field, &$name, &$value) {
global $db;
// do your SQL things here
echo ‘assdfffffffffffffff’;
$myarray = array(
array(‘id’=>0, ‘value’=>’’),
array(‘id’=>1, ‘value’=>‘test1’),
array(‘id’=>2, ‘value’=>‘test2’, ‘selected’=>true),
array(‘id’=>3, ‘value’=>‘test3’),
array(‘id’=>4, ‘value’=>‘test4’),
);
$value = $myarray; // just return an array of the format above
}
the field in product card is not being rewrote , any ideas?
Hello hkvega01,
Did you rename the file:
/customfields/fields/customfields_fields_extend.lib.php.example
to:
/customfields/fields/customfields_fields_extend.lib.php
It ok now, the event should be create, not only editview. thanks
Here is Language for Greek
Hello,
I get the following errors when I access any module setup page and then go to custom fields:
Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation ‘=’
Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation ‘=’
I am using Dolibarr 5.6
Custom fields version 3.6.0
Please help
I got the same issues when trying to use the module with a 6.0.3 Dolibarr I freshly installed. I had to completely reinstall, as I found out that some errors were still triggered even after deleting all the module files: for example I was unable to clone products.
Did you find a solution to the issue?
Thank you for your input!
Not yet
I am now using complimentary attributes with mysql triggers and after a lot of time working on it it works
Where are these located? I saw them when I started exploring and now I am totally unable to remember where I saw where attributes can be added ???
Thank you!
found it 
What did you do to resolve this?
I’m getting the same error…
I’m not using custom fields anymore. I use the built in complimentary attributes with MySQL triggers.