Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: finished orders dont show in admin panel  (Read 5341 times)

Offline shop

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
finished orders dont show in admin panel
« on: March 31, 2014, 03:34:22 PM »
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

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: finished orders dont show in admin panel
« Reply #1 on: March 31, 2014, 04:46:37 PM »
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

 

Powered by SMFPacks Social Login Mod