Forum Replies Created
- AuthorPosts
WCFM Forum
MemberHI,
Well, this error only comes if vendor trying to add “Downloadable” product but do not add “Downloadable File and File Name”.
If you want I can help you remove this validation check!
Thank You
WCFM Forum
MemberHi,
It should be there. But it’s empty file, 0 bite. So load time.
Thank You
WCFM Forum
MemberHi,
Well, WCFM does not support such custom CDNs. It only supports Google Cloud Storage and Aamazon S3.
I have added support for your CDN. Added a code snippet to your child theme’s functions.php – https://ibb.co/zVZSQ5h
It’s now working perfectly, please take a look.
Thank You
WCFM Forum
MemberHI,
I am checking this.
Thank You
July 4, 2019 at 8:31 am in reply to: Compatibility between WCFM and WP Stateless (for google cloud) #70991WCFM Forum
MemberHi,
Do you have set any custom “Bucket Folder” ? – https://ibb.co/3h0xT5T
If yes, then please remove that and check once.
WCFM not yet support this bucket folder. We will add this support in next update.
Thank You
WCFM Forum
MemberHI,
CDN is causing the issue.
Are you using any plugin for this or it’s from hosting ?
Thank You
WCFM Forum
MemberHI,
Yeah sure, you may disable this from WCFM Capability for vendors.
Will see this under Capability -> Integration Section (at right column)
Thank You
WCFM Forum
MemberHi,
Please use this plugin – https://wordpress.org/plugins/wp-fastest-cache/
And this as well – https://wordpress.org/plugins/autoptimize/
Thank You
WCFM Forum
MemberWCFM Forum
MemberHI,
I have just test this in your site by creating a product “Gallery image test”.
But there is no such issue!
Thank You
WCFM Forum
MemberHi,
Well, this code is more required. Please remove that and just add this line of code –
add_filter( 'wcfm_is_allow_change_main_order_status_on_all_item_shipped', '__return_true' );Please be sure you are using WCFM Ultimate 6.2.0+
Thank You
WCFM Forum
MemberHi,
This line is require to remove SEO tab –
add_filter( 'wcfm_is_allow_setup_seo_settings', '__return_false' );Pleas add your CSS using this plugin – https://wordpress.org/plugins/code-snippets/
as theme does not work for setup widget page!DO you want to change short description field only at setup widget or at vendor’s setting panel as well?
Thank you
WCFM Forum
MemberHi,
Do you want to have this rule for Admin’s staff or vendor’s staff?
Thank You
WCFM Forum
MemberWe have this in plan, bu will take time to be there!
WCFM Forum
MemberHi,
OK, please find a alternate plugin for this and know us. We will make that compatible with WCFM.
Thank You
WCFM Forum
MemberHI,
Notifications are already there.
Which SMS plugin you are using?
If you are from India then please use this one – https://wordpress.org/plugins/sms-alert/
Thank You
WCFM Forum
MemberHI,
Sorry, WCFM has no such module.
This is like Job Board (Freelancer type) type site, a member can post a request and vendors will able to send offer against that. Now member may choose his preferred vendor after communication.
This can be created but custom coding will require.
If you want to do this then please contact us here – https://wclovers.com/woocommerce-multivendor-customization/
Thank You
July 4, 2019 at 6:04 am in reply to: How to add a Request for Quote Contact Form to WooCommerce Single Product Page #70952WCFM Forum
MemberHi,
Well, “Ask a Question” button is already there in single product page.
Please add addition fields to that form from WCFM Admin Setting -> Inquiry
Thank You
WCFM Forum
MemberHI,
Yeah this code is right.
Please be sure, you have deleted that product or it’s in “Trash” still now!
Thank You
WCFM Forum
MemberHI,
Well, if you do not set shipping cost for certain weight then it will be considered as “Free Shipping” – https://ibb.co/z48ZgKd
Thank You
WCFM Forum
MemberHi,
If a supplier purchased a membership in which he earns 100% of his product.
and An affiliate purchased a membership to earn a 15% commission for product sales. What happens ?– Well, Affiliate commission calculated on actual product cost.
So, if a product cost is $100 then it’s Affiliate commission will be $15
Thank You
WCFM Forum
MemberHi,
Sorry, code for what ?
Custom fields are already visible at product quick view, right ?
Thank You
WCFM Forum
MemberWCFM Forum
MemberHi,
Which “Wallet” plugin you are using? Is this one – https://wordpress.org/plugins/woo-wallet/
Thank You
July 4, 2019 at 5:32 am in reply to: Maps API error – Even when google API is correct (No restrictions – Billing Good #70942WCFM Forum
MemberHi,
Sorry for the delayed update.
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; });Thank You
- AuthorPosts