Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

aschmuck

Archived
  • Posts

    11
  • Joined

  • Last visited

About aschmuck

  • Birthday 05/11/1976

Profile Information

aschmuck's Achievements

  1. Hi again, The error 404 problem appears to be caused by the definition of PWA_FAIL_ACCOUNT_EXISTS and using search engine safe urls. The definition is (line 29 in /catalog/includes/languages/english/login.php) define('PWA_FAIL_ACCOUNT_EXISTS', 'An account already exists for the email address <i>{EMAIL_ADDRESS}</i>. You must login here with the password for that account before proceeding to checkout.'); Apperanltey if you have search engine safe urls enabled the italic tags don't get encoded correctly and cause the problem. If you remove them by changing the definition to the one below it should fix the problem define('PWA_FAIL_ACCOUNT_EXISTS', 'An account already exists for the email address {EMAIL_ADDRESS}. You must login here with the password for that account before proceeding to checkout.');
  2. Hi Erin (and anyone else with this problem), This appears to have something to do with having the search engine safe urls option turned on. I turned off search engine safe urls and now it redirects to the login page without error 404 and displays the error message fine. The piece of code that causes this is in Order_Info_Process.php (line 209 in my file) if ($check_customer['purchased_without_account'] != 1) { tep_redirect(tep_href_link(FILENAME_LOGIN, 'login=fail&reason=' . urlencode( str_replace('{EMAIL_ADDRESS}',$check_customer['customers_email_address'],PWA_FAIL_ACCOUNT_EXISTS)), 'SSL')); There should be a way to rewirte this so it works with search engine safe URLS and I will post the fix here if I come up with one.
  3. It will not let you use three diffrent zip codes. This would not be too hard to support but I have no plans for adding this option to the module but I will write it down. It does work with OSC 2 Mile Stone 1 which is the version of OSC I am currently running but I have not yet tested it with MS 2.
  4. The contribution you are looking for is multivendor shipping http://www.oscommerce.com/community/contributions,969
  5. Gee does it trouble anybody that much to even reply? From my forum searches I see this has been asked (in several diffrent ways) about 3 times and no one has answered.
  6. When creating a Froogle file with Easy Populate it lists all items as in stock even if they are marked out of stock. I have tried changing some code and can't seem to get any results other than having all products marked out of stock instead of in stock. I have also read through the manual and searched the forums and have not been able to find an answer to this problem. Any ideas?
×
×
  • Create New...