Forum Replies Created
- AuthorPosts
- jennis015Participant
i refer do manual the commission and withdrawal process.
jennis015ParticipantThanks 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.
Regardsjennis015ParticipantHi im using todopago https://github.com/TodoPago/
If the plugin isnt compattible, i should use only your code?
Thanks!jennis015Participantthanks very much! it help me!
jennis015ParticipantGreat! 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);
jennis015ParticipantHi 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! - AuthorPosts