A WooCommerce extension to accept CSV files and match transactions with WooCommerce orders based on unique VS codes. Plugin was created, when FIO banka API was disabled, during to DDOS.
- Admin menu item under WooCommerce for easy CSV uploads.
- Reads CSV files with semicolon-delimited values.
- Automatically matches CSV transaction data to WooCommerce orders using the VS field.
- Updates order status based on the transaction amount and order total.
- Displays paired and unpaired orders after processing.
- Download or clone this repository.
- Upload the
wpc-fio-csv
directory to your WordPress installation'swp-content/plugins
directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Access the feature via WooCommerce's submenu named "WPC FIO CSV".
- Navigate to the "WPC FIO CSV" submenu under WooCommerce in your WordPress dashboard.
- Upload your semicolon-delimited CSV file with transaction data.
- Submit the file for processing.
- View paired and unpaired orders on the results page.
- WordPress
- WooCommerce
- PHP 7+ (recommended)
This README was written by OpenAI ChatGPT 4o.