• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Qpos - POS system Addon for Qrexorder

Qpos - POS system Addon for Qrexorder 13 April 2024

No permission to download

hellboy9211

Well-known member
Trusted Uploader
Apr 11, 2021
469
786
93
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...
 
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
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
  • Love
Reactions: w11 and DarkWave
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock