• 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 Checkout Field Editor and Manager Pro By Acowebs

WooCommerce Checkout Field Editor and Manager Pro By Acowebs v3.3.4 Untouched

No permission to download

maxpayneinfo

Well-known member
Trusted Uploader
Jan 5, 2021
972
1,670
100
Universe
rquirola submitted a new resource:

WooCommerce Checkout Field Editor and Manager Pro by Acowebs - Original - No requiere licencia

Woocommerce checkout field editor and manager plugin helps to manage the checkout page fields in your WooCommerce Store. Its drag and drop form builder helps editing checkout fields easier. It can be used to modify or hide default woocommerce checkout fields. This premium version gives a lot more features than its free version. Try it!

Read more about this resource...
 
  • Love
  • Like
Reactions: opolo and Babak
Replace the content of the function awcfe_activation located in wp-content/plugins/woocommerce-checkout-field-editor-pro/includes/class-awcfe-api.php with:


PHP:
function awcfe_activation($data){

        $data = $data->get_params();
        $license = trim(sanitize_text_field($data[0]));

        //Saving license key
        if ( false === get_option('awcfe_license_key') )
            add_option('awcfe_license_key', $license, '', 'yes');
        else
            update_option('awcfe_license_key', $license);

        $message = __('License activated.');

        if ( false === get_option('awcfe_license_status') )
            add_option('awcfe_license_status', 'valid', '', 'yes');
        else
            update_option('awcfe_license_status', 'valid');

        $result['message'] = @$message;
        $result['response'] = '';
        $result['status'] = 'valid';

        return new WP_REST_Response($result, 200);

    }


Active using any code.

1677708697073.png
 
Last edited:
Replace the content of the function awcfe_activation located in wp-content/plugins/woocommerce-checkout-field-editor-pro/includes/class-awcfe-api.php with:


PHP:
function awcfe_activation($data){

        $data = $data->get_params();
        $license = trim(sanitize_text_field($data[0]));

        //Saving license key
        if ( false === get_option('awcfe_license_key') )
            add_option('awcfe_license_key', $license, '', 'yes');
        else
            update_option('awcfe_license_key', $license);

        $message = __('License activated.');

        if ( false === get_option('awcfe_license_status') )
            add_option('awcfe_license_status', 'valid', '', 'yes');
        else
            update_option('awcfe_license_status', 'valid');

        $result['message'] = @$message;
        $result['response'] = '';
        $result['status'] = 'valid';

        return new WP_REST_Response($result, 200);

    }


Active using any code.

1677708697073.png
does not work!!
 
Replace the content of the function awcfe_activation located in wp-content/plugins/woocommerce-checkout-field-editor-pro/includes/class-awcfe-api.php with:


PHP:
function awcfe_activation($data){

        $data = $data->get_params();
        $license = trim(sanitize_text_field($data[0]));

        //Saving license key
        if ( false === get_option('awcfe_license_key') )
            add_option('awcfe_license_key', $license, '', 'yes');
        else
            update_option('awcfe_license_key', $license);

        $message = __('License activated.');

        if ( false === get_option('awcfe_license_status') )
            add_option('awcfe_license_status', 'valid', '', 'yes');
        else
            update_option('awcfe_license_status', 'valid');

        $result['message'] = @$message;
        $result['response'] = '';
        $result['status'] = 'valid';

        return new WP_REST_Response($result, 200);

    }



Active using any code.

1677708697073.png
Thanks, your code works on untouched perfectly!
 
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