Forum Replies Created
- AuthorPosts
- April 19, 2020 at 5:28 pm in reply to: How to let Vendor choose for Banner Slider instead of static image? #120620SebastianFloKaParticipant
Hi, I’m also just user or better to say try to become a user (more than 5 months now of trying to make WCFM run as required …)
I have no video banner running so far, but maybe following post can help?
https://wclovers.com/forums/topic/how-do-we-make-the-vendor-store-video-banner-fill-in-the-whole-banner-space/If not, please respond again and WCFM Support will answer for sure.
April 19, 2020 at 4:32 pm in reply to: How to let Vendor choose for Banner Slider instead of static image? #120599SebastianFloKaParticipantHi,
You have Groups&Staff? If so, did you already check in the capability controller of the specific group you created? On the bottom in left row under “settings inside” you find the banner, on the top in the right row under “marcetplace” you should find video banner and slider banner.Attachments:
You must be logged in to view attached files.SebastianFloKaParticipantHi,
just checked and the error message now disappeared. If this was part of last update – Thank you.
closed for me.April 18, 2020 at 5:23 pm in reply to: WCFM & Germanized – entering a delivery time crashes product manager #120311SebastianFloKaParticipantThis reply has been marked as private.April 18, 2020 at 5:22 pm in reply to: WCFM & Germanized – entering a delivery time crashes product manager #120310SebastianFloKaParticipantIn todays update changelog you mention “Enhance – WooCommerce German Market product fields compatibility added”.
Did you really mean “WooCommerce German Market”? If yes, does it mean you will switch supported plugin from “Germanized-plugin” to “German Market – plugin”?If this was a typo and you intended to write “Germanized”, then above described issue is not yet fixed.
The video in the next post will show you
– that I updated to latest version
– where these delivery dates are entered
– that the problem persistsSebastianFloKaParticipantHi,
I assume it’s working fine because “germanized plugin” was not activated, right?
I step out of this post as there’s an extra one for this specific germanized issue:
https://wclovers.com/forums/topic/wcfm-germanized-split-tax-on-off-causing-issues-with-vat-on-shipping-cost/
thanks.SebastianFloKaParticipant… there was a nice proposal by communitycorrals some time ago related to this topic:
https://wclovers.com/forums/topic/embedded-mailing-into-inquiry-module/At ebay, amazon etc. there’s this system that allows to answer to “inquiry-notification-emails” directly from the email-client (Outlook etc.) and it’s transferred to the other participant on the platform but platform owner keeps control over the communication.
During testing I figured out the same thing as pisidia. If admin allows customers so send inquiries to vendors without being logged in, the link in the email to the customer with the answer of the vendor doesn’t work. So either A) settings needs to be done that customers can send inquiries only if an account is created and is logged in while sending and receiving messages OR B) the text in the email template needs to be changed to avoid confusion. In both ways a communication over the platform is generally possible, that’s true, but it’s not comfortable at all compared to the state of the art set by big platform players.
April 15, 2020 at 3:16 am in reply to: WCFM & Germanized – entering a delivery time crashes product manager #119207SebastianFloKaParticipantThis reply has been marked as private.April 14, 2020 at 5:01 am in reply to: WCFM & Germanized – split tax on/off – causing issues with VAT on shipping cost #118889SebastianFloKaParticipantNo response to my email-request so far.
Again the issue:
A) If “split tax” is turned OFF in Germanized plugin, shipping prices are taken as NET values and VAT is ADDED (example: vendor enters shipping cost of 10 € but the customer is charged 11,90 €, so 10 € + 19% VAT). But correct would be to leave shipping prices as GROSS values and DEDUCT VAT (10€ shipping cost INCLUDING 1,60€ VAT 19%).
B) If “split tax” ist turned ON in Germanized plugin, shipping prices are taken as GROSS values and VAT is deducted – so far so good! But then it calculates the ratio of VAT percentages over the complete shopping cart. But it would be correct to do this calculation separated per vendor.Whatever the admin choose, the cart etc. is wrong. I would prefer running my system with issue B) solved, but probably it’s easier for you to solve issue A), which would do for the beginning.
SebastianFloKaParticipantHi Craig,
thanks a lot for your answer. But I fear I was not clear enough in my description.
Tiered price table is a plugin that is supported by WCFM, see here: https://wordpress.org/plugins/tier-pricing-table/
This plugin allows vendors to give discount if customers sell more than one amount of a product –> named tiered pricing or also volume discount. It’s like “bulk discount plugin” but better.
I already do have different membership plans similar to your ones. And I think it would be great to offer this feature of tiered prices only to vendors in payed membership plans and not automatically to all. So a button within capability section to activate the plugin for certain groups and deactivate it for others would be great.April 13, 2020 at 9:30 pm in reply to: tiered price table and variable products – bug with comma separated prices #118805SebastianFloKaParticipantThis reply has been marked as private.April 13, 2020 at 3:08 pm in reply to: how can i manage vendors virtual product "keys" delivary #118691SebastianFloKaParticipant… or in other words: It is a main requirement of my vendors to enter their own codes (enter new ones as well as upload csv files). Any chance to “fix” this, plese?
Thanks so much.SebastianFloKaParticipantAny chance to get the tax breakup as in your proposal?
SebastianFloKaParticipantattached a picture of all current WCFM versions
Attachments:
You must be logged in to view attached files.SebastianFloKaParticipant3.3.7.
SebastianFloKaParticipantHi, thanks for the answer.
If possible for all addresses everywhere. Customer and vendor.
In many countries and in almost all european countries the postal code is placed just before the town.
Examples:
https://www.parcelforce.com/help-and-advice/sending/address-formats-europeThanks.
SebastianFloKaParticipantIf a vendor account could have several physical shops would be very usefull for me as well.
This was already discussed some time ago:
https://wclovers.com/forums/topic/product-on-several-shops/But let’s see the response …
SebastianFloKaParticipantI’m following this as I have a similar issue if “tax split” is turned of within germanized plugin.
SebastianFloKaParticipantOK, looks like I got it: could it be that the apostrophe in your code snippet doesn’t follow current php-requirements anymore. If I change to following, it looks much better:
add_filter( 'wcfmmp_is_allow_commission_on_tax', '__return_true' ); add_filter( 'wcfmmp_is_allow_commission_on_shipping', '__return_true' );
So the difference is the apostrophe: ‘ instead of ‘
Only thing is now I get following error:
Warning: sprintf(): Too few arguments in …/wp-content/plugins/wc-multivendor-marketplace/core/class-wcfmmp-settings.php on line 466SebastianFloKaParticipant… and does it work if you press the sync button in loco translate? Also, it’s recommended to choose for the location of the files the “custom location of loco”, even this is probably not causing your issue. There are several explanations how to use loco translate, I personally think the following one is quite helpful for example:
SebastianFloKaParticipant… are you sure you pressed the sync button in loco translate each time?
March 10, 2020 at 4:15 pm in reply to: how can i manage vendors virtual product "keys" delivary #110927SebastianFloKaParticipantIn the wp-admin-backend the “License-manager-plugin” provides an option to add license-keys via “add new” and “import”. This feature is not available for WCFM vendors, eventhough there’s a button for “sell from stock” at “create a product”.
Will this be added in future?Attachments:
You must be logged in to view attached files.March 5, 2020 at 8:15 pm in reply to: Multiple Provider Stores that will pay commissions and others that will not. #110122SebastianFloKaParticipant… OK, it would have been better to write “I solve this with Groups&Staff” …
March 5, 2020 at 7:44 pm in reply to: Multiple Provider Stores that will pay commissions and others that will not. #110120SebastianFloKaParticipant… Just use WCFM Groups&Staff and create one group with commission and one group without commission….
You can decide how the registration process look like so you can move your vendors manually to whichever group you like.SebastianFloKaParticipantAdmin has “Commission Invoice” download option there
Did you see the picture I’ve attached? There is NO commission invoice visible for the admin!
- AuthorPosts