

DesertCoder
Members-
Content count
72 -
Joined
-
Last visited
Profile Information
-
Real Name
Desert Coder
-
DesertCoder started following Kirod
-
Kirod started following DesertCoder
-
Only payment/shipping method available
DesertCoder replied to cameronbailey's topic in Templates and Images
Hello All, The above information is correct, and I'd like to add to it. For the checkout_shipping.php page edit this file: (catalog)/includes/languages/english/checkout_shipping.php and look for TEXT_ENTER_SHIPPING_INFORMATION. For the checkout_payment.php page edit this file:(catalog)/includes/languages/english/checkout_payment.php and look for TEXT_ENTER_PAYMENT_INFORMATION That way you don't need to alter the code in the files of the same names in the store root directory. I hope this helps someone! Sincerely, DesertCoder -
archieandmichelle started following DesertCoder
-
DesertCoder started following archieandmichelle
-
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation See above! You did it! Cheers to you!!! DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation THAT FIXED IT!!! -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation Nope, that threw errors as well. Cheers, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation I don't know that is IS being called on the admin side. This happens to the user during checkout. Cheers, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation Well... Here's what I get now: Warning: include_once(includes/classes/http_client.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/path/path/html/sitename/ext/modules/payment/paypal/express.php on line 4 Warning: include_once() [function.include]: Failed opening 'includes/classes/http_client.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/path/path/html/sitename/ext/modules/payment/paypal/express.php on line 4 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/77/7516777/html/LDcomics/ext/modules/payment/paypal/express.php:4) in /home/content/path/path/html/sitename/includes/functions/sessions.php on line 102 Fatal error: Class 'httpClient' not found in /home/content/path/path/html/sitename/includes/modules/shipping/usps.php on line 359 I added the code you suggested right at the top just under the opening php tag. The files DO exist where the error says they do not. Head scratching time... Cheers and thanks, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@dculley On July 28, the USPS made changes to their APIs that have resulted in the problem you are experiencing. I've just been fixing it in my stores. Our friend @@kymation has taken over this module, look back through the pages, he has provided a link to a new module and instructions here in this thread. The link can be found on page 29, post #575: http://forums.oscommerce.com/topic/383307-usps-rate-v4-intl-rate-v2-official-support-thread/page__st__560 As for what to do with it, see his responses to my question: "It's the module file -- catalog/includes/modules/shipping/usps.php. Be warned that it doesn't work completely. First class is still a mess." I hope that helps! Chewers, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation Okay, it is using the express.php file, but with 687 lines of code, I'm not sure where to look for a conflict. As for throwing include_once() in as you suggested, where did you mean for me to put them? Many thanks! Cheers, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation No, the error happens on the front end, when the customer selects a shipping option then continues to checkout with PayPal. that's when the error happens. BUT...on my other two client stores, they use a third-party biller and I am able to complete test transactions with no errors at all. I'm wondering if it's a misfire between the USPS module and the PayPal module, or if it is this client's GoDaddy shared server. Cheers, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation This was a fully functioning store, both of them were. I haven't touched them for months, and the client doesn' know anything about coding. I checked and the file you mentioned is present. Cheers, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation It is that module. But I replaced it in two other stores that do not use PayPal for checkout (assuming that is the problem) and they both work perfectly. Even when I uncheck all of the First Class options in the admin panel, I still get the same error. Could this be a server-side problem? Maybe it's my client's host? As you're likely aware, this is line 359: $http = new httpClient(); Any idea, let me know. Cheers, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation I have a client with two stores, both of which use PayPal. I made the change to the shipping module and received this error: Fatal error: Class 'httpClient' not found in /home/content/path/path/html/sitename/includes/modules/shipping/usps.php on line 359 Any thoughts? I'm checking their other store now. Cheers, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation Any time. Just let me know, I'd be happy to help. Thank you for what you are doing with this module! Cheers, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation Installed and working perfectly in testing so far. Again, you've taken on a huge effort here and I appreciate your effort. If you ever want any help writing installation/update/whatever instructions let me know, I've been a tech writer for many years. Sincerely, DesertCoder -
USPS Rate V4, Intl Rate V2 (official support thread)
DesertCoder replied to fulluvscents's topic in Shipping Modules
@@kymation many thanks. You're taking on a huge task picking up where Jetta left off, and we thank you. Does this work / conflict with the Restrict Methods add on? Cheers, DesertCoder