Hi,
I applied the following modifications I found in the other thread in the the USPS plugin
_______________________
if ($isInternational)
$response_xml = $this->doUSPS($request, false);
else
$response_xml = $this->doUSPS($request, true);
if($response_xml === false) {
return;
}
_______________________
Now when I am trying to add a product to the cart I obtain the following message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
_____________________________
Now there is not indication of the usps plugin problem...
What do you think?
I have to solve this issue as soon as I can.
Best,
Jean-Louis