A WooCommerce payment gateway that allows customers to checkout using Experience Days Vouchers.
- Voucher Checkout: Customers can enter their Experience Days Voucher code during checkout.
- Order Management: Orders are created with "on-hold" status for admin approval and voucher verification.
- Voucher Storage: Stores voucher details in order metadata and customer notes.
- Compatibility: Works with Classic Checkout and Gutenberg Blocks.
Download the latest release experience-days-gateway.zip
- Install the plugin via the WordPress admin panel.
- Configure it in
WooCommerce > Settings > Payments
. - Customers select Experience Days Gateway during checkout and enter their voucher code.
- Orders are created with "on-hold" status for admin review.
You can modify php files directly in the plugin.
To make changes for Gutenberg Blocks:
- Clone the repository
npm install
- install dependenciesnpm run start
- for developmentnpm run build
for productionnpm run zip
for distribution