Advanced Custom Fields for WooCommerce

Advanced Custom Fields for WooCommerce v5.2.0

No permission to download

tanierlyons

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

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,077
111,717
120
  • Like
Reactions: info and miyojin

miyojin

Well-known member
Trusted Uploader
Oct 9, 2018
293
369
63
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
 

miyojin

Well-known member
Trusted Uploader
Oct 9, 2018
293
369
63
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 ;)
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,077
111,717
120
  • Like
Reactions: Abbu Hurera

sharlesstm

Member
Oct 6, 2019
106
14
18
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: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,077
111,717
120
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

tanierlyons

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

Latest posts

Forum statistics

Threads
69,246
Messages
908,561
Members
237,332
Latest member
Bchoi2314

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