Forum Replies Created
- AuthorPosts
- Sayan NaskarMember
Hello,
Do you want to remove the chat icon all together or do you want to change the position of chat box? Can you show us the position of the chat box where you want it along with the url of the site so that we can see the issue and provide you the solution?
Thank you.Sayan NaskarMemberHello,
We have a special solution for this.
Please contact us here – https://wclovers.com/woocommerce-multivendor-customization/
Will give you that solution.
Thank You
Sayan NaskarMemberHello,
Thanks @David76 for answering this and solving the query, much appreciated. 🙂Closing the thread.Sayan NaskarMemberHello you can use https://woocommerce.com/products/woocommerce-pre-orders/ as mentioned in the topic https://wclovers.com/forums/topic/woocommerce-pre-order/
Sayan NaskarMemberHello,
In the frontend, as you are converting the currency using the currency converter plugin the currency will be converted to the mentioned currency. It cannot be restricted in a few places as it will give rise to a huge currency amount mismatch throughout the site.Sayan NaskarMemberThis capability setting is not yet present!
Sayan NaskarMemberHello,
Check for the string the in WCFM – Woocommerce Frontend manager and WooCommerce plugin as well and translate them.Sayan NaskarMemberYou are most welcome.
Sayan NaskarMemberHello,
Please tell which editor you are talking about preferably with screenshots and page URL.Sayan NaskarMemberHello,
Yes WCFM now RnB and WC booking both you can use anyone according to your requirement.Sayan NaskarMemberYes the api will list all the orders to the vendors when they login to the rest api and cal the correct route and api request.
Please check the rest api documentation for more details.Sayan NaskarMemberHello,
You must enable and choose correct shipping options in admin Shipping by Zone or Shipping by Weight in admin to get the respective settings for the vendors. Check the documentation here: https://docs.wclovers.com/store-shipping/Sayan NaskarMemberIn WCFM Shipping the vendors can set global shipping rules which is available in the Vendor-Settings-Shipping.jpg image you shared.
The Vendor-Settings.jpg is the default Woocomerce settings to enter product weight. It is only used in as a display field in the frontend and also with if shipping by weight is enabled to match the weight rules in the global settings.
For your requirements, you can check Woocomerce per product shipping to see if it suits your needs. https://docs.woocommerce.com/document/per-product-shipping/
Thank you.
Sayan NaskarMemberHello,
WCFM Rest API allows you to get all the data with respect to the vendors. Like vendor shop, Vendor products, List of vendors, Vendor order, etc. But in Woocommerce you will get site-wide data and not related to vendors vendor data.April 15, 2020 at 1:27 pm in reply to: wcfm frontend manager ultimate on mobile device, vendor cannot add new product #119294Sayan NaskarMemberHello tahitibora1,
As of now the seller mobile app does not support the ability add images to the products. You can see all the features available to the seller app in the free version of the app. We will add other features to the mobile app in future versions.Thank You.
Sayan NaskarMemberHello,
The HTML structure of WCFM registration form and the theme is completely different. In the WCFM registration form the CSS class used by the theme for styling the theme is obviously not present so if you remove the WCFM Stylesheet the page will completely break as mentioned above. So it is better to overwrite the WCFM styles to match the theme style from the child themes functions.php or themes custom css section.If you take a look at https://vondersee.digital/marketplace/registrierung/, you can see that we already have styles for all kinds of elements – also for buttons – but they’re not working
>>>This will not work as the theme uses class styling to style the elements and those classes are obviously not present in WCFM form.Sayan NaskarMemberHello,
Insert the following code in your site, through the child themes function.php or through the snippet plugin in your websiteadd_filter('wcfm_datatable_page_length', 'wcfm_custom_alter_datatable_count'); function wcfm_custom_alter_datatable_count() { return 100; }
April 13, 2020 at 10:31 pm in reply to: Vendor shop dont work after complete new installation #118818Sayan NaskarMemberYes, it definitely will.
Sayan NaskarMemberHello,
Yes this is possible, you can turn off the delivery capability for the vendors. In that case, the admin will only be able to handle the delivery options.
To turn off the delivery for the vendors go to the WCFM admin dashboard -> Select Capabilities -> turn off the delivery capability and save changes.Thank you
April 13, 2020 at 11:29 am in reply to: Vendor shop dont work after complete new installation #118641Sayan NaskarMemberHello,
The permalink structure should be set to Post Name as you mentioned in the screenshot it turns on the pretty permalink in WordPress.
So after setting the permalink structure to Post Name are you able to access other pages in site other than WCFM?Well as you are using localhost, if you are using wamp server then be sure “rewrite” Apache module is on – https://ibb.co/wSLNVWF
Thank You.
April 12, 2020 at 12:43 pm in reply to: Vendors can limit zone by post code and still deliver to the rest of the zone #118343Sayan NaskarMemberHello,
WCFM Marketplace shipping is based on the WooCommerce shipping setting and extends it so it follows the mechanism which Woocommerce supports.
If you want the seller to deliver to 3 pin codes near to their shop so why set 3 different zones for this?? Multiple postcodes and states can be added to a single zone by the vendor if they want.Thank You.
April 10, 2020 at 1:53 pm in reply to: Restrict shipping of certain products to one specific country only? #117595Sayan NaskarMemberHello,
You can try the WC per product shipping for the purpose. You can check the documentation to see if it suits you. https://docs.woocommerce.com/document/per-product-shipping/Sayan NaskarMemberThe styles you have written are not loading up on your site. Can you write the style in the customizer custom CSS section? and also try to clear the cache?
Sayan NaskarMemberHello,
WCFM Marketplace provides admin to set commission at the category level.You can find the commission setup guide from the link: https://wclovers.com/knowledgebase/wcfm-marketplace-commission/
And the guide for the category-wise commission is under the heading CATEGORY LEVEL COMMISSION.Thank you.
Sayan NaskarMemberHello,
The shipping values are stored in the woocommerce database in cart transient please clear the woocommerce transients after making every shipping changes and then clear the cart after that try again to add product in the cart.
You can clear transients from Wp-admin backend -> Woocommerce-> Status -> tools tab -> Clear WooCommerce transients.
After this try adding fresh products in the cart.Thank you.
- AuthorPosts