- Posts: 46
- Thank you received: 1
Add username column to report csv download
6 years 3 weeks ago #323604
by vividfish
Add username column to report csv download was created by vividfish
-- url of the page with the problem -- :
shop.newmodelarmy.org
-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.21
-- PHP version -- : 7.3
Hi,
How would I add a additional column to the csv file that can be downloaded from reports? I have a report of all customers who have bought a specific product and would like to include their usernames in the csv download.
Thanks
KH
-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.21
-- PHP version -- : 7.3
Hi,
How would I add a additional column to the csv file that can be downloaded from reports? I have a report of all customers who have bought a specific product and would like to include their usernames in the csv download.
Thanks
KH
Please Log in or Create an account to join the conversation.
6 years 3 weeks ago #323606
by nicolas
Replied by nicolas on topic Add username column to report csv download
Hi,
That would require some development in the file administrator/components/com_hikashop/classes/widget.php
I would rather recommend to use a mass action for your export (menu System>Mass actions).
You'll be able to use an export action and select the columns you want, and you can have a filter on the order_product_code to filter the orders for a specific product.
That way, no coding is necessary.
That would require some development in the file administrator/components/com_hikashop/classes/widget.php
I would rather recommend to use a mass action for your export (menu System>Mass actions).
You'll be able to use an export action and select the columns you want, and you can have a filter on the order_product_code to filter the orders for a specific product.
That way, no coding is necessary.
Please Log in or Create an account to join the conversation.
Time to create page: 0.153 seconds