Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Compatability with Woocommerce Bundles

WCMp Core

Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #125865
      MaxenceTP
      Participant

      Hello,

      I use this plugin: https://woocommerce.com/products/product-bundles/
      How to remove this information from the orders page of the vendor dashboard https://prnt.sc/1irjwzj ?

      At the same time, is WCMp compatible with this plugin ? There is no problem to make bundles with products from several sellers at the same time ?

      Thanks 🙂

    • #126081

      Hello thank you for getting in touch with us
      WCMp is compatible with Woocommerce bundle products via our addon WCmp Advanced frontend manager . https://multivendorx.com/product/wcmp-frontend-manager/
      Now to remove the details from your vendor order page please do create a staging site and share a temporary admin, ftp access to that site. Our team will check this on your end.

    • #126115
      MaxenceTP
      Participant
      This reply has been marked as private.
    • #126130

      Hi,
      We fixed this issue on your end. checkout the video – https://www.loom.com/share/5f8aba28169c426bbb39534e384dc33c

      Kindly use below code to remove those meta data from your orders details.

      add_filter('wcmp_vendor_dash_hidden_order_itemmeta', 'wcmp_remove_order_meta');
      function wcmp_remove_order_meta($meta_names){
          $new_meta = array('_bundle_group_mode', '_bundle_cart_key', '_bundled_by', '_bundled_item_id', '_bundled_item_priced_individually', '_bundled_item_needs_shipping');
      return array_merge($meta_names, $new_meta);
      }
      Copy

      Regards,

    • #126135
      MaxenceTP
      Participant

      Thanks, it works 🙂

    • #126155

      I hope you are satisfied with our assistance and plugin. A 5/5 review here- https://wordpress.org/support/plugin/dc-woocommerce-multi-vendor/reviews/#new-post , would be a great way to share your experience with others.

      This motivates us to continue providing the best experience possible and also helps others know how WC-Marketplace can make their life easier.

Viewing 5 reply threads

The topic ‘Compatability with Woocommerce Bundles’ is closed to new replies.