Help
-
Hi,
Please share that SMS gateway WoCommerce addon download URL.
Thank You
It does not have any plugin for WordPress or WooCommerce ?
They have a plugin for WooCommerce
Please share me that plugin link.
Or, you may share that plugin with me at – wclovers.custom@gmail.com
Thanks π
Will it work with wcfm?
We are checking this, will know you soon!
I need to unsubscribe to the emails n=how do i do that
Checked?
Hi,
Please add this code to your child theme’s functions.php –
add_action( 'after_wcfm_notification', function( $author_id, $message_to, $author_is_admin, $author_is_vendor, $wcfm_messages, $message_type ) { global $WCFM, $WCFMmp, $wpsms_option, $sms; if( !class_exists( 'WP_SMS_Plugin' ) ) return; if( $message_to == -1 || $message_to == '-1' ) return; $message_to = absint($message_to); if( $message_to ) $message_to_user = 'vendor'; else $message_to_user = 'admin'; $is_notification_send = isset( $WCFMmp->wcfmmp_notification_options[$message_type][$message_to_user]['sms'] ) ? $WCFMmp->wcfmmp_notification_options[$message_type][$message_to_user]['sms'] : 'no'; if( $is_notification_send == 'yes' ) return; $sms_messages = get_bloginfo( 'name' ) . ': ' . $wcfm_messages; $sms_messages = esc_sql( $sms_messages ); $sms_messages = strip_tags( $sms_messages ); if( $message_to_user == 'vendor' ) { $store_user = wcfmmp_get_store( $message_to ); $sms->to = array( $store_user->get_phone() ); } else { $sms->to = array( $wpsms_option['admin_mobile_number'] ); } $sms->msg = $sms_messages; $sms->SendSMS(); }, 50, 6 );Thank You
Can you please help me with it. I donβt know how to edit child theme.
The topic ‘Help’ is closed to new replies.