WooMinecraft / woominecraft-wp

A FREE Minecraft Donation Plugin for WordPress designed to work in conjunction with WooMinecraft for Bukkit/Spigot & WooCommerce to allow the purchasing of virtual items in MineCraft and have them delivered to the servers.
https://wordpress.org/plugins/woominecraft/
GNU General Public License v2.0
31 stars 14 forks source link

[Question] Adding the player ID field to "My Account" #106

Closed Baktus79 closed 2 years ago

Baktus79 commented 2 years ago

Does anyone here know how I can add the player ID field to "My account", so that it is filled in automatically at checkout?

JayWood commented 2 years ago

https://www.cssigniter.com/how-to-add-a-custom-user-field-in-wordpress/

Look into that - you'll also need to hook into the checkout screen to pull in the value.

Baktus79 commented 2 years ago

Thank you very much for your response, here was a lot of good information to work with :)