Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

technigrafa

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

technigrafa's Achievements

  1. Is there a way to make the "Add Order" process automatically email a set address when a new order is entered. For us, one person enters in the orders and another person needs to be notified of the order so they can package and mail it. In the general OSCommerce settings, there is a field called "Send Extra Order Emails To" which will cause people to get emails when an order is processed using the shopping cart, but manualy orders aren't getting emailed out. Many thanks to anyone who can point me in the right direction here. Thanks!
  2. Ahh, I think I fixed my own problem...in case anyone else runs into this: in edit_orders.php around line 494 I had to change $rs_offerte = tep_db_query("select * from specials where products_id ='". $add_product_products_id."'"); TO $rs_offerte = tep_db_query("select * from xoops_shop_specials where products_id ='". $add_product_products_id."'"); I think this was just a problem because my tables are named differently than the typical distro because I am running OSC integrated into the Xoops content manager. Anyway, cheers! A GREAT module!
  3. I am having a similar problem as other people. I have looked through the posts and haven't seen a solution yet though. When I try to create an order--I add a product, select the format and when I click "Confirm" I get this error: 1146 - Table 'XoopsProd.specials' doesn't exist select * from specials where products_id ='265' [TEP STOP] Anyone know how to fix this? Thanks!
  4. I am having the same exact problem. I am trying to use the Authorize.net SIM module with OSCommerce, but every time someone tries to pay, they are redirected back to /login.php?SESSIONID=biguglynumber and they are booted out of the shopping cart login. When they log back in, their items are still sitting there and they are never processed into OSCommerce. I have always had "Check User Agent" turned off, so that doesn't appear to be the culprit of my problem. Can anyone offer up a solution to this nasty problem? I plan on getting the AIM stuff working as soon as we get SSL going, but I need an interim solution and I am afraid that this problem might happen with it too. Many thanks in advance!
×
×
  • Create New...