News:

Support the VirtueMart project and become a member

Main Menu

Shoppers management - search by phone, email, etc.

Started by Khaostar, August 31, 2016, 15:33:30 PM

Previous topic - Next topic

Khaostar

Hi all! Really simple question.

I'm looking for something to improve the shoppers section in the administration. Actually, there is only a filter input that let me search by username, displayed name or email. the problem is that I have A LOT of shoppers and I want to search by phone, adress or anything else. I also want to see this kind of information directly in the shoppers list view.

Is there any way to customize the colums of the shoppers list views and to search by other fields? A plugin maybe?

Thanks!

Joomla 3.6
Virtuemart 3.0.16

GJC Web Design

the display template can be over ridden in the same way u would over ride a FE view template

then u can show what you need

I guess core changes will be needed to filter/search by other factors.. u need to study the function
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Studio 42

#2
I checked for you.
$searchArray = array('ju.name','ju.username','ju.email','shopper_group_name')
$userFieldSearchArray = array('company','first_name','last_name','address_1','zip','city','phone_1');
So Virtuemart userlist in backEnd support username, email , shopper_group_name, 'company','first_name','last_name','address_1','zip','city','phone_1

I f you need a columns, simply overide it as GJC Web Design suggest.

Khaostar

Hi!

Thanks for the replies.

If I can override the view without doing any core hack, this is good.

I would like to have somethinbg more powerfull than that, with ajax search, auto complet and things like that, but this is gonna do the job for now.

Thanks!

Studio 42

I write customized modules for this case. So you can display it at any position and not only in the order view.
This is helpfull for support center for eg.

Khaostar

Interresting... can you tell me more about that?

I'm looking for a simple way to be able to search my shoppers by almost any user field ins the administration. As I said, having a complete table with phone nomber, zip code, etc and be able to search by any of those columns would be great. Even better if I can have an autocomplete search in ajax for each columns.

Thanks!

Studio 42

You can already search by all this fields in Virtuemart user backend list.
I only provide this module for my customers, because i adapt it by customers needs.
But you can perhaps check for this module : https://forum.virtuemart.net/index.php?topic=107737.0
Or my generic ajax module http://shop.st42.fr/en/tools/virtuemart-statistics-shop-panel.htm that can display some info by ajax( I know i need to add some screenshot).