Re: 2CheckOut for Zen 1.3.0.2 Released
Quote:
Originally Posted by
dealbyethan.com
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.
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?
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.
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.
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?
Re: 2CheckOut with Zen 1.3.0.2 Released
Quote:
Originally Posted by
elevatingyourbusines
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.
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?
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 :hug:
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:
Quote:
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')]
Re: 2CheckOut for Zen 1.3.0.2 Released
Quote:
Originally Posted by
wccomp
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.