Page 6 of 36 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 357
  1. #51
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Quote Originally Posted by dyumin View Post
    Hi,

    Have you met a problem with missed ssl_cvv2cvc2 parameter? I am sending the simple form to MyVirtualMerchant:
    Code:
    <form action="https://www.myvirtualmerchant.com/VirtualMerchant/process.do" method="POST">
    <input type="hidden" name="ssl_merchant_id" value="XXXX">
    <input type="hidden" name="ssl_user_id" value="XXXX">
    <input type="hidden" name="ssl_pin" value="XXXX">
    <input type="hidden" name="ssl_transaction_type" value="ccsale">
    <input type="hidden" name="ssl_card_number" value="4111111111111111">
    <input type="hidden" name="ssl_exp_date" value="1010">
    <input type="hidden" name="ssl_amount" value="12.77">
    <input type="hidden" name="ssl_show_form" value="false">
    <input type="hidden" name="ssl_cvv2" value="present"> <!--CVV2 Indicator -->
    <input type="hidden" name="ssl_cvv2cvc2" value="1234"> <!--CVV2 Data -->
    <input type="hidden" name="ssl_avs_address" value="123 Main St."> <!--AVS Postal Address -->
    <input type="hidden" name="ssl_avs_zip" value="01234"> <!--AVS ZIP Code -->
    <input type="submit" value="Donate Now">
    </form>
    and got an error that CVV2 data is missed. It seems like a bug on the payment gateway side but maybe I am wrong?... Could anyone clarify this strange behaviour???

    Thank you in advance.
    You're using an old ViaKLIX form; you need to update your cvv2 fields; the new values can be found in their dev guide:

    ssl_cvv2cvc2_indicator for the indicator; need to pass a numeric value of "1", no exceptions for http transactions
    ssl_cvv2cvc2 for the data.

    The code for VM is different than ViaKLIX; not by much, but there are more than a few fields that need to be updated.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  2. #52
    Join Date
    Nov 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Quote Originally Posted by ThePatch View Post
    You're using an old ViaKLIX form; you need to update your cvv2 fields; the new values can be found in their dev guide:

    ssl_cvv2cvc2_indicator for the indicator; need to pass a numeric value of "1", no exceptions for http transactions
    ssl_cvv2cvc2 for the data.

    The code for VM is different than ViaKLIX; not by much, but there are more than a few fields that need to be updated.
    You are right!!! People from VM should update their dev.guide more accuracy, because this example from there. Thank you very much for a great advice :)

  3. #53
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    I have it on good authority that they are going to be doing just that. You know I didn't know that the errors were that bad in the guide. I was going off the appendix when I wrote my form; which the appendix is correct.
    I am currently working on a 'paying' job that doesn't require this module. I'm close to being done and once I am done I'll be turning my attention back to working on this for everyone. I'm still here for anything else though. So please don't hesitate to ask questions.

    Thank you all!
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  4. #54
    Join Date
    Oct 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Hello,

    Is a working module for Virtual Merchant available yet? I need one asap for
    a client--judging by this thread I may be in trouble. All I have is the developers
    guide. VM Tech Support swears it will work with Zen Cart.

    Thanks,
    Jeanne

  5. #55
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Oh it will work . . . but with enough programming and enough money, anything is compatible with anything really . . . LOL

    I'm trying to wrap up a few things . . . things I've put off because I've been working on this module. I'd love to have it working but it seems there is little interest . . . well, little interest from people who know php & Zen well enough to help with the problems.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  6. #56
    Join Date
    Oct 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    The Virtual Merchant support guys thought it would work with the authorize.net
    module. Somehow that seems very unlikely. What would you advise? We
    dont have lot of time or money to throw at the problem.

    Thanks,
    Jeanne

  7. #57
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Please tell me you have a name of who told you to use the Auth.net module . . . geez. Well, I mean I guess you could if you took the time to rewrite it and all.

    If you're in a time crunch, and I'm not just saying this because I sell Auth.net; but I'd get my money back on VM and switch to Auth.net, or switch carts (but be careful as there are not many that work properly) . . .

    I'm very sorry that I'm tied up working on a site right now; well, not really sorry as it pays the bills . . . but once I'm caught up I'll get back to work on this module.

    Seriously though, if you remember who you spoke with I'd love to know.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  8. #58
    Join Date
    Oct 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Hi,

    No, I didn't get his name. Would probably recognize his voice, though. So may
    be able to figure out who he was. We can't change carts--the entire site is
    built in zen cart. We have to either get a mod that works or switch to authorize.net.

    Jeanne

  9. #59
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    I personally would not recommend anyone moving away from Zen; so my current suggestion is to either move on to Auth.net or advise that a VM module is under development. What is the launch date?
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  10. #60
    Join Date
    Oct 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Hi,

    No, no chance of moving away from Zen--the whole site is built in Zen Cart
    and has been up and running for some time. The client is just adding the
    e-commerce functionality now and needs everything done by Dec. 1.

    Jeanne

 

 
Page 6 of 36 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. Need help with New Google Merchant Feeder
    By wonderbread101 in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 28 Dec 2012, 09:15 PM
  2. Replies: 3
    Last Post: 20 Aug 2012, 09:23 PM
  3. Component For Virtual Merchant . Please Help
    By kshap448 in forum Basic Configuration
    Replies: 1
    Last Post: 22 Jul 2009, 04:57 PM
  4. I need help linking my Zen Cart with Intuit merchant
    By MULISH in forum Addon Payment Modules
    Replies: 4
    Last Post: 9 May 2009, 07:26 PM
  5. Can zen cart be used with virtual merchant
    By amonte in forum General Questions
    Replies: 1
    Last Post: 26 Jun 2008, 07:21 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR