Forum Replies Created
- AuthorPosts
- February 19, 2020 at 3:23 pm in reply to: Stripe Onboarding Integration for Vendor Registration – WCFM #107837
WCFM Forum
MemberHI,
It’s already released, please update your WCFM Marketplace addon to the latest version, 3.3.3
Please add this line to your site for the purpose –
add_filter( ‘wcfm_is_allow_stripe_express_api’, ‘__return_true’ );
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,
Please add this line to your site for the purpose –
add_filter( 'wcfm_is_allow_stripe_express_api', '__return_true' );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
MemberWCFM Forum
MemberHI,
You may add this line to apply commission rule on shipping cost –
add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );Also may add this line to apply on Tax cost –
add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' );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
February 19, 2020 at 3:18 pm in reply to: Selling Google Shopping Ads as the Pack to Vendors. #107830WCFM Forum
MemberHi,
You may add such custom menu under vendor’s dashboard from WCFM Admin Setting -> Menu Manager
Thank You
WCFM Forum
MemberWell, customers are not allowed to stick anything.
Only vendors are allowed to stick answers, now vendor may stick most relevant answer there.
If we show their whole communication thread that will not help to anyone!
If you want to make any changes then please contact us here – https://wclovers.com/woocommerce-multivendor-customization/
Thank You
WCFM Forum
MemberWell, for this no need to save customer’s GEO location.
Just setup WCFM Admin Setting -> GEO Location -> be sure enable “Auto Filter” option – https://ibb.co/N97RDSx
Thank You
WCFM Forum
MemberKindly show us some screenshots, what issues you are getting!
WCFM Forum
MemberHi,
Kindly add this code to your site –
add_filter( 'wcfm_membership_registration_fields', function( $store_name_fields ) { if( isset( $store_name_fields['store_name'] ) ) { $store_name_fields['store_name']['class'] = 'wcfm-text wcfm_ele'; } return $store_name_fields; });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,
Please know me image urls which you want to use for the purpose.
I will give you code for this.
Thank You
WCFM Forum
MemberPlease contact us here for the purpose- https://wclovers.com/woocommerce-multivendor-customization/
WCFM Forum
MemberWe will check this API.
WCFM Forum
MemberYeah possible, but where you want to have this? Under store page or at single product page?
February 19, 2020 at 2:55 pm in reply to: Order w. different vendor – vendor can see others vendor product #107815WCFM Forum
MemberThanks @SebastianFloKa
Right, please check vendor’s new order email.
WCFM Forum
MemberWell, WP does not allow multiple account with same email!
February 19, 2020 at 2:34 pm in reply to: Vendor can select only the lowest sublevel category for new product. #107802WCFM Forum
MemberHI,
Please add this code to your site for the purpose –
add_action( 'after_wcfm_products_manage', function() { ?> <script> jQuery(document).ready(function($) { setTimeout(function() { $('#product_cats_checklist').children('.product_cats_checklist_item').each(function() { if( $(this).children('.product_taxonomy_sub_checklist').length > 0 ) { $(this).children('.checklist_type_product_cat').addClass('wcfm_custom_hide'); } }); }, 1000); }); </script> <?php }, 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
MemberNO, this chat library not supported right now.
But you may use Firebase chat library – https://docs.wclovers.com/live-chat/
Thank You
WCFM Forum
MemberHI,
I am requesting and begging here please give a feature of spliting order into multiple main orders as per vendor.
– Well, it’s already there and that’s why vendors are getting only their part of order under their dashboard.
Thank You
WCFM Forum
MemberHi,
Please add this line to your site and take a look –
add_filter( 'wcfm_is_allow_order_data_after_shipping_address', '__return_true' );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
MemberWCFM Forum
MemberKindly update your WCFM to the latest version, 6.4.4
Check after clearing browser caches.
Thank You
WCFM Forum
MemberHi,
when I pick a date in WCFM it automatically turns to YYYY-MM-DD
– Where? Show me screenshot please.
Thank You
WCFM Forum
MemberPlease check this for Stripe split pay setup – https://docs.wclovers.com/vendor-payment/
WCFM Forum
MemberYou may override this template at your child theme\wcfm\wc_appointments\
Thank You
WCFM Forum
MemberIn which order you want to show this?
- AuthorPosts