Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Lady Sunshine

Archived
  • Posts

    20
  • Joined

  • Last visited

About Lady Sunshine

  • Birthday 10/22/1972

Profile Information

Lady Sunshine's Achievements

  1. Hi, I had to uninstall, because now I got a lot of error messages. sorry but I try again later regards Diana
  2. Hi I have this contrib installed and it works all. there are only a few errors! 1st here and 2nd in the admin here the Screenshots: thx for help regards Diana
  3. goog morning, I have in my checkout_process.php following. It works very well. // unregister session variables used during checkout tep_session_unregister('sendto'); tep_session_unregister('billto'); tep_session_unregister('shipping'); tep_session_unregister('payment'); tep_session_unregister('comments'); // coupons addon start if (isset($ot_coupon) && is_object($ot_coupon) && $ot_coupon->redeem==true) { tep_db_query("insert into " . TABLE_COUPONS_SALES . " (coupons_code, customers_id, orders_id, date_purchased) values ('" . tep_db_input($ot_coupon->coupons_code) . "', '" . (int)$customer_id . "', '" . (int)$insert_id . "', now())"); tep_session_unregister('coupon_code_code'); tep_session_unregister('coupon_code_value'); } // coupons addon end tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL')); require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> regards Diana
×
×
  • Create New...