ozEworks Posted June 8, 2011 Share Posted June 8, 2011 (edited) Did you run the test script? What did it say? I tried to email it to you but the email bounced. So download it from the Add On and try it. Edited June 8, 2011 by FlyingKites Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
savierrnr Posted June 8, 2011 Share Posted June 8, 2011 yes I ran the program, says SOAP is enabled. im using PHP5 so ideally everything should be working Quote Link to comment Share on other sites More sharing options...
savierrnr Posted June 8, 2011 Share Posted June 8, 2011 yes I ran the program, says SOAP is enabled. im using PHP5 so ideally everything should be working, I just got off the phone with Ipage my host and they are telling me that there php is not compatible w/ SOAP....maybe thats the problem :-/ Quote Link to comment Share on other sites More sharing options...
ozEworks Posted June 8, 2011 Share Posted June 8, 2011 They are saying "their" php is not compatible with SOAP? Maybe you should consider moving hosting then because that is pretty odd. Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
savierrnr Posted June 8, 2011 Share Posted June 8, 2011 They are saying "their" php is not compatible with SOAP? Maybe you should consider moving hosting then because that is pretty odd. That's what they are saying, but every time i talked to them, I get 10 different answers, to me it sounds like a lot of people not knowing much of anything. Reena Lawson: Unfortunately, we do not support PHP SOAP on our servers. I guess its time to move hosts. Quote Link to comment Share on other sites More sharing options...
ozEworks Posted June 9, 2011 Share Posted June 9, 2011 (edited) Sounds like it. Just read I cannot recommend hosting companies ... although they can recommend osCommerce. So I will just flag with you that some well known ones don't support osCOmmerce very well so verify before you buy. Edited June 9, 2011 by FlyingKites Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
savierrnr Posted June 9, 2011 Share Posted June 9, 2011 Sounds like it. Just read I cannot recommend hosting companies ... although they can recommend osCommerce. So I will just flag with you that some well known ones don't support osCOmmerce very well so verify before you buy. busy transferring files to new host, This one for sure has SOAP enabled, I just installed it to the php config. we should be good once transferring of domain is complete, thank you for all your help. Quote Link to comment Share on other sites More sharing options...
dsolutions Posted June 11, 2011 Share Posted June 11, 2011 Does this module work with Fedex SmartPost if you have it added to your Fedex account? Quote Link to comment Share on other sites More sharing options...
ozEworks Posted June 11, 2011 Share Posted June 11, 2011 It has some code in it that refers to Smart Post $this->types[] = 'SMART_POST'; So I am assuming it does but you've have to test it . Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
twocats_us Posted June 11, 2011 Share Posted June 11, 2011 There is no flag to control what rates are offered in this module. Someone would have to program it to do that assuming that the new API does in fact allow it. You can always add on a handling fee. However given shipping charges is one of the top #3 reasons for abandoned carts, I'd recommend you pass on any savings you can. I don't dispute your abandoned cart comment but this module should have the option to not show the discounted rates. The API allows it therefore the web services should SO I hope whoever developed this module will make the modifications. In our case we offer flat rates up to 15 pounds but any more than that we would like the listed rates to show, being that we pay our vendors for shipping and many other fees we like having our discounts on the expedited shipping options. There are additional reasons we would like the listed rates to show instead so it would be really great if this could get integrated before May next year. Quote Link to comment Share on other sites More sharing options...
ozEworks Posted June 11, 2011 Share Posted June 11, 2011 Should, would, could. It's a free module. Maybe your programmer can change it? Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
takiko Posted June 15, 2011 Share Posted June 15, 2011 I have installed the Fedex... but i don't know what should i fill in... FedEx Web Services Key FedEx Web Services Password is it just my login to myFedex? FedEx Account Number (I know this one) FedEx Meter Number (this one, I don't get it :'( ) I tried to make a test on it...but it didn't work...it will turn blank... when I checkout... Quote Link to comment Share on other sites More sharing options...
Druid6900 Posted June 15, 2011 Share Posted June 15, 2011 Well, you people are doing better than I am with this. I have all the codes and passwords and meter numbers and account numbers I need thanks to some nice Texan at FedEx, but, when I install and active the module, I get a 500 error from the server. I did the soap test, and, it's not enabled but this is what I get from the tech support where I host; Preston Sanders: We do not SOAP modules on our servers. However, we provide PEAR SOAP. You can use it.Richard: Will that work with PHP code? Preston Sanders: Yes. Richard: OK, let's give it a shot Preston Sanders: Sure. Richard: How long will it take to install? Preston Sanders: Please hold on, Richard. I will be back with more information shortly. Richard: OK Preston Sanders: Thank you for holding. Preston Sanders: You need to use SOAP as Pear modules Eg: require_once ‘SOAP/Client.php’; /Server.php Richard: My pleasure Wonderful, but, I have no idea how or where to install this "require_once" statement. Any ideas? Quote No Good Deed EVER Goes Unpunished Link to comment Share on other sites More sharing options...
ozEworks Posted June 16, 2011 Share Posted June 16, 2011 I have installed the Fedex... but i don't know what should i fill in... FedEx Web Services Key FedEx Web Services Password is it just my login to myFedex? FedEx Account Number (I know this one) FedEx Meter Number (this one, I don't get it :'( ) I tried to make a test on it...but it didn't work...it will turn blank... when I checkout... follow the link in the module in Admin to the FedEx page that explains to get your key, password and meter number. Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
ozEworks Posted June 16, 2011 Share Posted June 16, 2011 Wonderful, but, I have no idea how or where to install this "require_once" statement. Any ideas? http://www.devshed.com/c/a/PHP/Developing-SOAP-Clients-using-PHP/2/ so based on that you are looking to add it to the .wsdl file but I don't understand their acutal statement. Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
Druid6900 Posted June 16, 2011 Share Posted June 16, 2011 (edited) http://www.devshed.com/c/a/PHP/Developing-SOAP-Clients-using-PHP/2/ so based on that you are looking to add it to the .wsdl file but I don't understand their actual statement. No, I don't think it would go in the .wsdl file as that is a straight XML file. I'm going to try it at the very beginning of the /catalog/includes/modules/shipping/fedexwebservices.php file as it's (possibly) the only place it could go. Right now, I'm running the file just as you guys wrote it and I'm getting the HTTP 500 error, however, when I put the absolute path in, I get the same error, so, it's probably not that which is causing the error. Seem logical? Edit: OK, that was much better. With the require_once statement in there, not only do I get the HTTP 500 error, but the shipping module list in admin only shows the one shipping option before the FedEx one even if the FedEx module is disabled. Curious stuff here..... Edited June 16, 2011 by Druid6900 Quote No Good Deed EVER Goes Unpunished Link to comment Share on other sites More sharing options...
ozEworks Posted June 16, 2011 Share Posted June 16, 2011 You need to find out what the actual server error is. Is there anything in your error_log? Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
Druid6900 Posted June 16, 2011 Share Posted June 16, 2011 You need to find out what the actual server error is. Is there anything in your error_log? Yes, the following is pretty prevalent in the error logs for the period I was trying various things. 20110616T161538: "mysite.com"/catalog/checkout_shipping.php PHP Fatal error: Class 'SoapClient' not found in /"myserver"/catalog/includes/modules/shipping/fedexwebservices.php on line 67 Not surprising..... Quote No Good Deed EVER Goes Unpunished Link to comment Share on other sites More sharing options...
takiko Posted June 16, 2011 Share Posted June 16, 2011 (edited) follow the link in the module in Admin to the FedEx page that explains to get your key, password and meter number. I have registered fedex account. I have the key, password and meter key. But I still get some error with it When I installed the fedex mod to my oscommerce.... I make a dummy test on it.... I add product to the cart....but I when click checkout.... It turn blank on the checkout page...is there an error on it? Edited June 16, 2011 by takiko Quote Link to comment Share on other sites More sharing options...
Druid6900 Posted June 16, 2011 Share Posted June 16, 2011 I have registered fedex account. I have the account number.... Still figuring the key, password and meter number. When I installed the fedex mod to my oscommerce.... I make a dummy test on it.... I add product to the cart....but I when click checkout.... It turn blank on the page...is there an error on it? Yes, I was getting that at points as well. I would be at the checkout screen with the Canada Post prices there, bring the FedEx module back on-line, hit refresh and get a completely blank screen. Then I would arrow-key back and be in my shopping cart, click Checkout again and get an HTTP 500 error from the server. Quote No Good Deed EVER Goes Unpunished Link to comment Share on other sites More sharing options...
takiko Posted June 16, 2011 Share Posted June 16, 2011 Yes, I was getting that at points as well. I would be at the checkout screen with the Canada Post prices there, bring the FedEx module back on-line, hit refresh and get a completely blank screen. Then I would arrow-key back and be in my shopping cart, click Checkout again and get an HTTP 500 error from the server. You have same error as well.... I don't what kind of error with it.... I also have canada postmodern as well Quote Link to comment Share on other sites More sharing options...
ozEworks Posted June 17, 2011 Share Posted June 17, 2011 (edited) I have registered fedex account. I have the key, password and meter key. But I still get some error with it When I installed the fedex mod to my oscommerce.... I make a dummy test on it.... I add product to the cart....but I when click checkout.... It turn blank on the checkout page...is there an error on it? The module works so I am not sure why it does not work on your site. YOu are saying that when you get to checkout_shipping the entire page is blank? Hvae you done the Soap test to see that soap is installed on your server? Edited June 17, 2011 by FlyingKites Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
ozEworks Posted June 17, 2011 Share Posted June 17, 2011 Yes, the following is pretty prevalent in the error logs for the period I was trying various things. Not surprising..... So it is saying soap is not installed on your server. You said they told you to add "require_once ‘SOAP/Client.php’; /Server.php" I don't understand what the /Server.php is all about. What did you add? Quote Kym Projects Director @ ozEworks.com Link to comment Share on other sites More sharing options...
Druid6900 Posted June 17, 2011 Share Posted June 17, 2011 You have same error as well.... I don't what kind of error with it.... I also have canada postmodern as well Did you install the soap_test.php code and dos it tell you if Soap is installed on your server? Quote No Good Deed EVER Goes Unpunished Link to comment Share on other sites More sharing options...
Druid6900 Posted June 17, 2011 Share Posted June 17, 2011 (edited) So it is saying soap is not installed on your server. You said they told you to add "require_once ‘SOAP/Client.php’; /Server.php" I don't understand what the /Server.php is all about. What did you add? I'm guessing that the /server.php part is supposed to be a comment. Using the code in the link that you referenced as a guide, I installed the require_once ‘SOAP/Client.php’; snippet just before the absolute path to the .wsdl file location. I think I'm going to have to phone up and beat on them until they agree to install the soap extension on my server. Edited June 17, 2011 by Druid6900 Quote No Good Deed EVER Goes Unpunished Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.