Forum Replies Created
- AuthorPosts
WCFM Forum
MemberPlease check in Google Chrome Browser console, is there any JavaScript error happening to the site or not!
(What is browser console – https://support.airtable.com/hc/en-us/articles/232313848-How-to-open-the-developer-console)
Between, is this working from desktop view?
WCFM Forum
MemberHi,
Kindly show me this coupon setup and store page sidebar setup screenshot.
Thank You
WCFM Forum
MemberHI,
Add this line to your site to disable country field for this widget –
add_filter( 'wcfmmp_is_allow_store_list_country_filter', '__return_false' );Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
WCFM Forum
MemberPlease check here for all supported option – https://wclovers.com/knowledgebase/wcfm-marketplace-widgets-short-codes/
WCFM Forum
MemberHi,
I had seen something in the changelog related to this issue! it is possible for me to export products from a specific store and not the entire catalog of the site, from the view of admin
– Sure, you may import for vendors as Admin.
You have to add “Store” column in your CSV for the purpose and specify that vendor’s id in that column.
Thank You
WCFM Forum
MemberWhat is your WCFM Marketplace plugin’s version?
Please update this to latest version, 3.3.3 and check once.
Thank You
February 25, 2020 at 12:26 pm in reply to: Vendor create their own affiliate program and with store specific commission #108659WCFM Forum
MemberWell, you are allowed to add custom field for Affiliate profile, you may add billing details fields form there.
https://affiliatewp.com/ – it’s WordPress most popular affiliate plugin but does not have any option to payout affliate users from this core plugin. You have to use other third party addons for the purpose.
Thank You
February 25, 2020 at 12:23 pm in reply to: WCFM & Germanized – split tax on/off – causing issues with VAT on shipping cost #108658WCFM Forum
MemberWe are already discussing this over email, so leaving here.
WCFM Forum
MemberWell, WooCommerce Importer does not support custom taxonomies.
WCFM Forum
MemberYou are welcome 🙂
WCFM Forum
MemberWell, this is theme template issue, please talk to theme support for this.
WCFM Forum
MemberHI,
Please check this for Affiliate details – https://docs.wclovers.com/wcfm-affiliate/
It’s not possible to assign affiliate with vendors.
February 25, 2020 at 12:12 pm in reply to: access commission percentage in commission setting #108652WCFM Forum
MemberHi,
Do you want to fetch this commission setting or commission value for a product?
Thank You
WCFM Forum
Memberhttps://wclovers.com/wp-content/uploads/2020/02/Ekran-Resmi-2020-02-16-16.51.44-1.png
– Hope you have stick vendor’s second reply as “sticky” and that’s visible under single product page.
Where is the issue, I am not getting clearly.
I have test this and it’s working properly!
WCFM Forum
MemberWell, this is because it’s not a valid PHP date format – https://wclovers.com/wp-content/uploads/2020/02/Ska%CC%88rmavbild-2020-02-14-kl.-10.43.30.png
February 25, 2020 at 12:04 pm in reply to: Vendor can select only the lowest sublevel category for new product. #108648WCFM Forum
MemberPlease contact us here – https://wclovers.com/woocommerce-multivendor-customization/
WCFM Forum
MemberYeah right, we will add support for this in WCFM Marketplace next update.
WCFM Forum
MemberKindly show me screenshot, how you are getting media uploader as vendor.
Also check in Google Chrome Browser console, is there any JavaScript error happening to the site or not! (What is browser console – https://support.airtable.com/hc/en-us/articles/232313848-How-to-open-the-developer-console)
WCFM Forum
MemberHI,
Please setup store shipping “by country” option – https://wclovers.com/knowledgebase/wcfm-marketplace-store-shipping/
Hence, vendors will able to adjust cost at product level as well.
Thank You
February 19, 2020 at 3:32 pm in reply to: How to undo/remove a vendors association with a Product? #107843WCFM Forum
MemberHI,
I tried click the small ‘x’ in the product-admin page where it displays a drop-down choice of Vendors, but it will not delete the link between Product an a Vendor.
– Please do the same from WCFM dashboard -> Product manager
Thank you
WCFM Forum
MemberWell, you have set wrong page at wp-admin -> Job Listing -> Setting -> Pages
Those pages doe not contain proper short code as per WP Job Manager plugin.
Thank You
WCFM Forum
MemberWell, there wan never a special setting for “carousel banner”, always store list banner use for the purpose – https://ibb.co/SyY0xwx
Thank You
WCFM Forum
MemberWell, this is an issue from your theme template, please contact theme support for this.
February 19, 2020 at 3:26 pm in reply to: access commission percentage in commission setting #107839WCFM Forum
MemberSorry, not get your requirement clearly.
What you want to fetch and where? Show me screenshot please.
WCFM Forum
MemberI have already gave you a code snippet for this.
This is the code to enable commission calculation on shipping cost –
add_filter( ‘wcfmmp_is_allow_commission_on_shipping’, ‘__return_true’ );- AuthorPosts