• 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"

WooCommerce POS Pro - The Point of Sale plugin for WooCommerce

WooCommerce POS Pro - The Point of Sale plugin for WooCommerce v0.4.13

No permission to download

Babak

Well-known member
Staff member
Administrator
May 24, 2018
81,066
150,483
120
33
Babak submitted a new resource:

WooCommerce POS Pro - The Point of Sale plugin for WooCommerce - Download WooCommerce POS Pro - The Point of Sale plugin for WooCommerce Nulled Premium Free

14484
Download WooCommerce POS Pro - The Point of Sale plugin for WooCommerce Nulled Premium Free
No monthly fees

Just like WordPress and WooCommerce, WooCommerce POS is a self-hosted solution. You own your data with no monthly fees.

Always in sync
WooCommerce POS uses the same database as your online store. Whether you make a sale online or in your store – your inventory is always in sync.

The missing piece
WordPress +...

Read more about this resource...
 
How to activate?
I am find the class-wc-pos-pro-am.php file in the includes/admin, and edit the code on lines 251 & 260
Before:
PHP:
private function parse_response($request){
    $body = trim( wp_remote_retrieve_body( $request ) );

    // json response
    if( strstr(wp_remote_retrieve_header( $request, 'content-type' ),'json') ){
      $result = json_decode( $body );
      if( isset($result->code) ){
        return $this->activation_error_handler($result->code);
      }
      return $result;
    }

    // serialized response
    $result = unserialize($body);
    if( is_object( $result )){
      if( isset($result->errors) ){
        $this->upgrade_error_handler( array_keys( $result->errors ) );
      }
      return $result;
    }

    return new WP_Error(
      'woocommerce_pos_pro_parse_error',
      __('Unable to parse the server response', 'woocommerce-pos-pro'),
      array( 'status' => 502 )
    );
  }
After:

PHP:
  private function parse_response($request){
    $body = trim( wp_remote_retrieve_body( $request ) );

    // json response
    if( strstr(wp_remote_retrieve_header( $request, 'content-type' ),'json') ){
      $result = json_decode( $body );
      if( isset($result->code) ){
        return $result;
      }
      return $result;
    }

    // serialized response
    $result = unserialize($body);
    if( is_object( $result )){
      if( isset($result->errors) ){
        return $result;
      }
      return $result;
    }

    return new WP_Error(
      'woocommerce_pos_pro_parse_error',
      __('Unable to parse the server response', 'woocommerce-pos-pro'),
      array( 'status' => 502 )
    );
  }
Can anyone have a better idea?
 
Last edited:
  • Like
Reactions: Babak
how to null WooCommerce POS Pro
we must edit pro version
go main folder and open woocommerce-pos-pro.php
after line 24 add this code
PHP:
update_option('woocommerce_pos_settings_license', 'Activated');

go to woocommerce-pos-pro\includes\
open wc-pos-pro-functions.php
find this code in line 20
PHP:
return false;
and change it to this code:
PHP:
return true;

Now Go to woocommerce-pos-pro\includes\admin\
Open class-wc-pos-pro-am.php
find these codes in line 71 to 75 and remove it
PHP:
if( class_exists('WC_POS_Admin_Notices') ) {
        $message = sprintf( __( 'The %s License Key has not been activated, so the plugin is inactive!', $this->text_domain ), $this->software_id );
        $message .= sprintf( __( ' <a href="%s">Click here</a> to activate the license key and the plugin.', $this->text_domain ), admin_url( $this->admin_url ) );
        WC_POS_Admin_Notices::add( $message );
      }
enjoy
 

Attachments

  • woocommerce-pos-pro0413n.zip
    98.7 KB · Views: 92
Last edited:
  • Like
Reactions: karakym
how to null WooCommerce POS Pro
we must edit pro version
go main folder and open woocommerce-pos-pro.php
after line 24 add this code
PHP:
update_option('woocommerce_pos_settings_license', 'Activated');

go to woocommerce-pos-pro\includes\
open wc-pos-pro-functions.php
find this code in line 20
PHP:
return false;
and change it to this code:
PHP:
return true;

Now Go to woocommerce-pos-pro\includes\admin\
Open class-wc-pos-pro-am.php
find these codes in line 71 to 75 and remove it
PHP:
if( class_exists('WC_POS_Admin_Notices') ) {
        $message = sprintf( __( 'The %s License Key has not been activated, so the plugin is inactive!', $this->text_domain ), $this->software_id );
        $message .= sprintf( __( ' <a href="%s">Click here</a> to activate the license key and the plugin.', $this->text_domain ), admin_url( $this->admin_url ) );
        WC_POS_Admin_Notices::add( $message );
      }
enjoy

Hello,

I've got a problem, your code has worked fine up to now, but I got the plugin blocked today (it's been exactly 1 year since I nulled the plugin). Do you know how to solve the problem?
 
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