WC Lovers
Forum Replies Created
-
How are you creating products as Vendor and associates categories?
WCFM dashboard page was deleted.
Thanks for the update.
Go to wp-admin – WCFM Options – be sure WCFM dashboard page set over there.
If you are not able to attach then upload your images here and share with us – https://imgbb.com/
https://manofestum.com/listing-manager/settings/#wcfm_settings_form_marketplace_head
What it’s showing – show me a screenshot please?
Between, hope you didn’t deleted WCFM pages?
WCFM does not work from wp-admin panel.
https://manofestum.com/listing-manager/settings/#wcfm_settings_form_marketplace_head
This page also work from frontend, part of WCFM dashboard.
Please update WCFM Marketplace to the latest version 3.5.2, this issue will fix for you.
It just hangs after they click on the submit button.
Please check Ajax response from Google Chrome browser console -xhr
Possibly some error happening to your site.
Please check at wp-admin -> WooCommerce -> Status -> Logs -> fatal_erros log -> is any error generated?
Also, check the 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, are you able to add product as Admin from WCFM dashboard?
Here we have a similar situation. Have the gentlemen improved the security of their next “super plug”?
Did you tested with latest version before complaining such thing?
The wcfm_ajax_controller AJAX action of the plugin, available to unauthenticated and authenticated user, does not properly sanitise multiple parameters before using them in SQL statements, leading to SQL injections
Proof of Concept
v < 3.4.11
Why are you testing with such an old version?
Test with latest version and then report such complains.
WCFM all controllers already has nonce check and proper user permission check. You may check here as well – https://plugins.svn.www.ads-software.com/wc-multivendor-marketplace/trunk/core/class-wcfmmp-refund.php
Please try this addon – https://drive.google.com/file/d/1zeH_kzR8-0enBj-SWNJwF3XIcIwh4FiI/view?usp=sharing
Also how can we include these custom registration fields in the admin notification email?
– You don’t have to do anything for this, by default those are part of Admin notification email and vendor registration approval section.
Duplicate query for – https://www.ads-software.com/support/topic/hide-add-media-in-only-short-description/
add_filter( 'wcfm_product_manage_fields_content', function( $content_fields, $product_id, $product_type ) { if( isset ( $content_fields['excerpt'] ) ) { $content_fields['excerpt']['media_buttons'] = false; } return $content_fields; }, 50, 3 );
Add custom code(s) to your child theme’s functions.php
In case you do not have child theme then add those using this plugin – https://www.ads-software.com/plugins/code-snippets/