Add Information on Vendor Order Dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 1 reply thread
  • Author
    Posts
    • #107161
      michi.maier
      Participant

      Hi there,

      I am trying to get Information from a Checkout Filed into the Orders Dashboard (like “first Name” within the billing address). It is only dispayed if you click on “view details”.

      I created a select field (with a Dropdown menu) in the Checkout but could’nt find an Option to include this Information in the Vendors order Dashboard (for example instead of/as shipping address).

      Hope there is a way to to this.

    • #107797
      WCFM Forum
      Keymaster

      Hi,

      Please add this line to your site and take a look –

      add_filter( 'wcfm_is_allow_order_data_after_shipping_address', '__return_true' );

      Add this code to your child theme’s functions.php
      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thank You

Viewing 1 reply thread
  • You must be logged in to reply to this topic.