mattywarr
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Custom Order item DataYes, it is possible to have different meta for each order entry :-/
So it looks like its not possible thyen.
https://pasteboard.co/2scfKmAU.png
Apologies if I have wasted your time!
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Custom Order item DataThe actual fields are configured on a per item basis – so you sent the field name and set it as an input field: https://pasteboard.co/2mtdauQz.png
These then appear on the product page for the customer. They fill them in before adding to basket: https://pasteboard.co/2mtobI6J.png
Then the basket displays them: https://pasteboard.co/2mtsot7d.png
Then the values entered get recorded in the orderitem meta when checked out: https://pasteboard.co/2mtAUW99.png
Hope this makes some sense? Many thanks!
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Custom Order item DataI’ve been doing a lot of fiddling and deleting so am using a different field name, but “ClubName” is the meta_key in the database and “R4T” is the meta_value in the database for this example. So definitely there ??
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Custom Order item DataThanks! I am not in a hurry, but I’m a curious sort of guy so tried it out by editing the function as suggested! Not working though unfortunately.
Modified line in Code: https://pasteboard.co/2kvA5bhi.png
Data: https://pasteboard.co/2kvGO7pc.png
Table: https://pasteboard.co/2kvKoT6l.pngForum: Plugins
In reply to: [Product Customer List for WooCommerce] Custom Order item DataThanks! Will give it a try when I’m back at work!
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Custom Order item DataI know what you mean, but its not a specific “Custom field” as is used out of the box, the custom field is included via a plugin, which is recording that HTML screen as the meta_key. I think its the same theory though?
The Product Admin screen
https://pasteboard.co/2jsAjLwl.pngThe order_itemmeta table for the one record
https://pasteboard.co/2jssSA61.pngHere is all the records related to this order_itemmeta
https://pasteboard.co/2jsGgWij.pngThanks,
Matt