Hi there
Since upgrading to VM3 I've a very small issue:
In the backend product listing I can't use the MPN for the product search field. In VM2 you were able to enter the MPN and it filtered/searched for the correct products. VM3 doesn't...
Any idea how to get back this functionality since it's very helpful to handle stocks using the MPN straight.
VM3.0.8
Joomla 2.5.28
thanks alot
-roland
Right, changed it.
product model, function updateRequests
around line 173, use
$valid_search_fields = VmConfig::get ('browse_search_fields');
$valid_search_fields = array_unique(array_merge($this->valid_BE_search_fields, $valid_search_fields));
Thanks!
It works now. Can you tell me what VM version this fix will be integrated to?
cheers
-role
AFAIK that is incorporated in VM3.0.10 which is under testing. It will be in SVN.
Hi Everybody
Using VM 3.2.4 with J3.8.0 and it doesn't work again. Searching for the MPN returns no results, but would be very helpful for managing the products.
any ideas?
bestr regards from switzerland
-role
Maybe there is a vm config setting for it?