VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: castart on September 10, 2013, 12:57:51 PM

Title: Search artcle in Virtuemart article list in backend
Post by: castart on September 10, 2013, 12:57:51 PM
I am using Virtuemart 2.0.22a

How can I, in the VM administrator, search an article using a part of the article description or an article id?
In this version of VM I can only filter on category and then sort the articles on article name or article id.

Thanks
C.Steijn Cast-Art
Title: Re: Search artcle in Virtuemart article list in backend
Post by: Maxim Pishnyak on September 12, 2013, 16:21:01 PM
Standard VM search module perhaps? With the help of standard VM search plugin of course.
Title: Re: Search artcle in Virtuemart article list in backend
Post by: castart on September 13, 2013, 15:07:24 PM
The module "VirtueMart search article"and plugin "plg_search_virtuemart"are installed and enabled.
Searching in teh frontend works fine.
In spite of that in the backend (administrator) there is no search field that can be used to search on article number.   

Title: Re: Search artcle in Virtuemart article list in backend
Post by: Maxim Pishnyak on September 13, 2013, 20:15:25 PM
You could use frontend search for finding part of product description.

And in the BE you could sort products by ID.
Title: Re: Search artcle in Virtuemart article list in backend
Post by: castart on September 16, 2013, 16:31:11 PM
I told my client to do so, but they prefer the article name or (id) search field that used to be in the former versions.
Title: Re: Search artcle in Virtuemart article list in backend
Post by: Maxim Pishnyak on September 16, 2013, 16:42:04 PM
Product name and sku are available for BE search. Is your sku equal to id?
Title: Re: Search artcle in Virtuemart article list in backend
Post by: castart on September 17, 2013, 09:24:30 AM
The sku is the unique article code

If I use the unique article code in the frontend, for instance 13-09-06 on domain insulindedenhaag.nl, the article is found.
In the backend I cannot search using this code.
See attachement , no field available to search on this code (Only date combinations, category and manufacturer are there)

[attachment cleanup by admin]
Title: Re: Search artcle in Virtuemart article list in backend
Post by: Maxim Pishnyak on September 17, 2013, 09:41:46 AM
I see searched product on the first line. Is it not good?
Title: Re: Search artcle in Virtuemart article list in backend
Post by: castart on September 17, 2013, 10:40:28 AM
That is a coincidence.

It is not possible to search on article id 13-09-06 because the search field seems to meant for dates searches
Title: Re: Search artcle in Virtuemart article list in backend
Post by: Maxim Pishnyak on September 17, 2013, 10:57:56 AM
We have some search fields there. About what specific one are you talking?
Title: Re: Search artcle in Virtuemart article list in backend
Post by: castart on September 17, 2013, 14:55:15 PM
I can :

Filter on category
Filter on manufacturer
Search article on date and some extra filtering for specific ranges of dates

If you look at the attachment I sent you can se these in the header

Further I can sort on columns:
Article name
Subarticle from
Article unique code
Price
Manufcturers
Id
Title: Re: Search artcle in Virtuemart article list in backend
Post by: Maxim Pishnyak on September 17, 2013, 19:02:47 PM
Quote from: castart on September 17, 2013, 10:40:28 AM
It is not possible to search on article id 13-09-06 because the search field seems to meant for dates searches
Nope. Search field is for product id(sku) too. For dates as you mentioned
Quote from: castart on September 17, 2013, 14:55:15 PM
some extra filtering for specific ranges of dates
Title: Re: Search artcle in Virtuemart article list in backend
Post by: castart on September 24, 2013, 10:40:36 AM
Thank you
Title: Re: Search artcle in Virtuemart article list in backend
Post by: castart on September 25, 2013, 15:49:55 PM
I found out that file:..... administrator/components/com_virtuemart/models/product.php of version VM 2.0.22c doesn't work the way it should.
So I replaced the file by ....administrator/components/com_virtuemart/models/product.php of version VM 2.0.22b.

Now everything works fine.

I hope the developers will take a look at it
Title: Re: Search artcle in Virtuemart article list in backend
Post by: Maxim Pishnyak on September 26, 2013, 12:11:51 PM
Quote from: castart on September 25, 2013, 15:49:55 PM
I hope the developers will take a look at it
I hope VM users will take a look at the latest 2.0.22d or even 2.0.22e versions (Dev Portal at the top of current page).