Beskrivelse
Completely removes the WooCommerce "Order again" functionality across all surfaces:
- Redirects any direct
?order_again=URL attempts - Removes the button from My Account → View Order
- Removes the action link from My Account → Orders list
- Overrides the
order/order-again.phptemplate with a blank file - Empties valid order statuses for reorder
This prevents customers from accidentally reordering products that use dynamic pricing (e.g. event tickets with a 0.01 base price).
Ændringslog
0.1.3 (2026-05-22)
- Compatibility: Tested with WordPress 7.0 and WooCommerce 10.7.
0.1.2
- Compat: Tested with WordPress 7.0 and WooCommerce 10.7.
0.1.1
- Hardened reorder block with 5-layer protection (redirect, remove action, blank template, remove order action, empty statuses).
0.1.0
- Initial release.