Title: Epp format
Last modified: November 20, 2023

---

# Epp format

 *  Resolved [Zibi](https://wordpress.org/support/users/adwans/)
 * (@adwans)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/)
 * Hello, is it possible to have a new format, for order export? I need actually
   specific epp file – for importing orders to accounting desktop programme. Thanks
   in advance. Epp, edi ++, is a plain text file with specific headers and columns
   in defined order. Best Regards

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17215335)
 * Hello
 * You can just adapt CSV, but it requires a bit of programming.
 * Please, visit [https://docs.algolplus.com/algol_order_export/sample-addons/](https://docs.algolplus.com/algol_order_export/sample-addons/)
   
   Download and install CSV plugin ( via >Plugins>Add New>Upload)Go back to export–
   you should mark checkbox at bottom (just above buttons)Use FileZilla to edit 
   file /wp-content/plugins/woe-custom-csv/woe-custom-csv.php
 * thanks, Alex Prokaev
 *  Thread Starter [Zibi](https://wordpress.org/support/users/adwans/)
 * (@adwans)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17216195)
 * Great, thanks.
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17216390)
 * You’re welcome
 *  Thread Starter [Zibi](https://wordpress.org/support/users/adwans/)
 * (@adwans)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17226839)
 * Okeh, I read your documentation, so far so good. But there is a question, is 
   it possible to add some line with specific values into csv file? I now, it is
   not good for excel importing, but I need the line in the very beginning of export
   file (for accounting programme). For example:
 * > [INFO]
   > “version”,1,1,,,$DATE-NOW,0,0,1
   > [HEADER]
   > “AA,1,0,0,”some tekst”, $value_from _woocommerce, 0,0,1,”blah”[ORDER]
   > AND THERE LINES GO …
 * this is epp file, edi ++, for accounting. [INFO] and [HEADER] goes once only.
   Is it possible with hooks?
    -  This reply was modified 2 years, 6 months ago by [Zibi](https://wordpress.org/support/users/adwans/).
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17227012)
 * Hello
 * please, modify body of
 * `public function format($custom_output, $handle, $data, $delimiter, $linebreak,
   $enclosure, $is_header) {`
 * and use fwrite() or fputcsv() to add necessary lines.
 * I think you should hire programmer, he can contact us directly via [https://algolplus.freshdesk.com/](https://algolplus.freshdesk.com/)
 * 
   thanks, Alex
 *  Thread Starter [Zibi](https://wordpress.org/support/users/adwans/)
 * (@adwans)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17227096)
 * Thaks, Alex for fast reply and for your help. And there is also “woe-custom-csv.
   php” containing format function to write to $handle – great, I will try. Could
   you give a suggestion where “woe-custom-csv.php” should be put finally? 
   PS. 
   I like coding, really. 🙂
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17227128)
 * Please, visit [https://docs.algolplus.com/algol_order_export/sample-addons/](https://docs.algolplus.com/algol_order_export/sample-addons/)
   
   Download ZIP file Install ZIP file via >Plugins>Add New>Uploadmy results [https://snipboard.io/NEOK6p.jpg](https://snipboard.io/NEOK6p.jpg)
 * Go to export and you will see [https://snipboard.io/u46Ieq.jpg](https://snipboard.io/u46Ieq.jpg)
 * Use FileZilla to edit file /wp-content/plugins/woe-custom-csv/woe-custom-csv.
   php
 *  Thread Starter [Zibi](https://wordpress.org/support/users/adwans/)
 * (@adwans)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17227249)
 * OK got it.
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17227308)
 * [👍](https://emojipedia.org/thumbs-up)

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Epp format’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

## Tags

 * [EDI](https://wordpress.org/support/topic-tag/edi/)
 * [epp](https://wordpress.org/support/topic-tag/epp/)
 * [order](https://wordpress.org/support/topic-tag/order/)

 * 9 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/epp-format/#post-17227308)
 * Status: resolved