• After I have updated my website https://www.chulbulstore.com woocommerce plugin to 2.1.0.

    I am getting the following error after the checkout page

    {“result”:”failure”,”messages”:”
    \n\t\t\t
    Country<\/strong> is a required field.<\/li>\n\t\t\t
    First Name<\/strong> is a required field.<\/li>\n\t\t\t
    Last Name<\/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 \/ County<\/strong> is a required field.<\/li>\n\t\t\t
    Postcode \/ Zip<\/strong> is a required field.<\/li>\n\t\t\t
    Email Address<\/strong> is a required field.<\/li>\n\t\t\t
    Phone<\/strong> is a required field.<\/li>\n\t\t\t
    You must accept our Terms & Conditions.<\/li>\n\t\t\t
    Unfortunately we do not ship to to <\/strong>. Please enter an alternative shipping address.<\/li>\n\t\t\t
    Invalid shipping method.<\/li>\n\t\t\t
    Invalid payment method.<\/li>\n\t<\/ul>”,”refresh”:”false”,”reload”:”false”}

    Please help

    https://www.ads-software.com/plugins/woocommerce/

Viewing 15 replies - 1 through 15 (of 33 total)
  • Plugin Contributor Claudio Sanches

    (@claudiosanches)

    This is a issue with your theme.
    Has any pending update for your theme?

    Thread Starter chulbulstore

    (@chulbulstore)

    There is no update of the theme available.

    Plugin Contributor Claudio Sanches

    (@claudiosanches)

    Try another theme.
    Will probably need to delete or improve something within woocommerce/checkout within your theme folder.

    I have the same problem with another payment gateway after upgrade to 2.1.
    I created example shop with default theme and error is still.

    Thread Starter chulbulstore

    (@chulbulstore)

    I rolled back to the previous version of woocommerce 2.0.20 to solve all these problems.

    Plugin Contributor Claudio Sanches

    (@claudiosanches)

    Back to the previous version is not solving the problem.
    It’s just afraid to get ready!
    Your theme is broken, needs to be fixed.

    I think that problem is not connected with theme.
    I use default theme ‘Twenty Twelve’ and problem is still.

    I did test transaction with paypal payment gateway and everything was correct.

    ok, i solved it.

    i repleced in payment gateway php script in function process_payment:
    get_permalink(get_option(‘woocommerce_pay_page_id’);

    on:
    get_permalink(woocommerce_get_page_id(‘pay’ );

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    I suggest you report this to the author of CCAvenue. The pay ‘page’ no longer exists – they should have put out an update to fix this by now (they have had 3 months).

    Using Shelflife Theme and updated to WooCommerce 2.1.0.

    Now, when a customer tries to checkout using Paypal Payments Advanced, they get this error:

    {“result”:”failure”,”messages”:”
    \n\t\t\t
    Country<\/strong> is a required field.<\/li>\n\t\t\t
    First Name<\/strong> is a required field.<\/li>\n\t\t\t
    Last Name<\/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
    Zip<\/strong> is a required field.<\/li>\n\t\t\t
    Email Address<\/strong> is a required field.<\/li>\n\t\t\t
    Phone<\/strong> is a required field.<\/li>\n\t\t\t
    Unfortunately we do not ship to to <\/strong>. Please enter an alternative shipping address.<\/li>\n\t\t\t
    Invalid shipping method.<\/li>\n\t\t\t
    Invalid payment method.<\/li>\n\t<\/ul>”,”refresh”:”false”,”reload”:”false”}

    I am facing same problem with PayZippy gateway: https://www.ads-software.com/plugins/woocommerce-payzippy-payment-gateway/

    My themes is latest version of canvas.

    {"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"}

    I just checked everything after upgrade to WC 2.1 and observed this happen. I will report this to PayZippy Team.

    I have same problem and it seems I have to go back to previous version..
    Kindly help me to install the previous version…I have downloaded the previous version…Now,should I first delete the latest version the upload the previous one???? If I delete that my settings will remain intact or not???

    Please help….

    Open plugins > ccavenue-payment-gateway-woocommerce > index.php.
    Search for process_payment function and replace it with the following code.

    function process_payment($order_id){
                $order = new WC_Order($order_id);
                return array('result' => 'success', 'redirect' => $order->get_checkout_payment_url( true ));
            }

    https://www.mrova.com/woocommerce-ccavenue-gateway-by-mrova/#comment-1240669900

Viewing 15 replies - 1 through 15 (of 33 total)
  • The topic ‘WooCommerce CCAvenue gateway Not working’ is closed to new replies.