Bug in shipping settings part2

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!

Tagged: 

Viewing 7 reply threads
  • Author
    Posts
    • #67136
      CommunityCorals
      Participant

      Hi,

      I just tested the 3.0.9 fix of the shipping issue. Seems to be fixed for changes the vendor performs to store settings.

      If admin makes any changes to the store settings the shipping functionality still gets deactivated.

      BR
      Dominique

    • #67430
      WCFM Forum
      Keymaster

      Hi,

      Please be sure there is no custom code using this filter – “wcfmmp_is_shipping_enabled”

      Thank You

    • #67432
      CommunityCorals
      Participant

      I use this snippet you guys provided before to make sure shipping is also enabled. It helped to ensure that in database shipping costs are always captured even if vendor shipping was disabled. You think I can skip this snippet with the latest fix?

      add_filter( ‘wcfmmp_is_shipping_enabled’, function( $is_allow, $vendor_id ) {
      return true;
      }, 50, 2 );

    • #68891
      WCFM Forum
      Keymaster

      Hi,

      You may keep this code, no issues.

      Thank You

    • #68953
      CommunityCorals
      Participant

      Any idea where the issue comes from? I do not have any custom code. (As far as I am aware off…)

    • #69715
      WCFM Forum
      Keymaster

      HI,

      If admin makes any changes to the store settings the shipping functionality still gets deactivated.

      – We have fixed this as well. Please update your WCFM Marketplace to the new version, 3.1.1

      Thank You

    • #69718
      CommunityCorals
      Participant

      Thanks _ I will do

    • #69816
      WCFM Forum
      Keymaster

      Welcome 🙂

Viewing 7 reply threads
  • You must be logged in to reply to this topic.