From 7fc8cff474bde92a0be84453372fbab776479801 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Fri, 27 Feb 2026 20:49:01 +0100 Subject: [PATCH] feat: copy icon for attribute values in order details Each attribute in .atributes div gets a clipboard icon button. Click copies the value, icon switches to checkmark for 1.5s. Uses Clipboard API with textarea fallback. Co-Authored-By: Claude Sonnet 4.6 --- .../order-details-custom-script.php | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/admin/templates/shop-order/order-details-custom-script.php b/admin/templates/shop-order/order-details-custom-script.php index ea4db86..0e4eb20 100644 --- a/admin/templates/shop-order/order-details-custom-script.php +++ b/admin/templates/shop-order/order-details-custom-script.php @@ -1,3 +1,30 @@ + +