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 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Payment gateway #120974
    jennis015
    Participant

    i refer do manual the commission and withdrawal process.

    in reply to: Payment gateway #120967
    jennis015
    Participant

    Thanks for the quick reply! None of them works with Argentine ARS, i searched before. Please can you look at it the other option may be?
    this is https://github.com/TodoPago/
    or mercapago? https://es-ar.wordpress.org/plugins/woocommerce-mercadopago/ (but seen in another publication that was not compatible)

    Thanks very much.
    Regards

    in reply to: Payment gateway #120645
    jennis015
    Participant

    Hi im using todopago https://github.com/TodoPago/
    If the plugin isnt compattible, i should use only your code?
    Thanks!

    in reply to: Create "_price" in database #118492
    jennis015
    Participant

    thanks very much! it help me!

    in reply to: Create "_price" in database #118453
    jennis015
    Participant

    Great! this code didnt work to me, something is wrong? Can you help me please?

    _price is the meta_key of woocommerce.

    add_filter( 'wcfm_form_custom_validation', function( $wcfm_products_manage_form_data, $form ) {
    
      if( $form_manager == 'product_manage' ) {
    			$regular_price = isset( $wcfm_products_manage_form_data['regular_price'] ) ? wc_clean( $wcfm_products_manage_form_data['regular_price'] ) : '';
    	update_post_meta( $new_product_id, '_price', $regular_price );
    		}
    	
    	return $wcfm_products_manage_form_data;
    },
    50, 2);
    in reply to: Plugin overloads server – CPU max. out #116181
    jennis015
    Participant

    Hi there! I have the same problem, how can I disable ajax calls? With the new update it doesnt allow me to open the configuration page.
    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)