Qpos - POS system Addon for Qrexorder

Qpos - POS system Addon for Qrexorder 7 February 2025

No permission to download

hellboy9211

Well-known member
Null Master
Trusted Uploader
Apr 11, 2021
297
422
63
Hell
hellboy70 submitted a new resource:

Qpos - POS system Addon for Qrexorder - Addon for Qrexorder

FEATURES:​

  • Restaurant can create order and sell his/het own item.
  • Can choose 6 type of order with details.
  • For COD -> can choose shipping area.
  • For Dine-in -> When select the table, system will check the exists customer in the table.
  • Configuarble

Requirements:​

  1. QrexOrder – SaaS Restaurants / QR Menu / WhatsApp Online ordering / Reservation system Must be preinstalled on your server.
  2. Required Qrexorder...

Read more about this resource...
 

Shivendra

Member
Jan 26, 2021
137
4
18
The installation documentations are present in the script files bro.
Click over addons and upload the addon. the done system would reset and the module would be active instantly.
Uploaded the downloaded zip into the addons folder
then go to here
then click Add New
then enter

Addons Purchase Code 1234567890
Script Purchase Code 1234567890
nothing instal pos addon

please guide me where i was wrong?
 
  • Love
Reactions: vagpiv

Shivendra

Member
Jan 26, 2021
137
4
18
PHP:
public function install_addons(){
        is_test();
        $id = $this->input->post('id');
        $this->form_validation->set_rules('purchase_code', 'Purchase Code', 'trim|xss_clean|required');
        $this->form_validation->set_rules('script_purchase_code', 'Script Purchase Code', 'trim|xss_clean|required');
        if ($this->form_validation->run() == FALSE) {
            $this->session->set_flashdata('error', validation_errors());
            redirect($_SERVER['HTTP_REFERER']);
        }else{   
            $purchase_code = $this->input->post('purchase_code',TRUE);
            $script_purchase_code = $this->input->post('script_purchase_code',TRUE);
            $check_valid = $this->verify_purchase($purchase_code,$script_purchase_code);
            //if($check_valid->st ==1):
                $data = array(
                    'active_code' => '41813677',
                    'purchase_code' =>'1234567890',
                    'slug' =>'qpos',
                    'script_purchase_code' =>'1234567890',
                    'item_id' =>'41813677',
                    'script_name' =>'Qpos',
                    'site_url' => SITE_URL,
                    'active_key' => '41813677',
                    'license_name' => 'Extended',
                    'license_code' => '41813677',
                    'purchase_date' => d_time(),
                    'activated_date' => add_date('1','month'),
                    'is_install' => 1,
                    'is_active' => 1,
                    'status' => 1,
                    'active_date' =>d_time(),
                    'created_at' =>d_time(),
                );


                $insert = $this->admin_m->insert($data,'addons_list');

                if($insert){
                    $this->load->model('Updated_queries');
                    $this->Updated_queries->add_permissions('qpos');
                    $this->Updated_queries->add_features('qpos');
                    $this->session->set_flashdata('success', !empty(lang('success_text'))?lang('success_text'):'Save Change Successful');
                    redirect(base_url('admin/addons'));
                }else{
                    $this->session->set_flashdata('error', !empty(lang('error_text'))?lang('error_text'):'Somethings Were Wrong!!');
                    redirect(base_url('admin/addons'));
                }   
            //else:
            //    $this->session->set_flashdata('error', $check_valid->msg);
            //    redirect($_SERVER['HTTP_REFERER']);
            //endif;
        }
    }


then ok
 
  • Like
Reactions: DarkWave

Forum statistics

Threads
69,206
Messages
908,333
Members
236,836
Latest member
torinouq

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu