Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gutenburg

Archived
  • Posts

    13
  • Joined

  • Last visited

Everything posted by gutenburg

  1. Here are the errors I am getting when I try to order on my shopping cart. The postal code is a real postal code and I have tried several. United Parcel Service United Parcel Service An error occured with the UPS shipping calculations. Invalid ConsigneePostalCode If you prefer to use UPS as your shipping method, please contact the store owner. United States Postal Service United States Postal Service An error occured with the USPS shipping calculations. If you prefer to use USPS as your shipping method, please contact the store owner. Does anyone know what the cause of this problem would be?
  2. I just installed FEC and now the checkout page looks like this: http://www[.]lacellefamily[.]com/catalog/create_account2.php I assume it is missing something to do with STS. Please help ASAP.
  3. I figured out a hack although I don't know if it is a the best solution or not but it works. In advanced_search_results.php replace this header('location: ' . tep_href_link( FILENAME_ADVANCED_SEARCH_RESULT , 'search_in_keywords=1&plural=1&s=1&keywords=' . urlencode($pwstr_replace) . '' )); with $urlll = tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT , 'search_in_keywords=1&plural=1&s=1&keywords=' . urlencode($pwstr_replace) . '' ); $urlll = preg_replace('/&/','&',$urlll); header('location: ' . $urlll);
  4. I am having a problem. I just noticed it today when I went to look at my log. There are both /catalog/used-books-c-170.html and this /catalog/usedbooks-c-170.html in my log. I haven't changed anything. It just decided to change on its own. This happened on all my items and categories. The problem is is that this is duplicate content. Why would the contribution do this? Here is another example: /catalog/brandnewclearancebooks-c-173.html /catalog/brand-newclearance-books-c-173.html I need to get this fixed as soon as possible so please help.
×
×
  • Create New...