Hello all
Custom fields, using the «generic child variant»
If I have 5 or more children of the main product, a search box appears... I would like it to disappear or maybe increase the threshold for when this search field appears to something like 20...
it could be a reference to "chzn-search" .. there are a couple of css...
but I've searched php files for : >4 or >=5
No luck, pretty frustrating..
please help :'(
I'm using VirtueMart 3.6.2 10159
Please: http://forum.virtuemart.net/index.php?topic=79799.0
Really sorry Kelvyn, I'm using VirtueMart 3.6.2 10159 :-[
Quote from: serazoo on October 02, 2019, 05:46:12 AM
but I've searched php files for : >4 or >=5
No luck, pretty frustrating..
The default value is in the choosen javascript, so you cant find it in PHP
See https://harvesthq.github.io/chosen/ for some demo and all options here : https://harvesthq.github.io/chosen/options.html
Thank you! Makes sense, this gives me trail to follow :)