- Posts: 79
- Thank you received: 0
Need custom product field in mass action order exp
10 years 10 months ago #220692
by proo4509
Need custom product field in mass action order exp was created by proo4509
-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.5.23
Hi,
i'm making a mass action to export my orders once a day *and* change the status of the order after that.
But, I need a custom product field in my export.
Problem is, that when you make an ORDER massaction, there are only a few Productfields you can choose, and my custom product field isn't present there.
Also, I'm missing the core field product-category here.
So, is it possible to add some fields (custom or core?) to the order_product table in the massaction CSV for ORDERS?
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.5.23
Hi,
i'm making a mass action to export my orders once a day *and* change the status of the order after that.
But, I need a custom product field in my export.
Problem is, that when you make an ORDER massaction, there are only a few Productfields you can choose, and my custom product field isn't present there.
Also, I'm missing the core field product-category here.
So, is it possible to add some fields (custom or core?) to the order_product table in the massaction CSV for ORDERS?
Please Log in or Create an account to join the conversation.
10 years 10 months ago #220696
by Xavier
Replied by Xavier on topic Need custom product field in mass action order exp
Hi,
The custom product fields are indeed not present in the export of Order type.
I add it on our Todo list, for the moment what can be done is to edit the mass action in the massaction_order plugin to get the informations in the product table and add them to the csv file. So it require PHP knowledges.
www.hikashop.com/support/documentation/s...s-action-plugin.html
ps: the best would be to copy the current code, create a new mass action plugin, paste the code and edit it, that way it will not be deleted when updating.
The custom product fields are indeed not present in the export of Order type.
I add it on our Todo list, for the moment what can be done is to edit the mass action in the massaction_order plugin to get the informations in the product table and add them to the csv file. So it require PHP knowledges.
www.hikashop.com/support/documentation/s...s-action-plugin.html
ps: the best would be to copy the current code, create a new mass action plugin, paste the code and edit it, that way it will not be deleted when updating.
Please Log in or Create an account to join the conversation.
Time to create page: 0.151 seconds