support button

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 5 reply threads
  • Author
    Posts
    • #31826
      Yan
      Guest

      support button not showing for customer role on their order page. it displays https://playerselling.com/my-account/support-tickets
      just fine but I cannot find the “Create ticket” button. thanks

    • #31827
      Yan
      Guest
      This reply has been marked as private.
    • #31828
      WCFM Forum
      Keymaster

      Hi,

      Support Ticket is allowed to raise only for “Processing” and “Completed” orders by default.

      “On-hold” order means it’s not yet paid, then why customer may raise a ticket for this?

      Well, if you want then you may allow this in your store, I will give you a code snippet for this tweak.

      Thank You

    • #31831
      Yan
      Guest

      I have tried to put the test other on both processing and on hold but it doesn’t show button. I also notice that it not updating the status here http://prntscr.com/kvhmqo

    • #31832
      Yan
      Guest
      This reply has been marked as private.
    • #31848
      WCFM Forum
      Keymaster

      Hi,

      Here is that code –

      add_filter( 'wcfm_support_disable_order_status', function( $support_disable_order_status ) {
      	$support_disable_order_status = array( 'failed', 'cancelled', 'refunded', 'pending', 'on-hold' );
      	return $support_disable_order_status;
      });

      Just remove those status which you want to allow support ticket.

      Thank You

Viewing 5 reply threads
  • The topic ‘support button’ is closed to new replies.