“Wc Cancel Order” helps you to manage order cancellation functionality in a WooCommerce-based online store.
Customers can request order cancellation with some details from the “Profile tab” Order & Return.
Note: Require customers to log in to use the “Wc Cancel Order” feature
Store admins will receive a cancellation request for the order and will be able to respond in the “WC Cancel” area.
Steps 1: Add WC Cancel Order plugin to your Woocommerce
- Go to WordPress Admin > Plugins > Add New from the left-hand menu
- In the search box type WC Cancel Order
- Click on Install now when you see WC Cancel Order to install the plugin
Steps 2: Add App Builder WC Cancel Order plugin to your Woocommerce
- Go to WordPress Admin > Plugins > Add New from the left-hand menu
- Click on Upload Plugin
- Open your project after downloading from “codecanyon”. Ex: flutter_cirilla_x.x.x/wp_plugin_addons/app-builder-wc-cancel-order.zip
4. Select the zip file then click install now
5. Click Activate Plugin
Steps 2: On the source code
Open file: cirilla/lib/constants/constants.dart
Change
const bool enableCancelOrder = false;
To
const bool enableCancelOrder = true;
Video guide
BASIC FEATURES
- Customers can send order cancellation requests to the admin with cancellation details.
- The admin will receive an email notification for the request sent by the customer.
- Admin can respond to cancellation requests received in WC Cancel Area.
- The customer will receive an email notification if the cancellation request is approved or declined.
- Allow guest users to send cancellation request by unique link they receive in order email.
- Allow cancellation request only when order have specific order status.
- Choose whether to make the cancellation reason input required or optional.
- Display the customer note in the cancellation request popup.
- Translation ready.