Forum Replies Created
- AuthorPosts
WCFM Forum
MemberHI,
Yeah right, it’s a CSS code.
I am checking this again. Hope that CSS is already added over there!
Thank You
WCFM Forum
MemberHI,
Need Delivery boy Assign Automatically Depending on How many order does have!
– You are right, this will be a very useful feature.
But is this only depend upon number of orders? Delivery locations are also a valuable parameter here!
Thank You
July 4, 2019 at 5:28 am in reply to: Help with forum post #70581 / Making default location on map load #70938WCFM Forum
MemberHi,
Please add this code to your child theme’s functions.php –
add_filter( 'wcfmmp_map_default_lat', function( $lat ) { return –35.793282; }); add_filter( 'wcfmmp_map_default_lng', function( $lat ) { return -83.558838; });Well, if you do not have child theme then add this code using this plugin – https://wordpress.org/plugins/code-snippets/
Thank You
WCFM Forum
MemberHi,
Well, if it’s just matter of show this information under single product page then add such a custom field for products and show this.
Please create such a field using WCFM Custom field – https://wclovers.com/knowledgebase/wcfm-custom-fields/
Thank You
WCFM Forum
MemberHI,
Please update WCFM and WCFM ultimate to the latest version, 6.2.2
Thank You
WCFM Forum
MemberHI,
As I can´t wait I unfortunately have to proceed with current status. Is there any possibility to add an explanation to the customer Pay Option? No one will understand how this works.
– Well, that’s not a big deal. It’s off course possible to add explanation here for this setting tab.
Pleas send me what you want to say here to your vendors, I will add that in code.
Thank You
July 4, 2019 at 5:21 am in reply to: [Bug?] Custom field for vendor settings – uncheck a checkbox #70933WCFM Forum
MemberHI,
I have test this and it’s working perfectly.
What you are getting data from here ? –
$allow_invoice = get_user_meta( $vendor_id, 'allow_invoice', true );Thank You
WCFM Forum
MemberWCFM Forum
MemberHI,
what do i have to do (for example with a snippet) that all sellers get an email when a product in category (cat-id=228) has been added?
– You mean, if Admin add a product in this category then all vendors will be notified?
Members can submit a “Product Inquiry”. These all come in a single category.
– Sorry, not getting this clearly.
Thank You
WCFM Forum
MemberHI,
Product number or stores number?
wcfm_stores short code shows stores list.
Well, you may change this easily by defining “per_page” as short code attribute.
For details please check this – https://docs.wclovers.com/store-list/
Thank You
July 4, 2019 at 4:58 am in reply to: Product mass import – No correct display of vendor store: Category #70923WCFM Forum
MemberHI,
Are those categories properly associated with those imported products?
Thank You
WCFM Forum
MemberHI,
Do you have WCFM – Group & Staff addon?
If so, then please be sure “WP Admin” access restricted for all groups capabilities as well.Social verification does not work!
– Do you have setup Social verification from WCFM Admin Setting -> Verification ?Thank you
WCFM Forum
MemberHI,
1. sorry please delete this my image ATTACHMENT from your site.
– Deleted2. where is this word color i could change?
– You may change this from WCFM Admin Setting -> Store StyleThank You
WCFM Forum
MemberHI,
Are you talking about this plugin ? https://codecanyon.net/item/woocommerce-group-attributes/15467980
Sorry, WCFM does not compatible with this one.
WCFM has a module – Category wise Attributes. You may check from here – https://docs.wclovers.com/attributes/
Thank You
WCFM Forum
MemberHi,
Well, we can add “Shipping by Size” option, but still that will not work for “DHL, Hermes, GLS, DPD, usw” shipping services.
Do you want to use this shipping services?
Thank You
July 4, 2019 at 4:43 am in reply to: Commission settings not working correctly – please help! #70918WCFM Forum
MemberHI,
That code is right.
These two line required to apply commission rule on shipping and tax cost –
add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' ); add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );But, still there will be an issue for commission amount – 2.9% + .3
Problem will come for “Fixed Part” of the commission rule.
Fixed part calculated for “per item” basis. So you will see Admin commission is generated 2.9% + .9 (if shipping and tax both are there), or 2.95 + .6 (if only tax or shipping is there)
Now, if you think tax and shipping will be there for all orders, then set commission rule – 2.9% + .1
Thank You
WCFM Forum
MemberHI,
Which payment method you are using for membership subscription? It this PayPal!
During buy plan, when free trial amount is 10 then after expiry of trial period the same amount (10) will be charged.
– What does this means? Trial amount charged at the time of subscription, why at the end of trial period ?Thank You
WCFM Forum
MemberHi,
Well, this error from wordpress.org
It happen when there has a hugh traffic.
Please update now, hope you will not get this anymore.
It’s really beyond our control!
Whenever you get such error, try after few hours. It will work again.
Thank You
WCFM Forum
MemberHi,
Well, PayPal does not process “0” amount payment.
It should be minimum “1”, otherwise PayPal throws error.
Thank You
WCFM Forum
MemberHi,
Please go to wp-admin -> Setting -> Permalink -> update once
Thank You
WCFM Forum
MemberHI,
Well, vendors are not allowed to use existing user (whatever role) as “Delivery Person” for them.
But as Admin you may help vendors in this.
You may have to do 2 things –
Change that user role to “Delivery Boy” from wp-admin -> users
Edit that Delivery Bot from WCFM Admin Dashboard -> Delivery Boys -> Assign Vendor
Now, that user will able to use same login/password for login but become “Delivery Boy” for a vendor.Thank You
WCFM Forum
MemberHI,
Do you have created any category rule for “Product Type Categories”?
Please check at WCFM Admin Setting -> Product Type Categories
Thank You
WCFM Forum
MemberWe had take care of this in latest update, be sure you are using WCFM 6.2.0+
Thank you
WCFM Forum
Member“The link you have followed has expired.”
– Well, you are getting this error because of low upload limit for your site.
You have to upload this from cPanel and then you will able to activate this.
Please follow steps from here – https://iteachblogging.com/how-to-install-a-large-wordpress-plugin-using-cpanel/
Thank You
WCFM Forum
MemberYou are welcome 🙂
- AuthorPosts