options = get_option( 'awoo_setup_option' ); ?>

AfterWoo - Order Export from WooCommerce to Afterbuy

Afterbuy Order-Export

First: You need to order an API-Access in Afterbuy (Shop-Schnittstelle). After ordering you will acquire the credentials per Mail from Afterbuy.
Second: Please Provide the needed information below, in order to export you orders to the ERP "Afterbuy". Note: Every Order with the status "Completed" and only those will be exported!
If your order has any different status, you can change the status to "Completed" and this plugin will export it.
Note: Kundenerkennung = via E-Mail, Artikelerkennung = via Afterbuy-Artikelnummer.


Dieses Plugin wurde von einem Studenten entwickelt und wird völlig unentgeldlich angeboten.Keine Werbung, keine Einschränkungen.
Über Spenden für die Kaffeekasse freut man sich immer. Kontakt: afterwoo@protonmail.com
', isset( $this->options['awoo_user_id'] ) ? esc_attr( $this->options['awoo_user_id']) : '' ); } /** * Get the settings option array and print one of its values */ public function partner_id_callback() { printf( '', isset( $this->options['awoo_partner_id'] ) ? esc_attr( $this->options['awoo_partner_id']) : '' ); } /** * Get the settings option array and print one of its values */ public function awoo_parpass_callback() { printf( '', isset( $this->options['awoo_partner_password'] ) ? esc_attr( $this->options['awoo_partner_password']) : '' ); } } if( is_admin() ) $awoo_settings_page = new awooSettingsPage();