support

finished orders dont show in admin panel

Started by shop, March 31, 2014, 03:34:22 PM

Previous topic - Next topic

shop

Hi,

I have problem with developing one of my payment modules
Evertihing is fine just last step...
when customer finished orders goes to  checkout/success
but never get email notification and order are not in admin panel and not in client history account panel

I have this funtion for callback

   public function callback() {
         $this->load->model('checkout/order');
               $order_info = $this->model_checkout_order->getOrder($order_id);
              $this->model_checkout_order->update($order_id, $this->config->get('default_CARDPAYMENT_order_status_id'), '', TRUE);
         $this->model_checkout_order->confirm($this->request->get['order_id'], $this->config->get('default_CARDPAYMENT_order_status_id'));
         $this->redirect($this->html->getURL('checkout/success'));   
      }

Please advise...

Thanks

abantecart

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -