Changelog
Use Any meta_key in Your SMS Messages for WooCommerce New feature
Now, you can use any meta_key from the order's post_meta data directly in your SMS messages.
Whether it's a built-in WooCommerce meta key or a custom field added by another plugin, you can simply include it in your message using [meta_key], and it will be dynamically replaced with the actual order data.
💡 Example:
If your order contains:
_tracking_number → ABC123456
_custom_note → Urgent order, fast shipping!
Enter this config : Your order [order_id] has been shipped! Tracking: [tracking_number]. Note: [custom_note]
✅ Works with all WooCommerce meta fields
✅ No additional configuration required
✅ Compatible with third-party plugins that add custom meta fields