Store gets stuck on check out ver 2.65

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
As I recently set up my store and testing it out, I have encountered a problem when checking out. After adding an item to the cart, I go to check out and select the address to 'continue' and then it gets stuck.. I got this error from the log

The 'link' start tag on line 33 position 3 does not match the end tag of 'head'. Line 96, position 3.

and the description

  Warning
The log entry message.Short message:   The 'link' start tag on line 33 position 3 does not match the end tag of 'head'. Line 96, position 3.
The details for the log entry.Full message:   System.Xml.XmlException: The 'link' start tag on line 33 position 3 does not match the end tag of 'head'. Line 96, position 3. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag) at System.Xml.XmlTextReaderImpl.ParseEndElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlTextReader.Read() at Nop.Plugin.Shipping.USPS.USPSComputationMethod.ParseResponse(String response, Boolean isDomestic, String& error) at Nop.Plugin.Shipping.USPS.USPSComputationMethod.GetShippingOptions(GetShippingOptionRequest getShippingOptionRequest) at Nop.Services.Shipping.ShippingService.GetShippingOptions(IList`1 cart, Address shippingAddress, String allowedShippingRateComputationMethodSystemName) at Nop.Web.Controllers.CheckoutController.PrepareShippingMethodModel(IList`1 cart) at Nop.Web.Controllers.CheckoutController.OpcSaveShipping(FormCollection form)


Any help will be appreciated. Thanks
11 years ago
these are the urls...

Page URL:   http://socalhobbies.com/checkout/opcsaveshipping/
The referrer URL.Referrer URL:   http://socalhobbies.com/onepagecheckout
11 years ago
Based on the error, it looks like you may have the wrong URL for the USPS Shipping rate computation method -link and head refer to HTML tags whereas the response from USPS should be XML (without these tags).

The URL should be:
  http://production.shippingapis.com/ShippingAPI.dll

Check the URL field in Admin > Configuration > Shipping > Shipping rate computation methods > Click 'Configure' for USPS (US Postal Service).

.
11 years ago
mb wrote:
Based on the error, it looks like you may have the wrong URL for the USPS Shipping rate computation method -link and head refer to HTML tags whereas the response from USPS should be XML (without these tags).

The URL should be:
  http://production.shippingapis.com/ShippingAPI.dll

Check the URL field in Admin > Configuration > Shipping > Shipping rate computation methods > Click 'Configure' for USPS (US Postal Service).

.


I put in that url but now i get an error that says incorrect user name or password
11 years ago
That error comes from the USPS rating server, verify that the username and password in the USPS Shipping rate computation configuration are the same as the credentials you received from USPS. If you haven't register, you can register to use USPS WebTools at https://secure.shippingapis.com/registration/ (register link is from https://www.usps.com/business/webtools.htm).

You will also need to contact the USPS Internet Customer Care Center (contact info should be in the registration email) and have your profile enabled to use the production rating server (http://production.shippingapis.com/ShippingAPI.dll). The testing URL won't work with nopCommerce because the USPS testing server is using an older version of the rating API (V2).

.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.