VM2tags search in VM search

More
8 years 5 months ago #30118 by nordmograph
Now that VM2tags stores tags in product's metakey field, they can be easily searchable in VM search:

To have the VM2tags search included in VM search
edit
administrator/components/com_virtuemart/models/product.php
before
Code:
if (!empty($filter_search)) {
add
Code:
$filter_search[] = ' l.metakey LIKE ' . $keyword;
Tested working with VM3

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

Time to create page: 0.314 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.