Jump to content


Corporate Sponsors


Latest News: (loading..)

Forestshopkeeper

Member Since 06 Aug 2006
Offline Last Active Feb 11 2012, 01:21
-----

Topics I've Started

Add a phone number to address book entry

05 November 2011, 18:21

I would like to be able to add a phone number in the address book entries. When shipping FedEx, they always want a phone number in the ship to address. I would like to have the recipients number available instead of only the buyer. Anyone know how to do this?
Jim

Need newest USPS module to use newest API

05 November 2011, 02:58

I received a letter today from USPS asking me to update my domestic rate calculator. Where do I find the module for this?

Blank page at checkout_shipping

06 August 2011, 17:55

I installed the V9.1 full package by creating new folders in the includes folder for library and wsdl and then proceeded to go to includes/languages/english/modules/shipping to upload the file fedexwebsrvices.php. I then went to includes/modules/shipping and uploaded the file fedexwebservices.php. I uploaded fedex-common.php into the includes/library and RateService_v9.wsdl into the icnludes/wsdl folder.
I then went to my admin panel and installed the fedex module with my production key, meterid, production password, account number and other required info.
When I tried a test run, I went to checkout after choosing an item and all I get is a blank screen at the location website/checkout_shipping.php/session id.
What else do I need to do to make the module work? There is nothing in the contribution other than upload everything. I did the soaptest and it worked fine. I have made no other changes. If I change use fedex to false in the admin panel and refresh the screen on checkout, I get the options for USPS and UPS. Not sure what else I need to do.
Jim

PCI Compliance Vulnerabilities

02 August 2011, 23:43

I am in the process of getting my website PCI compliant. One of the vulnerabilities is Improper Error Handling
the error code they don't like is
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/USER/WEBSITE.com/includes/classes/split_page_results.php:2) in <b>/hsphere/local/home/USER/WEBSITE.com/includes/functions/general.php</b> on line <b>44</b><br />
This is from my several different paths, i.e. /account.php; /lohin.php; /tell_a_friend.php; /checkout_shipping.php; /login.php.
I am not sure what the improper error handling is or what I am supposed to do about it. Any Thoughts????