Custom Field Not Transferring to Customer Notes
-
Hi,
I am using the WooCommerce Custom Product Addons Free plugin to allow customers to enter a custom text (“Wunschtext”) for certain products in my WooCommerce store (dergugl.de). The field appears correctly on the product page, and customers can enter their desired text without issues.
Problem: I would like this custom text to be automatically transferred to the “Order Notes” section in the WooCommerce order details after checkout and also shown in the order in the backend. However, this does not happen. The text is stored in the order item metadata but is not visible under customer notes in the order details.
What I Have Tried
- Checked the database to confirm that the entered text is being saved as order item metadata.
- Implemented a hook (
woocommerce_checkout_update_order_meta
) to transfer the text to customer notes – but it does not seem to work. - Verified that there are no relevant errors in WooCommerce logs.
- Ensured no other plugin is interfering by testing in a clean WooCommerce environment.
Question
Is there a built-in way within the Custom Product Addons Free plugin to automatically transfer the entered custom text field value to the customer notes field in WooCommerce?
Alternatively, do you have a recommended approach or a code snippet to ensure the field is correctly passed to the order notes?I appreciate your help and look forward to your response.
Best regards,
DanielThe page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.