• Resolved Chirag Vora

    (@chirag740)


    Hi, I tested the plugin with WooCommerce 2.1 and two APIs namely Solutions Infini and MSG91

    Solutions Infini API is not working. They have changed the API in some way or other. When you talk of support, they just do not respond unto weeks.

    MSG91 API is working. Although there are following problems with it:
    1. Customer is receiving the new order SMS two times.

    2. Store owner is not receiving the new order SMS.

    I tried the above on same owner and customer number. Someone else can test and checkout.

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

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

    (@artprojectgroup)

    Hi Chirag, as soon as possible we check the code.

    Thanks a lot for the notice.

    Same Problem. Any updates?

    Thread Starter Chirag Vora

    (@chirag740)

    Same problem with which API? @pushparaj

    Hi @chirag, do you mind sharing your Solutions Infini SMS plugin for WooCommerce 2.1 if at all it is working? ^_^

    MSG91 @chirag Vora

    Thread Starter Chirag Vora

    (@chirag740)

    @pushparaj in case of MSG91 the store owner message is not sent and customer is receiving the order placed message twice. The developer (Emilio) is gone for holidays he will surely help with this when he returns.

    Plugin Author Art Project Group

    (@artprojectgroup)

    As soon as possible we’ll fix that bug.

    Please be patient, we have a lot of messages 😉

    Plugin Author Art Project Group

    (@artprojectgroup)

    Ok, the problem is generated by some payments than update order status as processing, and the plugin sends the owner SMS message only when the order was marked as on-hold.

    We’ll doing some test to control this statuses.

    Plugin Author Art Project Group

    (@artprojectgroup)

    Fixed on next version 1.4 and added mVaayoo support.

    Thread Starter Chirag Vora

    (@chirag740)

    I tried Solution Infini and it’s still not working.

    Thread Starter Chirag Vora

    (@chirag740)

    Guys at Solutions Infini were kind enough to help solve the problem.
    I’m posting here for those who may find it useful.
    The issue was most probably arising due to use of curl causing some problem.

    As a viable alternative they suggested the following and it works for me:

    in line 152 of apg-sms.php replace the if statement with the following:

    if ($configuracion['servicio'] == "solutions_infini"){
    $respuesta = file_get_contents("http://alerts.sinfini.com/api/web2sms.php?workingkey=" . $configuracion['clave_solutions_infini'] . "&to=" . $telefono . "&sender=" . $configuracion['identificador_solutions_infini'] . "&message=" . apg_sms_codifica_el_mensaje($mensaje));
    }

    using file_get_contents instead of apg_sms_curl 🙂

    Thread Starter Chirag Vora

    (@chirag740)

    Also ensure to use an approved template. Otherwise the message will be refunded in reports.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Solutions Infini and MSG91’ is closed to new replies.