• Resolved brijdesignstudio

    (@brijdesignstudio)


    I am trying to send SMS using MSG91, but when I send SMS it gives me error connection time out connection failed port 80.

    Please let me know the solution for this ASAP.

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

    (@artprojectgroup)

    Check de Debugger option and add your own email account to see what happens with their API connection.

    Kind regards.

    Thread Starter brijdesignstudio

    (@brijdesignstudio)

    This is the error message that I am getting:

    Mobile number:
    ************

    Message:
    Thank you for shopping with us! Your order No. 29065 is now: Processing.

    Gateway answer:
    WP_Error Object
    (
    [errors] => Array
    (
    [http_request_failed] => Array
    (
    [0] => Failed to connect to control.msg91.com port 80: Connection timed out
    )

    )

    [error_data] => Array
    (
    )

    )

    Plugin Author Art Project Group

    (@artprojectgroup)

    Probably that’s a hosting problem.

    Try to check your max_execution_time setting in php.ini and WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT in wp-config.php.

    Talk with your hosting provider.

    Kind regards.

    Thread Starter brijdesignstudio

    (@brijdesignstudio)

    I have contacted to my hosting provider and they told me to ask the minimum requirement of limits in your script

    currently the max_execution-time in php.ini is 30
    and WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT is 128M.

    Please specify the execution time and memory limit we need to execute the plugin

    Plugin Author Art Project Group

    (@artprojectgroup)

    It’s not a problem generated by our plugin, it’s a problem generated by your hosting configuration and MSG91 API requirements.

    Try with 300 s.

    Kind regards.

    Thread Starter brijdesignstudio

    (@brijdesignstudio)

    Thank you so much its working now. I have few query listed below :

    1. Is there any variable to show Prodycu Actual Price i.e. subtotal.
    2. How we can display the full product name, currently only few words are displaying
    3. How we can show the Total item purchased in numeric format.

    Please help us with the solution asap.

    Thread Starter brijdesignstudio

    (@brijdesignstudio)

    Thank you so much its working now. I have few query listed below :

    1. Is there any variable to show Product Actual Price i.e. subtotal.
    2. How we can display the full product name, currently only few words are displaying
    3. How we can show the Total item purchased in numeric format.

    Please help us with the solution asap.

    Plugin Author Art Project Group

    (@artprojectgroup)

    You can use only this variables: %id%, %order_key%, %billing_first_name%, %billing_last_name%, %billing_company%, %billing_address_1%, %billing_address_2%, %billing_city%, %billing_postcode%, %billing_country%, %billing_state%, %billing_email%, %billing_phone%, %shipping_first_name%, %shipping_last_name%, %shipping_company%, %shipping_address_1%, %shipping_address_2%, %shipping_city%, %shipping_postcode%, %shipping_country%, %shipping_state%, %shipping_method%, %shipping_method_title%, %payment_method%, %payment_method_title%, %order_discount%, %cart_discount%, %order_tax%, %order_shipping%, %order_shipping_tax%, %order_total%, %status%, %prices_include_tax%, %tax_display_cart%, %display_totals_ex_tax%, %display_cart_ex_tax%, %order_date%, %modified_date%, %customer_message%, %customer_note%, %post_status%, %shop_name%, %order_product% and %note%. Or create your own variables to show whatever you need.

    Kind regards.

    Thread Starter brijdesignstudio

    (@brijdesignstudio)

    Could you give one option how i can add custom variable. It would be greatful

    Thread Starter brijdesignstudio

    (@brijdesignstudio)

    can you please help us out

    Plugin Author Art Project Group

    (@artprojectgroup)

    Google “how to add custom field in woocommerce order”.

    Kind regards.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Connection Time out error’ is closed to new replies.