After you finish running WinMerge on all your customized files ( http://www.zen-cart.com/forum/showth...394#post482394 ) you may find that things suddenly work.
What other payment modules do you have enabled?
Did you remove-and-re-install all your payment modules (after recording all their settings) as part of your install steps?
What happens if you selectively disable them one-by-one (setting their status to False) and try a checkout?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I just went into our admin to see what payment modules were installed as we only use Paypal IPN and check/money order. Strangest thing...they are BOTH no longer even listed in the payment module in admin at all anymore!! There are authorize modules, cod, paypal epxress and paypal pro...where did the others go in the upgrade then??
How do I get them back installed? Could not locate either of them in downloads section to reinstall??
I was just reading through help files and came across this article which states that the money order and paypal ipn are suposed to be buit in zencart functions...
https://www.zen-cart.com/tutorials/i...hp?article=175
So where the heck did mine go with the upgrade to 1.3.8a?? Neither are visible at all in my admin payment module... I want to keep paypal ipn and money orders!
I got them all back by re-uploading files from 1.3.8a...still not sure why cart will not go through at all though...still hangs at step one.
I have compared my new and old files in the payment modules and they are terribly different but most of it appears to be programming jargon of which I know nothing about! None of the differences were anything I customized...
I feel your pain as I used to be in the same type situations. Always so frustrating working with scripts and doing customizing, only to realize that a change made awhile ago is causing problems but you cannot remember when you changed it or what file it was. Without documenting what you've done makes it very difficult to troubleshoot.
I think it might be proper to suggest you setup another new install and start from scratch. Use your previous file changes as a guide to make you new changes, one by one, and documenting all the way. What file you changed, what code line #, why the change was necessary.
Although you may think it is not worth it now, what happens is you build your own Resource center of changes. Very, very handy for future reference and will really save you a lot of time. Be it on your site or someone else's.
My own fault really of course..things were fine beforehand..only reason I went to upgrade was some recent paypal orders not going through and I was led to believe this would all be solved if I simply upgraded to the new version... HAHAHA!! Now I do not even have a functioning store....
If only someone could tell me which files the step one of the checkout_shipping relate to so I could trouble shoot or look for changes in those files it would give me somewhere to start...??? I am not sure what this error in the checkout relates to even...ie what page it is referring to...
Any ideas anyone??
Thanks,
Moy
Not sure which files you want me to compare? Please be more specific..ie EXACT directory locations to check!
I did remove and reinstall Paypal IPN...I also have money orders enabled...thats it.
I disabled both money order and paypal one at a time and tried to check out...each time same old http 500 error on Step 1 of 3 - Delivery Information main_page=checkout_shipping...
What now? What page(s) does this refer to so I can check them??
Just a thought-- what about currency of the upgrade? I had everything switched to CANADIAN funds which when I did it caused problems as everything of course was set to US...would something possibly have gotten switched back to US???
You're looking for a simple "look here" answer when there is none.
Checkout uses:
/includes/auto_loaders/*
/includes/classes/*
/includes/extra_cart_actions/*
/includes/extra_configures/*
/includes/extra_datafiles/*
/includes/functions/*
/includes/init_includes/*
/includes/languages/english/*
/includes/modules/pages/checkout_xxxxx/*
/includes/templates/YOUR_TEMPLATE/templates/checkout_xxxxx*
/includes/templates/template_default/templates/checkout_xxxxx*
/includes/templates/YOUR_TEMPLATE/common/*
/includes/templates/template_default/common/*
and more
NOTE: all "*" references above include all files and folders and files inside any subfolders
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
To be a bit more specific, this is probably the file you editted and the first file I would check.
Step 1 of 3 is:
/includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_shipping_default.php