jlee2021
Forum Replies Created
-
up please reply!
their support is not good.
up
any update on this please?
add_filter( ‘wcfm_sell_items_catalog_args’, function( $args ) {
if( isset( $args[‘author__not_in’] ) ) unset( $args[‘author__not_in’] );
$args[‘author’] = 1;
return $args;
}, 50, 2 );
add_filter( ‘wcfmmp_is_allow_single_product_multivendor_by_product’, function( $is_allow, $product_id ) {
global $WCFM, $WCFMmp, $product, $post;$product_author = wcfm_get_vendor_id_by_post( $product_id );
if( $product_author ) {
$is_allow = false;
}
return $is_allow;
}, 50, 2 );`try this code, they can add and see products uploaded by admin only. i hope it helps.
Forum: Plugins
In reply to: [WCFM Marketplace - Multivendor Marketplace for WooCommerce] Store Categoriesany update on this?
any update on this?
Forum: Plugins
In reply to: [WCFM Marketplace - Multivendor Marketplace for WooCommerce] Overlapits the woodmart latest version
fixed already thanks, i disabled the wordfence firewall
I got 2 pages in admin dashboard
https://prnt.sc/213gqu0I removed all the codes and start FRESH! its still the same it shows only 25 customers
but it shows only 25 data how to fix it?
i use this code
add_filter( 'wcfm_customer_user_role', function( $customer_user_roles ) { $customer_user_roles[] = 'reseller_customer'; $customer_user_roles[] = 'cd_customer'; $customer_user_roles[] = 'wcfm_vendor'; return $customer_user_roles; });
it shows 25 only! those users have reseller_customer role and wcfm vendor role
https://prnt.sc/213fipqis this possible to use?
add_filter( 'wcfm_customer_user_role', function( $customer_user_roles ) { $customer_user_roles[] = 'reseller_customer'; $customer_user_roles[] = 'cd_customer'; $customer_user_roles[] = 'wcfm_vendor'; return $customer_user_roles; });
there are no customers, they have resellers and store vendor role.
https://prnt.sc/213dpwnthis code
add_filter( 'wcfm_customer_user_role', function( $customer_user_roles ) { $customer_user_roles[] = 'reseller_customer'; $customer_user_roles[] = 'cd_customer'; return $customer_user_roles; });