• Resolved Chirag Vora

    (@chirag740)


    Did anyone try this with latest WooCommerce version 2.1?

    I am getting an error as follows:

    {"result":"failure","messages":"
    \n\t\t\t
    Name<\/strong> is a required field.<\/li>\n\t\t\t
    Surname<\/strong> is a required field.<\/li>\n\t\t\t
    Address<\/strong> is a required field.<\/li>\n\t\t\t
    Town \/ City<\/strong> is a required field.<\/li>\n\t\t\t
    State<\/strong> is a required field.<\/li>\n\t\t\t
    Pincode<\/strong> is a required field.<\/li>\n\t\t\t
    Mobile<\/strong> is a required field.<\/li>\n\t\t\t
    Email Address<\/strong> is a required field.<\/li>\n\t\t\t
    You must accept our Terms & Conditions.<\/li>\n\t\t\t
    Invalid payment method.<\/li>\n\t<\/ul>","refresh":"false","reload":"false"}

    https://www.ads-software.com/plugins/woocommerce-payzippy-payment-gateway/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    They need to update.

    > FYI they need to replace their get_permalink for the pay page with $order->get_checkout_payment_url( true ); This gets the correct endpoint and appends order ID.

    get_checkout_payment_url was a method in 2.0.20 so it *is* backwards compatible and should have been used, instead of using get_permalink for the pay page.

    Thread Starter Chirag Vora

    (@chirag740)

    Thank you mike, I will communicate this to them. I’m marking this as resolved.

    subham93

    (@subham93)

    Mike,

    The problem mentioned by chirag doesn’t come if I use an upgraded wordpress but a different issue arises.
    I changed get_permalink for the pay page with $order->get_checkout_payment_url(). In new woocommerce >2.1 I have set my callback URL to checkout page that had a successful transaction by payzippy but returning page shows:
    Checkout
    Sorry, this order is invalid and cannot be paid for.
    Edit

    Thread Starter Chirag Vora

    (@chirag740)

    @subham93 today’s release gives a new error

    Invalid value received for param - callback_url=https://some-url-here?wc-api=WC_PayZippy

    With another payment gateway am getting ?action=woocommerce-checkout in url, that is giving the error that posted on top of this page.

    I’m pressing the red panic button in WooThemes helper. “Everything else has really failed”

    Thread Starter Chirag Vora

    (@chirag740)

    I’ve submitted a support ticket with Woo. Ninja intervention required!

    Thread Starter Chirag Vora

    (@chirag740)

    Thank you @subham93 1.0.5 is working fine. Infact better than ever!

    MookeNZ

    (@mookenz)

    I’m getting the exact same issue with Payment Express. I’ve logged a support ticket with them.

    https://www.opmc.com.au/product/payment-express-dps-px-post-payment-gateway-for-woocommerce/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘WC 2.1.1: Problem Checking out with PayZippy Payment Gateway’ is closed to new replies.