by Prashant Baldha on WordPress.org
Add customizable gift message functionality to WooCommerce products with seamless cart, checkout, and order integration.

Admin Dashboard settings for Gift Message.
Gift Message for Woo adds professional gift message functionality to your WooCommerce store, allowing customers to include personalized messages with their orders. Perfect for gift purchases, special occasions, and personalized shopping experiences.
Key Features:
Perfect for:
Advanced Features:
The plugin includes comprehensive gift message management with:
Modern & Responsive:
Built with modern web standards featuring:
Security First:
All user inputs are properly sanitized and validated. Output is escaped for XSS prevention. The plugin follows WordPress and WooCommerce security best practices.
Developer Extensibility:
`php
// Control field visibility per product
add_filter(‘gift_message_show_field’, function($show, $product) {
return !has_term(‘no-gifts’, ‘product_cat’, $product->get_id());
}, 10, 2);
// Custom initialization
add_action(‘gift_message_plugin_loaded’, function() {
// Your custom code here
});
`
Gift Message Management:
Integration Points:
Developer Resources:
`php
// Control field visibility per product
add_filter(‘gift_message_show_field’, function($show, $product) {
return !has_term(‘no-gifts’, ‘product_cat’, $product->get_id());
}, 10, 2);
// Custom initialization
add_action(‘gift_message_plugin_loaded’, function() {
// Your custom code here
});
`
For complete documentation, visit: https://prashantwp.com/docs/gift-message-for-woo/
For technical support, feature requests, or bug reports:
This plugin stores gift messages as part of WooCommerce order data. Gift messages are treated with the same privacy considerations as other order information:
This plugin is actively developed on GitHub. Contributions, bug reports, and feature requests are welcome: