WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Forum Replies Created

Viewing 25 posts - 251 through 275 (of 12,721 total)
  • Author
    Posts
  • in reply to: How to set "product custom validation" order? #109878
    WCFM Forum
    Member

    Sorry, not get your query clearly.

    Do you want to rearrange wp-admin menus or WCFM dashboard menus?

    in reply to: WCFM Marketplace – Elementor integrated #109876
    WCFM Forum
    Member

    You may use this short code for the purpose- [wcfm_store_info data=”store_badges”]

    in reply to: About store page head banner mobile layout #109875
    WCFM Forum
    Member

    HI,

    Which theme you are using for the site?

    Is this “ReHUB”? If so, then please contact theme support for this as this template from theme.

    Thank You

    in reply to: Custom Field #109873
    WCFM Forum
    Member

    Hi,

    Please add this line –

    $field_value = apply_filters( 'wcfm_custom_field_value', $field_value, $field_name );

    after this line – $field_value = get_post_meta( $product_id, $field_name, true );

    https://ibb.co/xX8JHG8

    Thank You

    in reply to: A little php help with simple auction integration? #109872
    WCFM Forum
    Member

    HI,

    Please do not edit template, add this code to your site for the purpose –

    add_filter( 'wcfm_product_manage_wcsauction_fields', function( $auction_fileds, $product_id ) {
      if( !$product_id ) {
      	$_format = "Y-m-d h:m:s";
      	$_CurrentTime = new DateTime();
      	if( isset( $auction_fileds['_auction_dates_from'] ) ) {
      		$auction_fileds['_auction_dates_from']['value'] = $_CurrentTime->format($_format);
    		}
    		if( isset( $auction_fileds['_auction_dates_to'] ) ) {
    			$_Current_to = $_CurrentTime->add(new DateInterval('P14D')); 
    			$auction_fileds['_auction_dates_to']['value'] = $_Current_to->format($_format);
    		}
      }
      $auction_fileds = wcfm_hide_field( '_auction_dates_from', $auction_fileds );
      $auction_fileds = wcfm_hide_field( '_auction_dates_to', $auction_fileds );
      return $auction_fileds;
    }, 50, 2 );

    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

    in reply to: Rejection email #109860
    WCFM Forum
    Member

    Hi,

    If is possible i want the title to say: Solicitud de Tienda Afiliada Rechazada.

    – Well, you have already translated this text, so just add your preferred text for this translation.

    Thank You

    in reply to: Amin CSV produt export by store vendor #109859
    WCFM Forum
    Member

    Hi,

    Olá Luiz, me desculpe por me intrometer nesse tópico, mas estou tentando solucionar o problema com o Wirecard que dá o erro (“2020-02-27T15:35:15+00:00 ERROR Wirecard access token is not found.”).

    – You have to contact WIrecard support and ask them to publish your token.

    We have faced same issue at beginning then resolved after communicating with them directly. May check this – https://dev.wirecard.com.br/discuss/5d7caac3c1a04600309ccd2e

    Thank You

    in reply to: DEFAULT MAIN PIC FOR NEW PRODUCT #109857
    WCFM Forum
    Member

    Sure, you may set product’s default image from wp-admin -> WooCommerce -> Setting -> Products -> Placeholder Image – https://ibb.co/6Z3648S

    in reply to: Support Ticket module mail notifications. #109855
    WCFM Forum
    Member

    Sure, you may setup this from WCFM Admin Setting -> Email Setting -> New Support -> add multiple emails comma separated.

    in reply to: Customization #109854
    WCFM Forum
    Member

    If you not yet received reply from our customization team yet then mail us directly at wclovers.custom@gmail.com

    in reply to: How to – Edit Knowledgebase categories #109853
    WCFM Forum
    Member

    HI,

    Add this code to your site and set your knowledge base url here –

    add_filter( 'wcfm_knowledgebase_url', function( $knowledgebase_url ) {
    	$knowledgebase_url = 'SET YOUR URL HERE';
    	return $knowledgebase_url;
    });

    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

    in reply to: Radius Filter for Products in Woocommerce #109850
    WCFM Forum
    Member

    Hi,

    This feature already added, you have to enable this from WCFM Admin Setting -> GEO Location – https://ibb.co/17q1sZN

    Thank You

    in reply to: WooCommerce Payments #109849
    WCFM Forum
    Member

    HI,

    Do you think this will be an integration we can use with the Marketplace?

    – For what purpose? This does not support Split payment.

    Thank You

    in reply to: Add product form homepage dashboard #109846
    WCFM Forum
    Member

    Hi,

    Otherwise, disabling the add product floating button and make a real one on the menu ?

    – You may disable this product popup module form WCFM Admin Setting -> Modules -> Set OFF Popup Add Product

    You may add store manager dashboard “Add Product” page url anywhere in your site.

    Thank You

    in reply to: incompatibilidad con el tema WOODMART #109845
    WCFM Forum
    Member

    Please contact us here – https://wclovers.com/setup-guidance/

    We have to check your theme setup.

    in reply to: Vendors as Search Results #109844
    WCFM Forum
    Member

    Please contact with us for the purpose- https://wclovers.com/woocommerce-multivendor-customization/

    in reply to: Auction relist #109842
    WCFM Forum
    Member

    HI,

    https://wclovers.com/wp-content/uploads/2020/02/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA-5.png

    – WCFM panel do not have “Relist” button like wp-admin panel. If any auction product possible to “relist” then it add those fields automatically, no need to click any additional button to activate those fields.

    Thank You

    in reply to: Å, Ä and Ö in store name #109841
    WCFM Forum
    Member

    Hi,

    Please add this code to your site for the purpose-

    add_filter( 'wcfm_membership_registration_fields', function( $store_name_fields ) {
    	if( isset( $store_name_fields['store_name'] ) ) {
    	  $store_name_fields['store_name']['class'] = 'wcfm-text wcfm_ele';
    	}
    	return $store_name_fields;
    });
    
    add_filter( 'wcfm_marketplace_settings_fields_general', function( $store_name_fields ) {
    	if( isset( $store_name_fields['store_name'] ) ) {
    		$store_name_fields['store_name']['class'] = 'wcfm-text wcfm_ele';
    	}
    	return $store_name_fields;
    });

    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

    in reply to: Viewing Marketplace MyStore on IPhone #109840
    WCFM Forum
    Member

    Is this working properly in your desktop?

    Between, if you click on “My Store” this will open store page in a new tab, did you checked that?

    in reply to: DataTables warning #109839
    WCFM Forum
    Member

    This error was due to states list, already resolved.

    in reply to: Plugin integration #109838
    WCFM Forum
    Member

    We are checking this plugin, if possible to make this work for multi-vendor sites. We will definitely make this compatible with WCFM.

    Thank You

    in reply to: Split Payment setup #109837
    WCFM Forum
    Member

    Hi,

    Why doesn’t this work with all payment options? A lot of industries cannot use Stripe. Without that option, this is 100% useless as a multi-vendor marketplace!

    – All payment gateway does not have this API for the purpose. You may contact your preferred payment gateway support for this and ask them to add such API.

    Thank You

    in reply to: Australian Delivery Providers #109836
    WCFM Forum
    Member

    HI,

    Essentially, I would like for vendors to select their chosen delivery provider, select delivery type (such as standard or express), then enter the receipt or tracking number.

    – Do you want to have this for “Shipment Tracking” module? – https://wclovers.com/knowledgebase/wcfm-shipping-tracking/

    If so, then it will be possible to change shipment tracking url field into delivery providers dropdown, you have to share delivery providers list with me for the purpose.

    Thank You

    in reply to: Manually add products to a subscription #109835
    WCFM Forum
    Member

    HI,

    Sometimes we have to add products or change products manually in a subscription.

    – You have to add that product into that subscription’s associated order as well, hence commission will be recalculated.

    Thank You

    WCFM Forum
    Member

    Hi,

    We provide offices for our clients, and each office is used by other clients. To make sure the availability is good, we need to synchronize each the Resources via Google Calendar, I don’t see this option.

    – Do you have added “office” as vendor and “clients” as staff for them?

    Thank You

Viewing 25 posts - 251 through 275 (of 12,721 total)