Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    Nov 2011
    Posts
    8
    Plugin Contributions
    0

    Default Redirecting from ccavenue

    Hi,

    I am facing problem in redirecting to my shop from ccavenue. This is the error I am getting while redirecting to checkout_process.php

    'https://www.indivineinterest.com/shop/index.php?main_page=checkout_payment&error_message=Security+Error.+Illegal+acces s+detected%2C+please+try+again.

    It will great if someone can help me with correct redirect url.

    Thanks
    Zencart 1.3.9h, fresh install, PHP5.1.6, MySQL 5.0.77, Apache/2.2.3 (CentOS), Linux Red Hat. + Numinix Fast and Easy Checkout, Ceon Out of stock notifications, Cavenue payment module by M.Waghani

  2. #2
    Join Date
    Aug 2005
    Posts
    26,245
    Plugin Contributions
    9

    Default Re: Redirecting to zen cart from ccavenue

    If you are attempting to capture an order created from somewhere other than in ZenCart you are most likely no going to find a "correct" url for redirecting
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Nov 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Redirecting to zen cart from ccavenue

    Quote Originally Posted by kobra View Post
    If you are attempting to capture an order created from somewhere other than in ZenCart you are most likely no going to find a "correct" url for redirecting
    Hi Kobra,
    The order is very much created in zencart by a logged-in customer. The payment too gets deducted from customer's bank/ card and shows up in ccavenue admin orderlist. I've not been able to figure out how to get the redirection and order saving in zencart admin by going back to the current session.

    Ideally the Payment module should have taken care of it. But looks like it has not been updated for long. Any help much appreciated.

    Thanks for replying,
    Sincerely,
    Pradeep


    http://www.indivineinterest.com/shop
    Zencart 1.3.9h, fresh install, PHP5.1.6, MySQL 5.0.77, Apache/2.2.3 (CentOS), Linux Red Hat. + Numinix Fast and Easy Checkout, Ceon Out of stock notifications, Cavenue payment module by M.Waghani.
    Zencart 1.3.9h, fresh install, PHP5.1.6, MySQL 5.0.77, Apache/2.2.3 (CentOS), Linux Red Hat. + Numinix Fast and Easy Checkout, Ceon Out of stock notifications, Cavenue payment module by M.Waghani

  4. #4
    Join Date
    Jan 2004
    Posts
    58,458
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Redirecting from ccavenue

    With an error message like that, it's a GOOD thing that the order is not being created in the store.
    That error message in the URL is coming from your payment module. You need to resolve the problem in your payment module's code. Perhaps it is responding to an error code given to it by the gateway.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Nov 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Redirecting from ccavenue

    Quote Originally Posted by DrByte View Post
    With an error message like that, it's a GOOD thing that the order is not being created in the store.
    That error message in the URL is coming from your payment module. You need to resolve the problem in your payment module's code. Perhaps it is responding to an error code given to it by the gateway.
    Hi DrByte,
    Thanks for the cue. Although I am only a css-html guy, I now have directions to look into.
    One thing that I've not found an answer to: It seems we have to specify a Redirect URL on ccavenue admin settings. And it needs a plain one w/o any symbols(eg:?) of any kind that go with php. What would it be for zencart on my site; considering it should go back to the customers current session and register/update the order given?
    Or would the payment module's $URL bypass/override the ccavenue setting?

    Thanks for your time.
    Pradeep.
    Zencart 1.3.9h, fresh install, PHP5.1.6, MySQL 5.0.77, Apache/2.2.3 (CentOS), Linux Red Hat. + Numinix Fast and Easy Checkout, Ceon Out of stock notifications, Cavenue payment module by M.Waghani

  6. #6
    Join Date
    Nov 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Redirecting from ccavenue

    OKay...
    I am still stuck on the same 'illegal access' issue trying to get ccavenue world(USD) pg module to adapt to Indian payment.
    Hate the idea with all the features and ease of use with rest of zencart; but with no clear solution on the horizon I am on the verge of dropping zencart for oscommerce which has a working ccavenue INR+USD payment gateway module for free. I could not find even a paid one for zencart!

    If anybody out there could help with this or port OSC module, please let me know asap.
    Thanks a tonne and a verry merry Christmas :)
    Pradeep.
    Zencart 1.3.9h, fresh install, PHP5.1.6, MySQL 5.0.77, Apache/2.2.3 (CentOS), Linux Red Hat. + Numinix Fast and Easy Checkout, Ceon Out of stock notifications, Cavenue payment module by M.Waghani

  7. #7
    Join Date
    Jan 2004
    Posts
    58,458
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Redirecting from ccavenue

    "illegal access" suggests its trying to do include() statements on files in ways that could compromise security. Zen Cart isn't old oscommerce code. Countless improvements have been made especially with regard for security of the site and server and data and customers.

    There are many places to get paid help if you want it. Even at www.zen-cart.com/helpwanted

    I don't use the module or gateway you're talking about nor do I have any documentation for it let alone developer test accounts etc. Most times I've looked at people's mention of that gateway I run from it fast for security reasons. IIRC the gateway's concepts are flawed. While it's been awhile since I last looked, I would need compelling evidence to bother. Sorry.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Nov 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Redirecting from ccavenue

    Hi, I had no intentions to start a better/worse cart/code/gateway here. All I know as a modest layman(IIRC?! ) is that I have an account with one of the very few affordable gateways available which seems to work with a few other carts. If anybody from the community could guide/help me to find out whatever it is that clashes with zencart security, I can atleast try to work it out with some programmer's help and communicate it to ccavenue.

    I found Zencart great and CCavenue is big in India. One attempt at troubleshooting could help a lot many more people out there.
    Attaching cca's guidelines on integration.
    Thanks, Pradeep
    Attached Files Attached Files
    Zencart 1.3.9h, fresh install, PHP5.1.6, MySQL 5.0.77, Apache/2.2.3 (CentOS), Linux Red Hat. + Numinix Fast and Easy Checkout, Ceon Out of stock notifications, Cavenue payment module by M.Waghani

  9. #9
    Join Date
    Jan 2004
    Posts
    58,458
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Redirecting from ccavenue

    Quote Originally Posted by ididukaan View Post
    error_message=Security+Error.+Illegal+access+detected%2C+please+try+again.

    It will great if someone can help me with correct redirect url.
    That error message has nothing to do with the "redirect URL". That's why I didn't address the redirect issue in my previous posts.
    Your "Security Error. Illegal access detected" message means that you've not followed the setup instructions in the module which tell you to obtain and enter your WorkingKey from CCAvenue into the payment module's settings. That key must match both in your module and in your CCAvenue account, otherwise the transaction validation process will fail and respond with the error message you're reporting.
    Quote Originally Posted by ididukaan View Post
    I am on the verge of dropping zencart for oscommerce which has a working ccavenue INR+USD payment gateway module for free.
    That module is using the same code, but for a few differences between the different shopping carts. It's just a copy of the osc module, which you say is working.

    It doesn't matter if you use Zen Cart or some other shopping cart. You have to do the setup for it to work.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Jan 2004
    Posts
    58,458
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Redirecting from ccavenue

    This updated zip may work better than the old version you were using. I've cleaned the code up a bit and removed old deprecated stuff from the oscommerce integration.
    See the new zip at: http://www.zen-cart.com/index.php?ma...oducts_id=1021
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. CCavenue integration
    By Arunachala in forum Addon Payment Modules
    Replies: 8
    Last Post: 25 Jul 2011, 07:42 AM
  2. CCAvenue Working
    By mr.chetanladdha in forum Addon Payment Modules
    Replies: 0
    Last Post: 1 Feb 2009, 07:24 AM
  3. Where can i download CCavenue module
    By rohitsax in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 29 May 2006, 07:35 AM
  4. Cant integrate ccavenue with zencart
    By rohitsax1 in forum Addon Payment Modules
    Replies: 0
    Last Post: 24 May 2006, 05:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •