Forum Replies Created
- AuthorPosts
Sushobhan
KeymasterHi,
Try clearing your browser cache or use incognito mode.
Thank You!Sushobhan
KeymasterHi,
As I told you earlier it’s coming from your theme, so without checking the theme and your theme configuration, it’s hard to tell.
Thank You!Sushobhan
KeymasterHi,
That is coming from WooCommerce. The response has customer billing and shipping addresses, so you can use Google Geocoding API to get the Lat, Lng.
Thank You!Sushobhan
KeymasterHi,
Glad it worked.
We provide customization service as well but at this moment due to COVID-19, we aren’t taking any new projects. Though if it’s a small one then I could help you here.
Let me know.
Thank You!Sushobhan
KeymasterThis reply has been marked as private.Sushobhan
KeymasterHi,
It seems your theme stying makes table header font-size bigger and hence the overlapping issue. You can fix this by using the following CSS-#wcfm-main-contentainer table thead th { min-width: 40px; font-size: 14px; }You can further adjust these values as per your UI.
Thank You!Sushobhan
KeymasterHi,
Google offers different API for different services. First, make sure you have added/enabled Google Maps API for your project. If it’s already enabled, then you will need to adjust the ‘API Restriction’ field. Read more on this from here- https://wordpress.org/support/topic/referer-not-allowed-map-error/
Thank You!Sushobhan
KeymasterThis reply has been marked as private.Sushobhan
KeymasterHi,
You have a wrong conflicting style written in https://www.bookazi.com/wp-content/uploads/wcfm/wcfmmp-style-custom-1589298077.css
This makes both background and the icon color white. So you can’t see the icons. Search for #wcfmmp-store .social_area ul li a i and change its color to anything but white.
Thank You!Sushobhan
KeymasterThis reply has been marked as private.Sushobhan
KeymasterThis reply has been marked as private.May 12, 2020 at 8:38 pm in reply to: Booking availability is not consistent, without this the marketplace is no use #130105Sushobhan
KeymasterHello,
It’s related to setting up the bookable products, for that please follow their documentation https://docs.woocommerce.com/document/creating-a-bookable-product/ or contact the plugin author. From your query, it seems you need to set ‘Max bookings per block’ to 1 from the Availability tab.
Please go through the setup documentation as setting a bookable product is tricky sometimes.
Thank You!Sushobhan
KeymasterHi,
Where can I find this? Could you please provide me an URL?
Thank You!Sushobhan
KeymasterHi,
Thanks for getting in touch with us!
It seems your Google Map Key is not authorized to use for this domain. You can check this error in your browser console (see here- https://imgur.com/FE7z5LA)
That’s why it showing dummy results.
Thank You!Sushobhan
KeymasterHi,
The page with the shortcodewcfm_vendor_registrationneeds to be selected in Registration selectbox from WCFM admin dashboard >> Settings >> Dashboard Pages like this https://imgur.com/PmWJtaG
Please check if its there.
Thank You!Sushobhan
KeymasterThis reply has been marked as private.Sushobhan
KeymasterYou are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin (if you haven’t already) at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.Sushobhan
KeymasterHi,
Which order statuses are selected underAllowed Order Status for Withdrawalsettings (Settings >> Withdrawal Settings)? See here- https://imgur.com/zKGu906
Please send me a snapshot of the Withdrawal Settings page. Also to know more about Withdrawal settings check this documentation https://docs.wclovers.com/withdrawal/.
Thank You!Sushobhan
KeymasterThis feature is not supported in wePOS. So only stock update will not be possible. The purpose of any POS is easy offline sale, so I don’t think you will get such settings in any POS plugin.
Thank You!Sushobhan
KeymasterThis reply has been marked as private.Sushobhan
KeymasterHi,
WCFM Marketplace is a marketplace plugin and I’m guessing you have already installed that. That means you already have multivendor capability added to your site.
Also, you can’t use 2 multivendor plugins at once. It will break each other’s functionality. Test them separately and decide which one fits your requirement better.
If you have any queries or concern do let me know!
Thank You 🙂May 12, 2020 at 5:28 pm in reply to: **URGENT/SITE CRASHING** Need help with AJAX calls/FrontEndManager #130025Sushobhan
KeymasterHi,
You can use the following code to do that-function allow_only_for_admin( $status ) { if ( current_user_can( 'administrator' ) ) return true; return false; } add_filter( 'wcfm_is_allow_desktop_notification', 'allow_only_for_admin' ); add_filter( 'wcfm_is_allow_new_message_check', 'allow_only_for_admin' );Add this code to your child theme’s functions.php
In case you do not have a child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
Let me know how this goes.
Thanks!Sushobhan
KeymasterHello,
The easiest way of achieving this might be by finding a WooCommerce based plugin that has these Ad selling features and making it compatible with WCFM.
Alternatively, you can do all these things with customization but that would be very much time-consuming. Let me know if you come across any such plugin.
Thank You!Sushobhan
KeymasterYou are always welcome 🙂
Let me know if there’s anything else we can help you with.
Can we ask for a favor? Would you mind taking a few minutes to review our plugin (if you haven’t already) at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.Sushobhan
KeymasterOkay, I got your issue. You are talking about the automatic notification check functionality. Previously our notification manager used to make an ajax call every 60 sec to check for any new events (like order, registration, etc). But, we disabled this feature last month. This is because we receive various support requests complaining about higher bandwidth usage and overloading server CPU. Please refer to this post for additional details https://wclovers.com/forums/topic/urgent-site-crashing-need-help-with-ajax-calls-frontendmanager/ It also includes the way to enable new notification checking (automatic).
Let me know if that helps!
Thank You!- AuthorPosts