Page 11 of 16 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 152
  1. #101
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Quote Originally Posted by dealbyethan.com View Post
    Hi,

    My 2checkout module was working fine. Until recently, I found out that I stopped getting the order confirmation email if customers chose to pay using 2checkout. There is no order record in my zencart admin either. Any idea how this happened? Please help. Thank you.
    Same thing happended to me last Novemeber, but I was using osCommerece then. That is also the same time that my hosting provider switched to PHP 5.2 and Mysql 5. Has your been upgraded recently?

    Did you get a copy of the order from 2checkout? I was able to find the order by using Recover cart sales and changing the status it looks for to processing. I was then able to fill it. I could never get the 2checkout to work though. I just Switched my cart over to Zen and I have 2checkout running fine (as far as I know). Using the same hosting provider so I'm not sure why yours would stop working.

    I know 2checkout was recently working on there checkout pages so you might want to check and see if they changed something. Guess I better do another test run on mine.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

  2. #102
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    780
    Plugin Contributions
    0

    red flag Re: 2CheckOut for Zen 1.3.0.2 Released

    Hi,

    Thanks for your suggestion. My php is still 4.4.7 as my hosting company insists that php 5 is buggy. I did get the email from 2checkout but nothing from zencart. Any other idea?
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  3. #103
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Ok, I just had a friend make a live purchase from my store and everything worked as it should so I don't know what to tell you. Have you made any changes to your zen cart? If you have access to your server logs you may want to check them and see if there are any clues on it. Also are you using the latest version of 2checkout? I think it's 1.4.

    I really don't know what else to tell you. I hate problems like that when things are woring fine then suddenly they just stop. Also try to remember the last correct transaction you had with 2checkout and what changes, if any, might have been made to your site since then.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

  4. #104
    Join Date
    Apr 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: 2CheckOut with Zen 1.3.0.2 Released

    Just a thought.

    I'm not sure what thirdshere.com did to their shopping cart -- but it is integrated with 2check out and I didn't have to update a CVS file. I remember when I had a problem, I called the 2checkout and they walked me through the fix.

    They have made many changes to their system recently.

  5. #105
    Join Date
    Apr 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: 2CheckOut with Zen 1.3.0.2 Released

    PS. For now, if I upload the products, etc. to zen-cart, can I produce the cvs file to updload to 2checkout?

  6. #106
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

    Default Re: 2CheckOut with Zen 1.3.0.2 Released

    Quote Originally Posted by elevatingyourbusines View Post
    PS. For now, if I upload the products, etc. to zen-cart, can I produce the cvs file to updload to 2checkout?
    I haven't done it as I can't get the formatting correct. There is a contribution you can use to download your products to CVS. I can't recall what it is, but there is one or two in the downloads.

    Once down loaded you will have to change it to meet the 2checkout requirements then upload it to 2checkout.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

  7. #107
    Join Date
    Sep 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Hey I got a really good question... I installed the latest version offered in the download section. Orders go through great. However, the orders are not registering with zencart in the order queue.

    What do i do?

  8. #108
    Join Date
    Jan 2007
    Posts
    18
    Plugin Contributions
    0

    email error Re: 2CheckOut for Zen 1.3.0.2 Released

    Can someone help me confirm that this is the correct url that i need to enter in the LOOK AND FEEL at the 2checkout website

    Approved URL and Pending URL

    https://www.mywebsitename.com/process_2checkout.php

    it worked well in the past but these 2 lines where removed from the 2checkout page. The installation manual states

    process_2checkout.php - page user returned to on completion of transaction


    Thanks

  9. #109
    Join Date
    Sep 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    I got this after upgrading the 2checkout to the latest version at the Submit Order page:

    1364 Field 'return_md5' doesn't have a default value
    in:
    [INSERT INTO 2checkout (start_time, status, amount, session_id) VALUES (now(), 'Requested', '30', '508b6231c7affddc2858452b08413d6c')]

  10. #110
    Join Date
    Sep 2007
    Posts
    67
    Plugin Contributions
    0

    Default Re: 2CheckOut for Zen 1.3.0.2 Released

    Quote Originally Posted by wccomp View Post
    Well I fixed mine however I don't know if it is the correct way or not.

    In the includes\modules\payment\as2checkout.php find line 181 or do a search for Process_2checkout (there is only one) the line will look like this

    zen_draw_hidden_field('x_receipt_link_url', HTTPS_SERVER . DIR_WS_CATALOG . 'process_2checkout.php');

    take the "S" out of HTTPS_Server so it reads

    zen_draw_hidden_field('x_receipt_link_url', HTTP_SERVER . DIR_WS_CATALOG . 'process_2checkout.php');

    This solved both the issue of the blank page as well as the issue of MODULE_PAYMENT_2CHECKOUT_TEXT_ERROR_HASH_MESSAGE


    What this line does is overwrite the settings that you have in 2CO, they call it an X-Return if you look in thier forums.
    I dont have much luck getting this to work after I migrate my site to a new server.

 

 
Page 11 of 16 FirstFirst ... 910111213 ... LastLast

Similar Threads

  1. Zen Cart v1.5.4 Released!
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 31 Dec 2014, 08:57 PM
  2. Zen Cart v1.3.9d -- Released!
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 3 Jun 2010, 04:37 PM
  3. Zen Cart v1.3.9c -- Released!
    By DrByte in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 18 May 2010, 04:32 PM
  4. 2CheckOut.com is ok for zen 1.3.7 version ?
    By Adder in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 9 Nov 2008, 06:12 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