I want to use WooCommerce product for food order system of offline store

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 I want to use WooCommerce product for food order system of offline store

Viewing 9 reply threads
  • Author
    Posts
    • #30723
      MOHO
      Participant

      I use your WCfM and wfmu plugin , let offline store user could edit their food menu base on the product, so the product such as store food menu.

      1. I want to hide “Delete”, “PDF”, “Mark shipped” icon at order list

      2. Hide the “Shipment Tracking” at single order page.

      thanks

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

      Hi,

      “offline store user” – whom you are referring here?

      1. I want to hide “Delete”, “PDF”, “Mark shipped” icon at order list

      https://ibb.co/kMJFkK

      2. Hide the “Shipment Tracking” at single order page.

      https://ibb.co/mLPXXz

      – All this are already there in Capability, you may OFF any of this.

      Thank You

    • #31143
      MOHO
      Participant

      “offline store user” – whom you are referring here?
      Who open a restaurants, provide food

      I no use your multi vendor plugin in this kind of single menu site.

      So i can’t hide them
      1. I want to hide “Delete”, “PDF”, “Mark shipped” icon at order list
      2. Hide the “Shipment Tracking” at single order page.

    • #31289
      WCFM Forum
      Keymaster

      Hi,

      Please disable “Shipment Tracking” and “Vendor Invoice” modules for this site.

      Thank You

    • #31295
      MOHO
      Participant

      Yes i disable at module, but “PDF invoice” icon still display, no hide now

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

      Hi,

      Kindly add this line of code –

      add_filter( 'wcfm_is_allow_pdf_invoice', '__return_false' );
      add_filter( 'wcfm_is_allow_pdf_packing_slip', '__return_false' );

      Thank You

    • #31440
      MOHO
      Participant

      i add but it not work.

      My other code work at function.php

    • #31445
      WCFM Forum
      Keymaster

      Ummm … I think you don’t have PDF Invoice plugin in the site as well.

      Just add this code as well –

      add_filter( 'is_wcfmu_inactive_notice_show', '__return_false' );

      Or, just enable this from setting – https://ibb.co/fUqzS9

      Thank You

    • #31447
      MOHO
      Participant

      Yes, i no use PDF Invoice plugin.

      Thanks it work now.

      Please close it.

    • #31450
      WCFM Forum
      Keymaster

      Great 🙂

Viewing 9 reply threads
  • The topic ‘I want to use WooCommerce product for food order system of offline store’ is closed to new replies.