Forum Replies Created
- AuthorPosts
- WCFM ForumMember
WCFM Ultimate (https://wclovers.com/product/woocommerce-frontend-manager-ultimate/) will require for this integration.
Thank You
April 3, 2020 at 9:33 am in reply to: The vendor only gets the total price of the product without shipping count #114977WCFM ForumMemberhttp://prnt.sc/rkiuue – please check this now with WCFM Marketplace latest update, 3.3.6
WCFM ForumMemberHI,
NO, this is a special service for e-commerce sites. But it does not support split payment or vendor payment.
Thank you
April 3, 2020 at 9:26 am in reply to: Order collection of customer not shown when free shipment is available #114970WCFM ForumMemberHi,
Add this line to your site for the purpose-
add_filter( 'wcfm_is_allow_hide_other_shipping_if_free', '__return_false' );
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/WCFM ForumMemberHi,
Add this code snippet to your site. This will show affiliate url under each single product page –
add_action( 'woocommerce_single_product_summary', function() { global $WCFM, $WCFMmp, $product; if( wcfm_is_affiliate() ) { if( method_exists( $product, 'get_id' ) ) { $product_id = $product->get_id(); $affiliate_id = get_current_user_id(); $affiliate_url = wcfm_get_affiliate_url( $affiliate_id, get_permalink( $product_id ) ); ?> <div class="wcfm-clearfix"></div> <div class="store_info_parallal" style="margin-right: 10px;"> <i class="wcfmfa fa-link" aria-hidden="true"></i> <span class="afcode" data-aurl="<?php echo $affiliate_url; ?>">Affiliate URL</span> </div> <div class="wcfm-clearfix"></div> <script> jQuery(document).ready(function($) { $code_index = '999'; $('span.afcode').each(function() { $(this).append(' <i style="color:#00897b;cursor:pointer;" data-ref="'+$code_index+'" title="Copy" class="fa fa-copy"></i>'); $(this).append('<textarea style="border:0!important;height:0px;opacity:0!important" id="'+$code_index+'">'+$(this).data('aurl')+'</textarea>'); $(this).find('i').click(function() { var copyText = document.getElementById($(this).data('ref')); copyText.select(); document.execCommand("copy"); }); $code_index++; }); }); </script> <?php } } }, 6 );
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
April 3, 2020 at 9:21 am in reply to: FooEvents ticket sales are showing up in every vendors dashboards #114966WCFM ForumMemberHi,
What is your FooEvent and WCFM Ultimate plugins’ versions are?
Thank You
April 3, 2020 at 9:21 am in reply to: How to hide buddypress links at the top of store-manager page? #114965WCFM ForumMemberWell, BuddyPress integration module is for these. You may disable that module.
WCFM ForumMemberHi,
Add this code snippet to your site –
add_filter( 'wcfm_setting_default_tab', function( $default_tab ) { if( wcfm_is_vendor() ) { $default_tab = 'wcfm_settings_form_payment_head'; } return $default_tab; }, 50 ); add_action( 'after_wcfm_marketplace_settings', function( $user_id ) { if( wcfm_is_vendor() ) { ?> <style> #wcfm_settings_dashboard_head{display:none} </style> <script> jQuery(document).ready(function($) { $('#wcfm_settings_dashboard_head').remove(); }); </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 ForumMemberIs it possible to have the customers notified by email when the vendor has responded to an inquiry ?
– Well, this is by default feature. No check box required for this.
Thank You
WCFM ForumMemberDo you want to disable products list page filters for a certain group?
WCFM ForumMemberWe will look in to this in WCFM Ultimate coming update.
WCFM ForumMemberCustom visibility module comes with WCFM Ultimate – https://wclovers.com/product/woocommerce-frontend-manager-ultimate/
WCFM ForumMemberHi,
My goal would be to show some WCFM options within specific Buddypress guides.
– Sorry, don’t understand this clearly. “show some WCFM options” – show me a sample screenshot.
Thank You
WCFM ForumMemberWe will look in to this.
Between, do you have deleted any vendors? If yes, then you have deleted them?
Is there any “Disabled Vendor” in your site?
WCFM ForumMemberHi,
WCFM has in-built custom field module – https://wclovers.com/knowledgebase/wcfm-custom-fields/
You may use this and show custom field under your product page.
Thank You
WCFM ForumMemberThanks for the update.
My client id was to a linked account and not my original account and didnt have the correct permissions.
– You have to contact Stripe support for this. They will guide you to enable your account “connect services”
Thank You
WCFM ForumMemberhttps://yithemes.com/themes/plugins/yith-woocommerce-product-countdown/
– But this plugin’s purpose is different. It’s more schedule sale.
WCFM ForumMemberNo, this is not for that purpose. It’s mainly for GET marketplace data.
April 2, 2020 at 9:58 pm in reply to: How to integrate/setup woo-commerce subscription module to WCFM ultimate? #114820WCFM ForumMemberHi,
You may create vendor membership using WC Products – https://youtu.be/SfOMIxNfr3w
Here you may use Subscription products for recurring plans.
Thank You
WCFM ForumMemberWCFM ForumMemberWell, vendors are not allowed to customize store template.
But you may design such store template using WCFM – Elementor addon – https://wordpress.org/plugins/wc-frontend-manager-elementor/
Thank You
WCFM ForumMemberIs there any better alternative to this.
– What alternative you are looking for?
You may disable shipping shipping, hence it will show only one shipping cost.
WCFM ForumMemberHi,
Is it possible to only show in the products that have different vendors? Because right now in my store shows to all products.
– No, this only show products if those are sold by some other vendors. Not all prducts.
Well, it’s best to add this short code under page template. Widget are is too small for this table.
Thank You
April 2, 2020 at 9:43 pm in reply to: Need some help – wcfm hijack WP Job Manager submit job page #114812WCFM ForumMemberHi,
1) we have customers / researchers who do not need a store. They will not go through vendor registration process, hence they will not have a subscription. In this case, how could we address it.
– You may use WooCommerce default registration form for such user registration.
2. https://ia801404.us.archive.org/0/items/404errorvendorstore/404%20error%20vendor%20store.png
– You have trashed this page, restore this page to work.
Thank You
WCFM ForumMemberHi,
You may add custom fields under vendor registration form.
Please check this for details – https://wclovers.com/knowledgebase/wcfm-marketplace-vendor-registration/
Thank You
- AuthorPosts