VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: rage76 on May 26, 2018, 09:12:03 AM

Title: Shopper name and mobile number list
Post by: rage76 on May 26, 2018, 09:12:03 AM
J3.8.8
VM3.2.14

Is there a way to get a tabulated list of shopper's names, mobile numbers and/or email addresses?

Or my purpose will also be solved if I can see the mobile number alongwith  "Name/Email" in the order list. Can this be done?
Title: Re: Shopper name and mobile number list
Post by: AH on May 26, 2018, 12:03:17 PM
you need to create an template override to the orders listing in admin
Title: Re: Shopper name and mobile number list
Post by: rage76 on May 27, 2018, 19:17:22 PM
Thanks for the reply AH, but I have no idea how to create the override !! :(

Can you guide me?
Title: Re: Shopper name and mobile number list
Post by: anantmaks on May 28, 2018, 09:02:32 AM
Whatever view you want to override, you need to place its view file into html folder of your template.
Example - let say you want to override front end view file of order details then you need to go into your directory as YOUR_SITE/templates/YOUR_TEMPLATE/html/com_virtuemart/orders/details.php

In this way, Joomla will actually first look for that view into the template and if not found then only will look into the actual component

Note:details.php is the file name that you want to override.
Title: Re: Shopper name and mobile number list
Post by: rage76 on May 28, 2018, 09:36:02 AM
Thanks Anant, will try !!