BE Product search field doesn't support mpn anymore

Started by role74, June 15, 2015, 07:37:22 AM

Previous topic - Next topic

role74

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

Milbo

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));
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

role74

Thanks!

It works now. Can you tell me what VM version this fix will be integrated to?

cheers
-role

jenkinhill

AFAIK that is incorporated in VM3.0.10 which is under testing.  It will be in SVN.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

role74

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

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/