Order does not show product options from "WooCommerce Extra Product Options"

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Order does not show product options from "WooCommerce Extra Product Options"

Viewing 6 reply threads
  • Author
    Posts
    • #52106
      Lwifunyo Mangula
      Participant

      Im using product options plugin “WooCommerce Extra Product Options” for customers to be able to add extra options when purchasing products in my store. Those product options (checkboxes, texts, dropdowns…) selected by customer does not appear in WCFM DASHBOARD ORDER PAGE even though in native woocommerce order page in backend appear well.

      Im requesting this plugin compatibility can be added especially first for ORDER DETAILS TO APEAR IN WCFM DSHABOARD ORDER PAGE

      PLUGIN URL: https://codecanyon.net/item/woocommerce-extra-product-options/7908619?s_rank=3

    • #52180
      WCFM Forum
      Keymaster

      HI,

      Kindly show me screenshot, how it’s showing extra option at “woocommerce order page in backend” ?

      Thank You

    • #52572
      Lwifunyo Mangula
      Participant

      i have attached how it is seen in the backend order

      Attachments:
      You must be logged in to view attached files.
    • #52667
      WCFM Forum
      Keymaster

      Please send me this plugin at – https://wclovers.com/woocommerce-multivendor-customization/

      I will take a look at it!

      Thank You

    • #52855
      Lwifunyo Mangula
      Participant
      This reply has been marked as private.
    • #52960
      WCFM Forum
      Keymaster

      Thanks, we are checking this!

    • #53079
      WCFM Forum
      Keymaster

      Hi,

      Please ass this to your child theme’s function.php –

      add_action( 'before_wcfm_orders_details', function( $order_id ) {
        if( function_exists( 'TM_EPO_ADMIN' ) ) {
        	TM_EPO_ADMIN()->init();
        }
      }, 50 );

      Thank You

Viewing 6 reply threads
  • The topic ‘Order does not show product options from "WooCommerce Extra Product Options"’ is closed to new replies.