Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Bug in shipping settings part2
Tagged: Bug
- This topic has 7 replies, 2 voices, and was last updated 5 years, 9 months ago by
WCFM Forum.
- AuthorPosts
- June 12, 2019 at 6:40 am #67136
CommunityCorals
ParticipantHi,
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 - June 13, 2019 at 6:23 pm #67430
WCFM Forum
MemberHi,
Please be sure there is no custom code using this filter – “wcfmmp_is_shipping_enabled”
Thank You
- June 13, 2019 at 6:27 pm #67432
CommunityCorals
ParticipantI 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 ); - June 21, 2019 at 4:16 pm #68891
WCFM Forum
MemberHi,
You may keep this code, no issues.
Thank You
- June 21, 2019 at 7:52 pm #68953
CommunityCorals
ParticipantAny idea where the issue comes from? I do not have any custom code. (As far as I am aware off…)
- June 26, 2019 at 11:42 am #69715
WCFM Forum
MemberHI,
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
- June 26, 2019 at 12:04 pm #69718
CommunityCorals
ParticipantThanks _ I will do
- June 26, 2019 at 4:16 pm #69816
WCFM Forum
MemberWelcome 🙂
- AuthorPosts
- You must be logged in to reply to this topic.