WordPress – How to assign a custom Customer Code to Guest purchasers in WooCommerce
I'm working on an e-commerce project. When a customer purchases a product, they are assigned a Customer Code based on their first name, last name and sequential numbers. It's used by the accounting software. Here's my code: add_action( 'show_user_profile', 'ipx_user_profile_fields'…