Answered
Text element in order details
Is it possible to have the element "text" (which the customer enters) in the order details? The element (and also the element properties) are visible in the email, but I really would like to have this information also in my order details.
This is really not possible?
There is only this option, WooCommerce tab in the settings:
Yes, and that is indeed visible and saved - don't really know why they don't also save text input as well. The text is visible in the cart - but not in the order details.
So text is absolute not possible to show in order details (so added to Color, Font and size)
We really need to be able to see the entered text and the ID/name of the image selected from the designs, both in the order view screen (saved as meta data so we can include in CSV export). Is this possible?
I am wondering too, why the text is not shown in the order details:
I need the details right there.
Hi,
I need this information too in back office.
For now, i change this file : fancy-product-designer\woo\class-wc-admin-order.php
After this
I add
This code is not mine. Is in this file : fancy-product-designer\woo\class-wc-order.php
I think it's easy to add that in the plugin.
But i have some problem:
I just begin to work with this plugin (3 days).