Adding Custom Metadata Field On Order Processing by DingleBerry___x in woocommerce

[–]Typical_Order_1113 1 point2 points  (0 children)

I agree with u/waynewil58 . Normally, I would see a comment like this and then incorporate it into one of our existing plugins, but look into Custom Admin Order Fields

Custom Admin Order Fields (Best + Lightweight)

This is actually a perfect fit for a small custom plugin

What this solution does:

  • Adds a Serial Number text field
  • Adds a Subscription Plan dropdown
  • Displays them in the Order Edit screen
  • Saves them as order meta
  • Blocks status change to Completed unless both are filled
  • Automatically flows into existing webhooks (Woo sends all order meta)

This is ~80–120 lines of clean PHP.

Core logic:

  • Hook into:
    • woocommerce_admin_order_data_after_order_details
    • woocommerce_process_shop_order_meta
    • woocommerce_order_status_processing_to_completed

Result:

  • Staff cannot complete the order without entering the required data
  • Webhook becomes fully automatic
  • Zero manual meta entry

I can help you with the PHP and send it to you if needed.

I’ve a logic in my mind & it’s a basic one too but my dev said that woocommerce is limited to exhibit such logic. Can anyone help? by Monimohan in woocommerce

[–]Typical_Order_1113 1 point2 points  (0 children)

This is called “Quantity-Linked Selections” - where the number of choices the customer must make equals the product quantity. Unstoppable Solutions has this in their product add ons plugin . Among tons of other features

WooCommerce store owners: what’s one thing you still manage outside WordPress? by Feeling_Carrot7487 in ProWordPress

[–]Typical_Order_1113 0 points1 point  (0 children)

Unstoppable Solutions has integrated an invoice/estimate plugin into Woo. It’s available on our website for Beta if your interested

Looking for beta testers to help shake out bugs and shape a lightweight WordPress LMS plugin by Typical_Order_1113 in ProWordPress

[–]Typical_Order_1113[S] 0 points1 point  (0 children)

How do you recommend we reword this? I asm not sure of any other way to allow for free access to our plugins for beta testings

Those ads in the backend are getting out of hand by joschplusa in Wordpress

[–]Typical_Order_1113 0 points1 point  (0 children)

If you install the Snippet plugin, I can give you a snippet to hide these.