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 - 101 through 125 (of 12,721 total)
  • Author
    Posts
  • in reply to: Sellecting category, step by step #115284
    WCFM Forum
    Member
    in reply to: WCFM Marketplace – Elementor integrated #115283
    WCFM Forum
    Member

    Hi,

    Well, it’s not possible to edit dashboard template using Elementor. in fact if you edit dashboard page template using Elementor it will generate error or you will get 404 error.

    Do you have edited “Store Manager” page template using Elementor?

    WCFM – Elementor (https://wordpress.org/plugins/wc-frontend-manager-elementor/) addon is already there to create custom store page template using Elementor.

    Thank You

    in reply to: Elementor 404 template not working with WCFM #115281
    WCFM Forum
    Member

    Hi,

    Well, it’s not possible to edit dashboard template using Elementor. in fact if you edit dashboard page template using Elementor it will generate error or you will get 404 error.

    Do you have edited “Store Manager” page template using Elementor?

    WCFM – Elementor (https://wordpress.org/plugins/wc-frontend-manager-elementor/) addon only support store page custom template using Elementor.

    Thank You

    in reply to: using elementor #115280
    WCFM Forum
    Member

    Hi,

    Well, it’s not possible to edit dashboard template using Elementor. in fact if you edit dashboard page template using Elementor it will generate error or you will get 404 error.

    WCFM – Elementor addon is only for creating custom template for vendor’s store page.

    Thank You

    WCFM Forum
    Member

    Hi,

    Please try this short code for this page – [wcfm_stores sidebar=”no”]

    Thank you

    in reply to: Shipment tracking and confirmation #115278
    WCFM Forum
    Member

    Sure, will add this in WCFM Ultimate next update.

    Thank You

    in reply to: Shipping By Weight #115277
    WCFM Forum
    Member

    Hi,

    We already has this in plan.

    Will add this prohibition soon.

    Thank You

    in reply to: Vendor Email Notification #115276
    WCFM Forum
    Member

    Please add this code snippet to your site and take a look –

    add_action ( 'wcfm_order_totals_after_total', function( $order_id ) {
    	$order = wc_get_order( $order_id );
    	if ( WC()->payment_gateways() ) {
    		$payment_gateways = WC()->payment_gateways->payment_gateways();
    	} else {
    		$payment_gateways = array();
    	}
    	$payment_method = ! empty( $order->get_payment_method() ) ? $order->get_payment_method() : '';
    	
    	$td_style = '';
    	if( $payment_method ) {
    		?>
    		<tr>
    			<th class="label" colspan="2" style="text-align:right; <?php echo $td_style; ?>"><?php _e( 'Payment Method', 'wc-frontend-manager' ); ?>:</th>
    			<td class="total" style="text-align:center; <?php echo $td_style; ?>">
    				<div class="view">
    					<?php 
    					echo isset( $payment_gateways[ $payment_method ] ) ? esc_html( $payment_gateways[ $payment_method ]->get_title() ) : esc_html( $payment_method );
    					?>
    				</div>
    			</td>
    		</tr>
    		<?php
    	}
    }, 50 );

    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: WCFM with WC Bookings and accommodation bugs #115274
    WCFM Forum
    Member

    I have already pass this message to our customization and hopefully they are already communicating with you.

    in reply to: Is the plugin very resource intensive? #115272
    WCFM Forum
    Member

    Hi,

    Please add this line to your site and check once –

    add_filter( 'wcfm_is_allow_desktop_notification', '__return_false' );
    add_filter( 'wcfm_is_allow_new_message_check', '__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

    in reply to: MAP to show all the vendors on store-list #115271
    WCFM Forum
    Member

    Are you using this short code on site’s home page?

    WCFM Forum
    Member

    Hi,

    I’ve tried to use the Woocommerce Deposits but I had some problems with the split functionality.

    – Well, WooCommerce deposit is the best solution for the purpose.

    Kindly know me, what kind of issues you are getting using this?

    Thank You

    in reply to: How to set minimum price? #115263
    WCFM Forum
    Member

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

    in reply to: Payment gateway #115262
    WCFM Forum
    Member

    Hi,

    the customer pays $ 100. the payment method for example paypal or another payment gateway discounts 4% when you deposit it in the administrator’s account and then 4% when the administrator releases the payment? is that so?

    – Well, if your payment gateway charge is 4% then amount will credit into Admin’s account after deducting this.

    You may deduct this from vendor’s commission as well by setting up “Transaction Charge” from WCFM Admin Setting -> Payment Setting – https://ibb.co/XtjFS2t

    I will use a payment gateway for America, so it will always have to be manual payment, right?
    – For vendor payout, right? Between, which payment gateways is this?

    Thank You

    in reply to: Order not Visible in Reports or Ledger #115261
    WCFM Forum
    Member

    Hi,

    Which payment gateway you are using for payment?

    Possibly this is not as per WooCommerce standard and does not trigger required WooCommerce order status update actions.

    Please do a test using some other payment gateway and check whether you are getting same issue or not?

    Also, kind share that payment gateway plugin url with me to check once!

    Thank You

    in reply to: Hosting all vendor images? #115257
    WCFM Forum
    Member

    HI,

    If mvmp gains lot of vendors and even more lets say 100000 products, then where to host all those images? From dropbox e.g?

    – Well, this will be best to use Amazon S3 or Google Cloud for site’s media storage.

    Between, if you are going to have that much large data for the site then be sure your server configuration is high enough to handle this. Otherwise site will slow down.

    Thank You

    in reply to: Affiliate with chain #115256
    WCFM Forum
    Member

    Hi,

    Sorry, WCFM – Affiliate does not support MLM commission right now.

    You may use this plugin for the purpose – https://codecanyon.net/item/ultimate-affiliate-pro-wordpress-plugin/16527729

    Thank You

    in reply to: GEOLOCATION based Marketplace #115255
    WCFM Forum
    Member

    Well, WCFM Marketplace already has this module and even in Free version.

    You just have to setup WCFM Admin Setting -> GEO Location – https://ibb.co/YBBwXxF

    Hence you will have radius filter for store list page – https://wcfmmp.wcfmdemos.com/stores/
    and product archive pages – https://wcfmmp.wcfmdemos.com/

    Thank You

    in reply to: Duplicate product – images issues #115254
    WCFM Forum
    Member

    Can you please share a demo vendor account with me to check this once?

    in reply to: Refund error #115251
    WCFM Forum
    Member

    Hi,

    Please check at wp-admin -> WooCommerce -> Status -> Logs -> fatal_erros log -> is any error generated?

    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)

    If you find any errors then please show me screenshot for those.

    Thank You

    in reply to: Product availability scheduler #115250
    WCFM Forum
    Member

    Sorry, not yet.

    in reply to: Checkbox to accept Vendor Policies during Checkout #115249
    WCFM Forum
    Member

    Hi,

    Please add this code to your site for the purpose-

    add_action( 'woocommerce_checkout_order_review', function() {
    	if( function_exists( 'is_checkout' ) && is_checkout() ) {
    		$cart_vendors = array();
    		foreach ( WC()->cart->get_cart() as $cart_item_key => $cart_item ) {
    			$cart_product_id = $cart_item['product_id'];
    			$cart_product = get_post( $cart_product_id );
    			$cart_product_author = $cart_product->post_author;
    			if( function_exists( 'wcfm_is_vendor' ) && wcfm_is_vendor( $cart_product_author ) ) $cart_vendors[$cart_product_author] = $cart_product_author;
    		}	
    		
    		if( !empty( $cart_vendors ) ) {
    			echo '<div class="wc-gzd-checkbox-placeholder wc-gzd-checkbox-placeholder-legal" data-checkbox="vendor-terms">
    							<p class="legal form-row checkbox-legal validate-required" data-checkbox="vendor-terms">
    								<label for="legal" class="woocommerce-form__label woocommerce-form__label-for-checkbox checkbox">
    			            <span class="woocommerce-gzd-legal-checkbox-text">Allgemeinen Geschäftsbedingungen von ';
    			foreach( $cart_vendors as $cart_vendor ) {
    				$store_user = wcfmmp_get_store( $cart_vendor );
    				echo '<a target="_blank" href="'  .$store_user->get_policies_url() . '/#tab_links_area">' . wcfm_get_vendor_store_name( $cart_vendor ) . '</a>';
    			}
    			echo ' einverstanden.<span></label></p></div>';
    		}
    	}
    }, 11 );

    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: Vendor category #115248
    WCFM Forum
    Member

    We have a special solution for this.

    Please contact us here – https://wclovers.com/woocommerce-multivendor-customization/

    Will give you that. No worries, this will be free solution.

    Thank You

    in reply to: Request Custom Tabs Manager in Vendor Store Page ? #115247
    WCFM Forum
    Member

    Hi,

    here is their example for adding google analytics: https://wpastra.com/docs/how-to-add-google-analytics-code-with-custom-layouts-module/

    – For what purpose you are sharing this with us?

    Thank You

    in reply to: Vendor categories #115246
    WCFM Forum
    Member

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

    We have a custom solution for this, will give you that.

    Thank You

Viewing 25 posts - 101 through 125 (of 12,721 total)