Page 5 of 36 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 357
  1. #41
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Like I told Mirage, welcome to the asylum Rafir!

    I can tell you exactly where our problem is. As it stands now, if an SSL result comes back we're great! But, if a logic error is hit, VM does not return an SSL result . . . it returns 'errorcode' instead.

    Figure that one out; LOL
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  2. #42
    Join Date
    Aug 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    rafirtech is the newest member of our "Limited PHP Knowledge" club.

    I'm rooting for you Patch and Mirage. I looked over the manual and the code but am struggling to have any useful thoughts at this juncture.
    I've been Zenened, and I've got Tylonol.

  3. #43
    Join Date
    Jul 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    I have been following this thread because I really would like to have the Virtual Merchant module working. I wish I could offer some real help, but I'm completely new to the whole credit card processing thing, and no expert in php either. Perhaps when you get to the point of needing testing I can do something.

    I'm afraid I'm, at this point, limited to moral support So...



    Thanks for your work. I'm rooting for you!

  4. #44
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Ok, so I've finally got the chance to work on this in depth. I"ll post what I find out.

  5. #45
    Join Date
    Jul 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Quote Originally Posted by miragewsu View Post
    Ok, so I've finally got the chance to work on this in depth. I"ll post what I find out.
    Thanks for your efforts. I'm eager to see progress!

  6. #46
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    oh I am feeling slightly overwhelmed. I can't figure out how to put in some more detailed error messages. I am getting the general error. This PHP crap spread out over about 5 files is making my head spin. I don't think virtual merchant is getting my form data for their test card.... But I can't figure out where in Zen cart the form is getting submitted. I pretty much think its hopeless for me. lol

    If I can figure out where I am getting my error at I might be able to make progress. I changed the $error array to append a number at the end so I can see where it is being generated, but those numbers aren't appearing. I should just be able to do a:

    $error['value'] = (blah blah..) . "1";

    and my hope would be a 1 would be tacked onto the end but it ain't happeneing. If I can't accomplish this, I dunno how I am going to figure this out.

  7. #47
    Join Date
    Aug 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Checking in to see how the Virtual Merchant process is going for you all? I've not come up with a solution after many hours of trying. Wondering what to do now that I commited myself to the service.

    Any glimmers of hope out there??

  8. #48
    Join Date
    Sep 2006
    Posts
    281
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    There is always a glimmer . . .

    But, I'll say this; now I have the error handling working. I'm working with several individuals on this just not all visit these boards that often. The only problem I'm hitting now is the result is spitting out the headers on the return and not printing to the page.

    Go here

    http://www.merchantsrowonline.com

    make an account and place an order; it's going to a dev server so the result will be bogus, just use whatever card you want, 4111111111111111 works or whatever.

    you'll note the result gets spit out on the page as headers; not what you would think to see.
    [FONT="Georgia"]Samuel Turnmire[/FONT]
    [FONT="Century Gothic"]co-Founder[/FONT]
    [FONT="Book Antiqua"]geekFoundry[/FONT]

  9. #49
    Join Date
    Jul 2006
    Posts
    43
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    Good to hear of progress!

    Thanks again for your work.

  10. #50
    Join Date
    Nov 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Need help with Virtual Merchant module

    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.

 

 
Page 5 of 36 FirstFirst ... 3456715 ... 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