Custom Product Type in Woocommerce

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!

Best Multi Vendor Marketplace Plugin for WordPress Forums WCFM Custom Product Type in Woocommerce

Viewing 1 reply thread
  • Author
    Posts
    • #59524
      Mansario
      Guest

      Hello,

      I would like to know :

      – if it is possible to create, manage and integrate a custom product type with WCFM or one of its plugins?
      Something like that :
      https://www.tychesoftwares.com/how-to-add-a-new-custom-product-type-in-woocommerce/

      – If this is not the case, the main question is: if I add a custom product type as explained in the previous link, will WCFM manage it like any other type of product? Will it show it (as in the previous link) and manage it in the vendor’s dashboard ?

      Regards,
      Mansario

    • #59646
      WCFM Forum
      Member

      HI,

      Well, WCFM just require this to add new “product type” for WCFM product manager –

      add_filter( 'wcfm_product_types', function( $product_types ) {
      	$product_types['ticket'] = 'Ticket';
      	return $product_types;
      }, 50 );

      Thank You

Viewing 1 reply thread
  • The topic ‘Custom Product Type in Woocommerce’ is closed to new replies.