Forum Replies Created
- AuthorPosts
WCFM Forum
MemberAre using this plugin ? https://codecanyon.net/item/jetengine-adding-editing-dynamic-content-with-elementor/22404335
WCFM Forum
MemberWelcome 🙂
WCFM Forum
MemberPlease check this – https://wclovers.com/knowledgebase/wcfm-marketplace-commission/
July 7, 2019 at 7:08 am in reply to: Create Customer on Order for WooCommerce – Implementation request #71372WCFM Forum
MemberYeah right, this option right now available only for WCFM Marketplace, not yet for WC Product Vendors.
We will add that very soon as well.
Thank You
July 7, 2019 at 7:04 am in reply to: How to enable free subscription plan and free trial plan to my vendor #71371WCFM Forum
MemberHI,
For Free Plan, there is no payment require.
But, for Free Trial period there has some limitation due to payment gateways. e.g. PayPal does not support “Free Trial” period. But for Stripe Free Trial should be free.
You may use any payment gateway to get membership payment, specially those are available at your WooCommerce Checkout.
But then you have to create membership plans using WooCommerce Product. Please check this – https://youtu.be/SfOMIxNfr3wThank You
WCFM Forum
MemberHI,
For Free Plan, there is no payment require.
But, for Free Trial period there has some limitation due to payment gateways. e.g. PayPal does not support “Free Trial” period. But for Stripe Free Trial should be free.
You may use any payment gateway to get membership payment, specially those are available at your WooCommerce Checkout.
But then you have to create membership plans using WooCommerce Product. Please check this – https://youtu.be/SfOMIxNfr3wThank You
WCFM Forum
MemberHi,
Please use this code –
function wcfm_marketplace_settings_fields_hide( $address_fields ) { $address_fields = wcfm_hide_field( 'street_1', $address_fields ); $address_fields = wcfm_hide_field( 'street_2', $address_fields ); $address_fields = wcfm_hide_field( 'zip', $address_fields ); $address_fields = wcfm_hide_field( 'city', $address_fields ); return $address_fields; } add_filter( 'wcfm_marketplace_settings_fields_address', 'wcfm_marketplace_settings_fields_hide' ); add_filter( 'wcfm_membership_registration_fields_address', 'wcfm_marketplace_settings_fields_hide' ); add_filter( 'wcfm_wcmarketplace_settings_fields_customer_support', 'wcfm_marketplace_settings_fields_hide' );Thank You
WCFM Forum
MemberNo issue, take your time and enjoy your holiday 🙂
WCFM Forum
MemberHi,
Well, you are getting this issue because of your hosting mail server setup.
You may talk to hosting support for this.
Or, use such a plugin – https://wordpress.org/plugins/wp-mail-smtp/
Thank You
WCFM Forum
MemberHI,
Kindly share me such a file, let me test this once.
Thank you
WCFM Forum
MemberThanks, but this site does not have WPML.
Should I install this?
Thank You
WCFM Forum
MemberHi,
Well, main problem is because of images.
You have to optimize site images first.
Please use this plugin for the purpose – https://wordpress.org/plugins/wp-smushit/
Thank You
WCFM Forum
MemberHi,
Use this code snippet –
add_filter( 'wcfm_product_fields_stock', function( $stock_fields, $product_id, $product_type ) { if( isset( $stock_fields['stock_status'] ) ) { $stock_fields['stock_status']['options'] = array( 'instock' => __('In stock', 'wc-frontend-manager'), 'outofstock' => __('Out of stock', 'wc-frontend-manager') ); } return $stock_fields; }, 50, 3 );Thank You
WCFM Forum
MemberHi,
Please update WooCommerce Frontend Manager to 6.2.3, it will resolve for you.
Thank You
WCFM Forum
MemberHi,
Please update WooCommerce Frontend Manager to 6.2.3, it will resolve for you.
Thank You
WCFM Forum
MemberHi,
Please update WooCommerce Frontend Manager to 6.2.3, it will resolve for you.
Thank You
WCFM Forum
MemberHI,
Please go to WCFM Admin Setting -> Withdrawal Setting – there is an option “Withdrawal Charges”.
You may add “tax percent” here, hence vendor commission will be payout after deducting that percent from vendor’s commission amount.
Thank You
WCFM Forum
MemberHi,
Please go though this – https://wclovers.com/knowledgebase/wcfm-marketplace-single-product-multi-vendor/
Thank you
July 6, 2019 at 8:56 am in reply to: Product mass import – No correct display of vendor store: Category #71284WCFM Forum
MemberI have your site access, I am checking this.
WCFM Forum
MemberHi,
This is in vendor settings and I used Internet Explorer. I think same view is in Chrome.
– I think this is a bug for IE, chrome does not have any such drop-down for this fields.
Look my screenshot from Chrome/Firfox, there is no such drop-down – https://ibb.co/BZn99Gq
Thank You
WCFM Forum
MemberHi,
Well, Bank Transfer is manual payment option.
Then how you are getting this, it’s charging Trial Amount at the end of Trial period? Can you please show me screenshot for this!
Thank You
WCFM Forum
MemberHI,
Well, all WCFM plugins are at latest version.
Are you getting any error right now?
June 21, 2019 : 2019-06-17T09:57:55+00:00 CRITICAL Cannot declare class WC_Settings_Products, because the name is already in use dans /var/www/vhosts/com2ville.fr/portaildescommerces.com2ville.fr/wpcontent/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php à la ligne 0
– It’s quite old error, for 21st June.
Thank You
WCFM Forum
MemberHI,
Well, you may use this for customers. Vendors has nothing to o with this!
Thank You
July 6, 2019 at 8:46 am in reply to: [Bug?] Custom field for vendor settings – uncheck a checkbox #71278WCFM Forum
MemberHi,
The code I provided you on 29th has field type “checkbox” and this setting is working perfectly – https://ibb.co/J3qM7jR
Thank You
July 6, 2019 at 8:45 am in reply to: Maps API error – Even when google API is correct (No restrictions – Billing Good #71277WCFM Forum
MemberGreat … thanks for the update 🙂
- AuthorPosts