Rapid Skips — online ordering + automation
Custom multi-step ordering flow + automated operational emails.
Needed a structured online ordering journey with business rules, permit logic, lead time handling, and clear operational notifications.
- Built a multi-step “order info” wizard between product and checkout
- Added business rules such as permit lead times and service checks
- Automated operational email notifications
- Created admin tooling and schedule views for internal handling
- Cleaner checkout journey with less customer confusion
- Operational steps automated with less manual chasing
- Maintainable plugin architecture for future changes
This build needed more than a standard WooCommerce checkout — the ordering journey had to capture the right operational info such as dates, access, waste type, positioning, and permits without overwhelming users.
The key was balancing a simple customer experience with strict business rules and reliable internal notifications, so the team could fulfil orders without manual chasing.
Rapid Skips – Order Information (v2.9.0)
Multi-step order info wizard between product and checkout, covering address, dates, times, exchange, positioning, waste, contact details, summary, and payment, plus admin settings and schedule view.
<?php /* Plugin Name: Rapid Skips – Order Information Description: Multi-step order info wizard between product and checkout: address → dates/times/exchange → positioning/waste → contact + billing → summary → pay now. Includes admin settings + schedule view. Author: Michael Wood Version: 2.9.0 */
Rapid Skips – Postcode Checker (v1.2)
A lightweight postcode checker plugin that validates whether a customer is inside supported service areas and shows a booking CTA when eligible.
<?php /* Plugin Name: Postcode Checker Description: Postcode checker for Rapid Skips Version: 1.2 Author: Michael Wood */