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

Advanced Custom Fields for WooCommerce

Advanced Custom Fields for WooCommerce v5.2.0

No permission to download

Babak

Well-known member
Staff member
Administrator
May 24, 2018
80,907
149,772
120
32
Babak submitted a new resource:

Advanced Custom Fields for WooCommerce - Download Free Advanced Custom Fields for WooCommerce Nulled CodeCanyon 18705467

Advanced Custom Fields for WooCommerce.jpg
Download Free Advanced Custom Fields for WooCommerce Nulled CodeCanyon 18705467
Sell configurable products with advanced custom fields. Customize WooCommerce checkout fields. Add custom fields to user’s profile. You need a plugin to ease that pain! ACF for WooCommerce is that ones.

Why do you use the other WooCommerce checkout customize plugins while you can manage all “custom fields” at one place? The more plugin, the slower it...

Read more about this resource...
 
  • Like
Reactions: info and miyojin
Hello Bro,

Once I activate this plugin, it redirects me to the configuration wizard and I can't pass verification process.

Screenshot_2.png

Do you have any idea how to pass this?

Thanks in advance
 
For anyone who wants to null this amazing plugin;

I just reverse engineered and all you need to do is to;

1. Open "acf-for-woocommerce\vendor\catsplugins\cp-core\src\inc\class-merlink.php"
2. Go to line 87. And replace this;

PHP:
$res = wp_remote_get($url);
            $body = json_decode($res['body'], true);

            if ($res['response']['code'] == 200) {

                update_option($this->merlin_url . "_active_status", [
                    'status' => 'complete',
                    'key' => $license_key,
                    'email' => $license_email
                ]);

                wp_send_json([
                    'message' => esc_html__("Active plugin complete.", 'catsplugin'),
                    "success" => true,
                    $res
                ]);


            } else {
                update_option($this->merlin_url . "_active_status", false);

                wp_send_json([
                    'message' => $body['message'],
                    "success" => false,
                    $dataRequest,
                    $res
                ]);
            }

With this;

Code:
//$res = wp_remote_get($url);
            //$body = json_decode($res['body'], true);

            update_option($this->merlin_url . "_active_status", [
                'status' => 'complete',
                'key' => '12346',
                'email' => '[email protected]'
            ]);

            wp_send_json([
                'message' => esc_html__("Active plugin complete.", 'catsplugin'),
                "success" => true,
                $res
            ]);

Then you can pass activation process on the wizard.

Have fun ;)
 
  • Like
Reactions: Abbu Hurera
version number please
Current version: 5.1.0 - Updated on 11/07/2019
  • Update documentation in proper format & videos instruction
  • Conditional logic does not show for radio/checkbox/select
  • Showing field group many time
  • Update conditional logic for Repeater field type
  • Update conditional logic operator: Showing field group if item in cart is A - work for checkout
 
  • Like
Reactions: Babak
Current version: 5.1.0 - Updated on 11/07/2019
  • Update documentation in proper format & videos instruction
  • Conditional logic does not show for radio/checkbox/select
  • Showing field group many time
  • Update conditional logic for Repeater field type
  • Update conditional logic operator: Showing field group if item in cart is A - work for checkout
okay soon
 
  • Like
Reactions: sharlesstm
Advanced Custom Fields for WooCommerce v5.2.0

TassieNZ :)
 
  • Like
Reactions: Babak and Gheuntaka
Babak updated Advanced Custom Fields for WooCommerce with a new update entry:

Advanced Custom Fields for WooCommerce v5.2.0

Download Advanced Custom Fields for WooCommerce v5.2.0 Nulled Free
Current version: 5.2.0 - Updated on 20/11/2019 - Thanks To @TassieNZ

  • Fix: duplicate field when display on frontend on some themes
  • Fix: remove eval() function, use alternative instead
  • Fix: conditional logic doesn't show for radio, checkbox
  • Update: search product on conditional logic now work better
  • Update: builderJS now show field name/label instead of field's type
  • Update...

Read the rest of this update entry...
 
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