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?
you need to create an template override to the orders listing in admin
Thanks for the reply AH, but I have no idea how to create the override !! :(
Can you guide me?
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.
Thanks Anant, will try !!