- Dublin, Ireland
- https://www.damiencarbery.com
Pinned Loading
-
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/*
3Plugin Name: Defer WooCommerce emails for a few minutes (use Action Scheduler)
4Plugin URI: https://www.damiencarbery.com/2020/04/defer-woocommerce-emails-for-a-few-minutes/
5Description: 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.
-
tracking-info-to-wc-order
tracking-info-to-wc-order PublicUse 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.
-
wc-copy-order-address-to-clipboard.php
wc-copy-order-address-to-clipboard.php 1<?php
2/*
3Plugin Name: Copy WooCommerce order shipping address to clipboard
4Plugin URI: https://www.damiencarbery.com/2022/11/copy-woocommerce-order-shipping-address-to-clipboard/
5Description: 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>.
-
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/*
3Plugin Name: Conditionally attach files to WooCommerce order email
4Plugin URI: https://www.damiencarbery.com/2020/02/conditionally-attach-files-to-woocommerce-order-email/
5Description: Attach a file to the WooCommerce Order Completed email if a specific product or variation is in the order.
-
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/*
3Plugin Name: View WooCommerce order on front end
4Plugin URI: https://www.damiencarbery.com/2024/01/view-woocommerce-order-on-front-end/
5Description: Use an encrypted link to allow a customer view order details on the front end.
-
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/*
3Plugin Name: WooCommerce - Export order details as CSV
4Plugin URI: https://www.damiencarbery.com/
5Description: Allow exporting the details .
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.