Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

dtmp

Archived
  • Posts

    20
  • Joined

  • Last visited

Everything posted by dtmp

  1. I've search for a solution to this problem for a while now with no answers. Customers never see the error message because it's in the address bar.
  2. Thanks that's just what I needed, I can always count on the forums for a fix! This is what I did: Edit Paypal.php (Includes>Modules>Payments>Paypal.php) Search for $this->form_action_url = 'https://secure.paypal.com/cgi-bin/webscr'; Changeto $this->form_action_url = 'https://www.paypal.com/cgi-bin/webscr';
  3. I only had that last line as an error when I tried to display the shipping module page in admin. And I only had one table.php file in that folder. I renamed it and it worked, so what was that file for anyway?
  4. Okay after looking at this post http://www.oscommerce.com/forums/index.php?showtopic=282129 I just went into my modules/shipping folder and added the .txt extension to the table.php. I guess I could have just as well deleted it, becuase that fixed the problem with the admin page. So what was that file for anyway? Everything still seems to be working on the cart side.
  5. bump this, the checkout still works just problems with admin, any ideas?
  6. I have USPSMethods_2.9 and ups v1.54. All seems to be working properly in the shopping cart but when I go to shipping modules in the admin I get this error. This just came out of the blue, don't remember making any changes recently. Fatal error: Cannot redeclare class table in /mnt/w0603/d07/s27/b027e375/www/catalog/includes/modules/shipping/table.php on line 13
  7. Seems I just need to replace the link on that button with the link from the PWA button, is it not that easy? I just want to make the change on the right file.
  8. It appears that I have PWA already installed in my NetFirms OSC installation. How do I make the the checkout button in the shopping cart function like the checkout button on the Welcome Please sign in page. In other words I don't want the option of creating accounts at all.
  9. I too have a one product shop. In fact I'm using paypal payments and don't even need account signup. I'm simply using the cart for the exact shipping calculations. Any ideas?
×
×
  • Create New...