2checkout problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qatarson
    New Member
    • Aug 2003
    • 28

    2checkout problem

    Hi I have problem setting 2checkout payments

    my settings as following

    in 2checkout site I put in Look and Feel page

    Direct Return
    YES

    Approved URL


    Pending URL


    and already saved (secret word) there and at my vbulletin
    but i'm not sure if these setting correct or not

    I make real order for test and 2checkout sent me back to my site and vbulletin asked me to login and when I login with the name I made test by I found my self not on my vbulletin but on error loing page at 2chekout which I did'nt understand why i'm there lol and when I checked my 2checkout I found the order under pendin

    so can anyone help me with setting 2checkout
    Last edited by qatarson; Wed 30 Nov '05, 1:52am.
  • qatarson
    New Member
    • Aug 2003
    • 28

    #2
    waiting someone can help

    Comment

    • qatarson
      New Member
      • Aug 2003
      • 28

      #3
      up again

      Comment

      • Scott MacVicar
        Former vBulletin Developer
        • Dec 2000
        • 13286

        #4
        They should point to payment_gateway.php not payments.php.
        Scott MacVicar

        My Blog | Twitter

        Comment

        • qatarson
          New Member
          • Aug 2003
          • 28

          #5
          I changed the url's to point payment_gateway.php but when order completed it is not redirect users to my site or even change their membership status as I want only send them email that order completed and I have to change their usergrop manually by my self

          Comment

          • qatarson
            New Member
            • Aug 2003
            • 28

            #6
            still my members can't get an automatic upgrade to their usergroup when they pay by 2checkout I donno why this not working very well I put all required setting in vbulletin & in 2checkout site

            Comment

            • indie
              Senior Member
              • Aug 2004
              • 872

              #7
              I have the same problem. I enabled 2checkout with the above settings (by Steve), two orders came in, both I had enable by hand. Any ideas??

              Thanks

              Comment

              • qatarson
                New Member
                • Aug 2003
                • 28

                #8
                Originally posted by indie
                I have the same problem. I enabled 2checkout with the above settings (by Steve), two orders came in, both I had enable by hand. Any ideas??

                Thanks
                up... we still waiting anyone can help

                Comment

                • qatarson
                  New Member
                  • Aug 2003
                  • 28

                  #9
                  up .........

                  Comment

                  • indie
                    Senior Member
                    • Aug 2004
                    • 872

                    #10
                    Scott MacVicar helped me in a support ticket:
                    You need to make sure you link to payment_gateway.php?method=twocheckout and not just payment_gateway.php since the method is required.

                    Comment

                    • indie
                      Senior Member
                      • Aug 2004
                      • 872

                      #11
                      That doesn't work for me either.

                      Does anyone have 2checkout working successfully? Can you tell us how you have the URLs set up?

                      I should note that I am using 2checkout v2, not v1. Maybe this is the problem? Most people are on v2 now.

                      Thanks!

                      Comment

                      • webgroup
                        Senior Member
                        • Jun 2006
                        • 114
                        • 3.5.x

                        #12
                        Don't keep looking, the problem is not 2checkout, the problem is vbulletin.
                        When somebody pay using 2checkout, regarding your settings on your 2checkout account, it doesn't matter, they will not get their account automatically upgraded to the subscription they have just bought.

                        You have to add ther user manually to the subscription he paid for.

                        A BIG problem, when you have several types of subscription and more than 80,000 users...

                        Comment

                        • ChriSsY
                          Senior Member
                          • Mar 2002
                          • 106

                          #13
                          If anyone has managed to get this working please send me a PM i'd be willing to pay for the help received as this is very important for me.

                          Thanks.

                          Comment

                          • indie
                            Senior Member
                            • Aug 2004
                            • 872

                            #14
                            Poster on top of you is correct. It's not set up to work automatically, the techs via support here confirmed this.

                            Comment

                            • noppid
                              Senior Member
                              • May 2003
                              • 625
                              • 2.3.2

                              #15
                              I was setting up 2checkout. It didn't seem to work. It seems to be v1, but that's a whole other issue.

                              The issue at hand here seems to be that in this post, http://www.vbulletin.com/forum/showp...6&postcount=10 , it is said to use method=twocheckout.

                              However, this code indicates the "twocheckout" var value is used in this where condition in payment_gateway.php.

                              $api = $db->query_first_slave("SELECT * FROM " . TABLE_PREFIX . "paymentapi WHERE classname = '" . $db->escape_string($vbulletin->GPC['method']) . "'");

                              A quick look at the paymentapi table tells us this should be "2checkout", not "twocheckout".

                              Perhaps that will help for v1, on v2, 2CO does not seem to send to payment_gateway.php?method=2checkout. It seems to ignore any variables I put there at least.

                              thanks
                              Last edited by noppid; Mon 24 Jul '06, 9:58pm.
                              Computer Help Forum
                              An informed rider makes their first destination the motorcycle forum at rider info.

                              Comment

                              Related Topics

                              Collapse

                              Working...