Skip to content
View damiencarbery's full-sized avatar

Block or report damiencarbery

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Defer WooCommerce emails for a few m... Defer WooCommerce emails for a few minutes - Defer WooCommerce emails for a specified time after the normal delivery time. https://www.damiencarbery.com/2020/04/defer-woocommerce-emails-for-a-few-minutes/
    1
    <?php
    2
    /*
    3
    Plugin Name: Defer WooCommerce emails for a few minutes (use Action Scheduler)
    4
    Plugin URI: https://www.damiencarbery.com/2020/04/defer-woocommerce-emails-for-a-few-minutes/
    5
    Description: Defer WooCommerce emails for a specified time after the normal delivery time. Use Action Scheduler instead of WP Cron. Call do_action() instead of remove_action() and calling trigger.
  2. tracking-info-to-wc-order tracking-info-to-wc-order Public

    Use a custom metabox to add tracking information to WooCommerce orders. The information is then added to the "Completed Order" email. Also add custom REST API endpoint to receive data from Shippo.

    PHP 1 1

  3. wc-copy-order-address-to-clipboard.php wc-copy-order-address-to-clipboard.php
    1
    <?php
    2
    /*
    3
    Plugin Name: Copy WooCommerce order shipping address to clipboard
    4
    Plugin URI: https://www.damiencarbery.com/2022/11/copy-woocommerce-order-shipping-address-to-clipboard/
    5
    Description: Copy the shipping (or billing) address, email, phone number, full name or order number to the clipboard for pasting in another application. A WooCommerce Community member asked how to add a button to the order admin page to copy the shipping address to the clipboard. Asked on <a href="https://www.facebook.com/groups/advanced.woocommerce/permalink/6233848903296143/">WooCommerce Community Facebook group</a>.
  4. Conditionally attach files to WooCom... Conditionally attach files to WooCommerce order email - Attach a file to the WooCommerce Order Completed email if a specific product or variation is in the order. https://www.damiencarbery.com/2020/02/conditionally-attach-files-to-woocommerce-order-email/
    1
    <?php
    2
    /*
    3
    Plugin Name: Conditionally attach files to WooCommerce order email
    4
    Plugin URI: https://www.damiencarbery.com/2020/02/conditionally-attach-files-to-woocommerce-order-email/
    5
    Description: Attach a file to the WooCommerce Order Completed email if a specific product or variation is in the order.
  5. View WooCommerce order on front end ... View WooCommerce order on front end - Use an encrypted link to allow a customer view order details on the front end. https://www.damiencarbery.com/2024/01/view-woocommerce-order-on-front-end/
    1
    <?php
    2
    /*
    3
    Plugin Name: View WooCommerce order on front end
    4
    Plugin URI: https://www.damiencarbery.com/2024/01/view-woocommerce-order-on-front-end/
    5
    Description: Use an encrypted link to allow a customer view order details on the front end.
  6. A quick proof of concept of using an... A quick proof of concept of using an order ID to generate a CSV of order details.
    1
    <?php
    2
    /*
    3
    Plugin Name: WooCommerce - Export order details as CSV
    4
    Plugin URI: https://www.damiencarbery.com/
    5
    Description: Allow exporting the details .