• 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
Updated qrexorder to 3.1.1
and tried to activate the POS but cant do it.
extracted the zip in addon folder,
then modified the file as specified above but still no luck.
and other thing to be done.?
 
Updated qrexorder to 3.1.1
and tried to activate the POS but cant do it.
extracted the zip in addon folder,
then modified the file as specified above but still no luck.
and other thing to be done.?
Check error logs.. Bro Once cos it's running
 
this script never got updated, when ever the original script gets updated, the author also changes the update date here as well.
 
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
Where this code to be added
 
Hey @hellboy9211 , could you please update this resource?

I just update the main script and regarding the author the POS was update with main script yesterday.

thanks
 
All, I Here Facing Little Problem Where I Installed QPOS But It Not Show At Restaurant. Anyone Had Any Idea For How Make It Show., Please Help. I Was Using v3.1.2
 

Attachments

  • screenshot.1.jpg
    screenshot.1.jpg
    37.7 KB · Views: 22
  • screenshot.2.jpg
    screenshot.2.jpg
    71.5 KB · Views: 21
  • screenshot.3.jpg
    screenshot.3.jpg
    59.4 KB · Views: 21
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