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

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,716
120
Tomz 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...
 

karakym

Member
Aug 29, 2018
53
12
8
USSR
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: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,716
120
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: 76
Last edited by a moderator:
  • Like
Reactions: karakym

Forum statistics

Threads
69,229
Messages
908,458
Members
237,125
Latest member
b4lance10

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