Allows you to use CCAvenue payment gateway with the WooCommerce plugin.

WooCommerce CCAvenue gateway By mRova

Plugin, Wordpress Apr 16, 2012 31 Comments

This is the CCAvenue payment gateway for WooCommerce. Allows you to use CCAvenue payment gateway with the WooCommerce plugin. It uses the redirect method, the user is redirected to ccavenue so that you don’t have to install an SSL certificate on your site.

  1. Ensure you have latest version of WooCommerce plugin installed
  2. Unzip and upload contents of the plugin to your /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Configuration

  1. Visit the WooCommerce settings page, and click on the Payment Gateways tab.
  2. Click on CCAvenue to edit the settings. If you do not see CCAvenue in the list at the top of the screen make sure you have activated the plugin in the WordPress Plugin Manager.
  3. Enable the Payment Method, name it Credit Card / Debit Card / Internet Banking (this will show up on the payment page your customer sees), add in your merchand id and working key and select redirect url(URL you want ccavenue to redirect after payment). Click Save.

Download it from WordPress Plugin Directory

Screenshots

  • Ranadeep

    I am not being able to activate the plugin. Gives an error “Plugin could not be activated because it triggered a fatal error. Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or ‘{‘ or ‘$’ in /home/grabezee/public_html/wp-content/plugins/ccavenue-payment-gateway-woocommerce/index.php on line 150″

    • Sunny

      Please Install by downloading the plugin again.

  • Njverma

    gr8 job, thanks for it.

    ebs.in is also in q

  • SRK Math

    Hi, We have download your extension and we have a question related to orders that have failed due to some credit card issue. For failed order, if the customer wants to make a payment again, the extension transmits the same order number to the ccavenue which gets rejected as duplicate order. This is because CCAvenue records even the failure transactions. How to solve this problem? We thought of appending a datetime stamp to the order Example:
    First: Order No. 2500
    Second: Order No. 2500#REPEAT#20121105

    so that the conflict doesn’t happen. What is your suggestion?

    Thanks,
    Regards,
    Br. Arvind

    • mRova

      We already sending order_id to the ccavenue after appending date to it

      $order_id = $order_id.’_’.date(“ymds”);

  • Talkto_jimmy

    I am not being able to activate the plugin. Gives an error “Plugin could
    not be activated because it triggered a fatal error. Parse error:
    syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or
    ‘{‘ or ‘$’ in   line 150

  • http://profile.yahoo.com/XUFPQ6A644UNQRQNMEKTCXOGJI prshant

     I have installed and activated the woocommerce plugin. After that I installed the woo commerce ccavenue plugin. I am unable to activate this plugin. Get the error:

    Parse error: syntax error, unexpected T_CLASS, expecting T_STRING or T_VARIABLE or ‘{‘ or ‘$’ in /home/thepatna/public_html/pr/wp-content/plugins/ccavenue-payment-gateway-woocommerce/index.php on line 150

    Tried removing and re-installing, but getting the same error.

    Please suggest

    Thanks

    • sunnyluthra

      you must be using old version of PHP, anyways we are making plugin compatible with old version too. You will get the updates pretty soon..

  • http://www.srinitai.net Vinay Shankar

    How do I get the rupee?

    • sunnyluthra

      Use this http://www.mrova.com/adding-currency-to-woocommerce/

  • Njverma

    ebs.in is in the q……. :-)

    • http://www.giftsamour.zepo.in/ GiftsAmour

      Hi!
      Is there a plugin for EBS and GharPay?

  • http://pratikarora.com Pratik Arora
    • mRova

      Definitely, as soon as we get some free time.

    • http://www.srinitai.net Vinay Shankar

      That Would Be AMAZING!

  • Bharath

    I can successfully integrate this plugin with woo commerce. During payment, it gets redirected to CCAvenue and payments can be made successfully. But after the payment, redirection back to my site is not happening. And also in my site, the payment order seems still in pending status even if the payment is successful at CCAvenue. Please help me soon.

    • sanjeev

      hey..i am not able to intigrate this plugin. after installing not showing in wordpress dashboard. help me what to do. please contact me goldfoxindia website.

  • Harsha

    Where can I get, Merchant ID and Working Key for testing? as this says “This id(USER ID) available at “Generate Working Key” of “Settings and Options at CCAvenue.”" I am unable to find Setting options.

    Kindly help,

    Thanks much,
    Harsha

  • vivek

    pls design gharpay.in pls its an request …ccavenue and payu becomes too expensive for a starter in ecommerce …..pls like me many of them are there pls its an request to design ghar pay as woo commerce plugin

  • vivek

    pls do something for gharpay.in

  • Bharath

    Hi. After I place an order in checkout page, I get the following error. What could be the reason? And is there any latest updated of this plugin?

  • nik

    Hello, I have successfully installed the plugin and is working fine.. except the styles of the error/payment confirmation is not as shown on the thumbnails above. please give support so that the errors/payment success messages are of the same style as shown on this page

    • http://www.facebook.com/luthra.sunny Sunny Luthra

      No default style sheet is provided with the plugin, you can add custom css in your style.css
      Class for success message is “success-box” and for error is “error-box”.

  • Meenakshi

    I have intergrated CCAvenue plugin with woocommerce. But receiving Error Code : 90 after clicking “Place order” button. Solution pls?

    • http://www.facebook.com/luthra.sunny Sunny Luthra

      Never heard of this error before. Please post a screenshot if you are still getting the same error..

  • krishna

    where is setting page and all ?

  • nisha

    Hi can payment can be enter by user?

    • http://www.facebook.com/luthra.sunny Sunny Luthra

      It is a plugin for WooCommerce, you can code a custom plugin to achieve this functionality.