• Resolved Jaume d’Urgell

    (@jaumedurgell)


    That seems to not work for BulkSMS. It’s very bad for me, because I thought it would work (I’ve even bought credit BulkSMS now going to have to ‘eat’).

    If the developer you are interested in contributing to the community, would be good to review the validity of the code to ensure it continues to operate in the new releases. And it would be good to include screenshots or operational configuration examples.

    https://wordpress.org/plugins/woocommerce-apg-sms-notifications/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Art Project Group

    (@artprojectgroup)

    Hi Jaume.

    Can send to us an user and password to check again BulkSMS?

    As soon as we received it we’ll update WooCommerce – APG SMS Notifications.

    We’re sorry for this bug.

    Plugin Author Art Project Group

    (@artprojectgroup)

    First of all, remember that this is a totally free plugin ;-).

    Try to edit line 202 of file apg-sms.php:
    else if ($configuracion['servicio'] == "bulksms") $respuesta = wp_remote_get("http://bulksms.vsms.net/eapi/submission/send_sms/2/2.0?username=" . $configuracion['usuario_bulksms'] . "&password=" . $configuracion['contrasena_bulksms'] . "&message=" . apg_sms_codifica_el_mensaje($mensaje) . "&msisdn=" . urlencode($telefono));

    With this:
    else if ($configuracion['servicio'] == "bulksms") $respuesta = wp_remote_post("http://bulksms.vsms.net/eapi/submission/send_sms/2/2.0?username=" . $configuracion['usuario_bulksms'] . "&password=" . $configuracion['contrasena_bulksms'] . "&message=" . apg_sms_codifica_el_mensaje($mensaje) . "&msisdn=" . urlencode($telefono));

    Check it!

    Plugin Author Art Project Group

    (@artprojectgroup)

    Did you try the code?

    Plugin Author Art Project Group

    (@artprojectgroup)

    Please, try the new version 2.3.1.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with BulkSMS (not send any SMS).’ is closed to new replies.