Forum Replies Created
- AuthorPosts
WCFM Forum
MemberWell, I think it will be best to contact your search plugin support and ask them to support WP standard date formats.
WCFM Forum
MemberHi,
Understand your concept, we will add this prohibition for affiliate users in coming version.
Thank You
WCFM Forum
MemberHi,
1. Is it now possible for the user to request the payout via paypal or bank transfer? Or does he need a stripe account for payout?
More concrete: Does the vendor need to have the payment method with which the user purchased the item?– Vendor payout gateways are different than customer payment option. You have to enable vendor payout payment gateways from WCFM Admin Setting -> Payment Setting
Vendor may choose their preferred payment option form their setting panel. Check this for setup – https://docs.wclovers.com/vendor-payment/
Stripe is not essential.2. Do the vendor has to request the money for each order or can i “collect” it in some kind of an total account balance and send the money once to him?
– Vendor may request for withdrawal multiple orders at a time and you may process those as a whole.
Check this for withdrawal setup – https://docs.wclovers.com/withdrawal/Thank You
WCFM Forum
MemberHi,
Please add this code to your site for the purpose-
add_filter( 'wcfmmp_shipping_processing_times', function( $processing_times ) { $processing_times = array( '' => __( 'Ready to ship in...', 'wc-multivendor-marketplace' ), '1' => __( '1-2 days', 'wcfm-ecoeats' ), '2' => __( '3-5 days', 'wcfm-ecoeats' ), '3' => __( '6-7 days', 'wcfm-ecoeats' ), ); return $processing_times; }, 50 );Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
WCFM Forum
MemberHi,
Admin has “Commission Invoice” download option there, but not store invoice.
Thank You
WCFM Forum
MemberWCFM Forum
MemberHI,
Here is wp-admin view edit page fro this product – https://ibb.co/sys75XW
WCFM product manager view – https://ibb.co/qMsqr8N
Now, tell me which field is missing for you?
Thank You
WCFM Forum
MemberWell, this is not support for vendor payout.
You may enable this here to get payment from customer.
Thank You
WCFM Forum
MemberThanks for mentioning this, we will take care of this in WCFM next update.
February 25, 2020 at 1:22 pm in reply to: Vendors and admin cannot see transaction WCMp and WCFM #108689WCFM Forum
MemberWell, WCFM is no more compatible with WCmp since it’s 3.4+ version.
We always recommend to use WCFM own multi-vendor module – https://wordpress.org/plugins/wc-multivendor-marketplace/
February 25, 2020 at 1:20 pm in reply to: Trouble in downloads after order is completed for customers only. #108687WCFM Forum
MemberPlease check your downloadable product setting – https://ibb.co/BqY5gB5
f the same user become a vendor, then all downloads are visible at downloads tab.
– Where? Show me screenshot for this please.Thank You
February 25, 2020 at 1:18 pm in reply to: Unable to view PDF digital product files uploaded by vendors #108686WCFM Forum
MemberWell, this restriction comes from WooCommerce – https://ibb.co/BqY5gB5
WCFM Forum
MemberPlease check at wp-admin -> WooCommerce -> Status -> Logs -> fatal_erros log -> is any error generated?
Also check in Google Chrome Browser console, is there any JavaScript error happening to the site or not! (What is browser console – https://support.airtable.com/hc/en-us/articles/232313848-How-to-open-the-developer-console)
WCFM Forum
MemberHi,
Please add this code to your site for the purpose-
add_filter( 'wcfm_product_fields_stock', function( $stock_fields, $product_id, $product_type ) { if( !$product_id ) { if( isset( $stock_fields['manage_stock'] ) ) { $stock_fields['manage_stock']['dfvalue'] = 'enable'; } if( isset( $stock_fields['stock_qty'] ) ) { $stock_fields['stock_qty']['value'] = rand(10,100); } } return $stock_fields; }, 50, 3 );Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
WCFM Forum
MemberYou may use this plugin for the purpose- https://www.pluginhive.com/product/woocommerce-multi-vendor-shipping-addon/
WCFM Forum
MemberSorry, there is no such function for inqueries.
WCFM Forum
MemberPlease setup dashboard elements colors from WCFM Admin Setting -> Dashboard Style – https://ibb.co/LzD2pkn
February 25, 2020 at 1:05 pm in reply to: Vendors can't download their own uploaded products #108678WCFM Forum
MemberWell, this restriction is from WooCommerce core – https://ibb.co/xhXCQRc
WCFM Forum
MemberHi,
Split pay only works for Stripe.
Please check this for setup – https://docs.wclovers.com/vendor-payment/
Yes, this support refund as well, but you have to use WCFM core refund module for the purpose- https://wclovers.com/knowledgebase/wcfm-marketplace-refund/
Thank You
WCFM Forum
MemberWell, Stripe Split pay is part of WCFM Marketplace core, no third party plugin require for this.
https://docs.wclovers.com/vendor-payment/
Thank You
WCFM Forum
MemberHI,
Kindly add this CSS to your site –
#wcfmmp-store ul.product_list_widget li img { position: relative !important; } #wcfmmp-store ul.product_list_widget li { padding-left: 5px !important; }Thank You
WCFM Forum
MemberHi,
Sure, you may use this. This does not require any special compatibility with multi-vendor setup.
You just have to filters using this.
Thank You
WCFM Forum
MemberSorry, this store url not working for me.
Kindly give me a valid one to check.
Thank You
WCFM Forum
MemberHi,
Well, this does not require anything special or any other plugin.
You have to enable/setup WooCommerce default PayPal gateway from WooCommerce -> Setting -> Payment
Enable PayPal from WCFM Admin Setting -> Withdrawal Setting -> Now setup PayPal from vendor’s setting panel -> Payment
Thank You
WCFM Forum
MemberPlease contact us here for the purpose – https://wclovers.com/woocommerce-multivendor-customization/
- AuthorPosts