Guido Posted September 22, 2023 Share Posted September 22, 2023 Hey @kongondo, thank you for your wonderful work so far! I'm almost done implementing a shop for a local café and roastery in germany. We try to archive a csv export on the order bulk edit menu and i couldn't really find a good way to implement this, could you help with that? Is there a hook to use? The idea is to generate a csv file with shipment data of the selected orders if the state is changed to e.g. 'order delivered'. This could be used to generate dhl shipping labels. Then the shipping info doesn't have to be manually transferred. Kind regards, Guido Link to comment Share on other sites More sharing options...
kongondo Posted October 9, 2023 Share Posted October 9, 2023 Hi @Guido, On 9/22/2023 at 10:00 AM, Guido said: thank you for your wonderful work so far! Glad you are enjoying Padloper! ? On 9/22/2023 at 10:00 AM, Guido said: I'm almost done implementing a shop for a local café and roastery in germany. Can't wait to see the showcase ?. On 9/22/2023 at 10:00 AM, Guido said: We try to archive a csv export on the order bulk edit menu and i couldn't really find a good way to implement this, could you help with that? Is there a hook to use? Apologies again for the delay in getting back to you. I'll have a think about how best to achieve this and get back to you by tomorrow. There is a new version of Padloper coming soon, hopefully in a fortnight or 3 weeks. It has more order statuses as well as other stuff. I'll base my solution on this latest version of Padloper. This means, if you don't mind, I might request you to please test the solution on the latest Padloper (beta) which I'd send to you separately before releasing to all users. I hope this is OK. Thanks. Link to comment Share on other sites More sharing options...
Guido Posted October 11, 2023 Author Share Posted October 11, 2023 Hey @kongondo, thanks for your answer! I'm looking forward to try the upcoming padloper version, i'm happy to hear about that. In the meantime i implemented a quick & dirty solution for the csv export bei directly editing the PadloperActions.php file and appended code for generating a csv file to the actionMarkOrderAs function for a custom status. It works so far ? Kind regards, Guido 1 Link to comment Share on other sites More sharing options...
kongondo Posted July 13 Share Posted July 13 Hey @Guido, Just realised I did not get back to you with a final proposed solution! Sorry! On 10/11/2023 at 10:48 PM, Guido said: In the meantime i implemented a quick & dirty solution for the csv export bei directly editing the PadloperActions.php file and appended code for generating a csv file to the actionMarkOrderAs function for a custom status. It works so far ? Glad it worked for you! As mentioned above, order statuses are now fully implemented. In Padloper 009, there is a hook that is called when an order status is changed. You can hook into that to generate your CSV. However, there is no bulk edit of order statuses. Currently, it has to be one at a time. Do you save the CSV to a fixed location or you want it to be downloadable when viewing the order? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now